It looks like you're trying to use decimal instead of RGB.
instead of 0.255 0.000 0.000 1.000
do
255 0 0 255
Decimal 0 to 1, or integers 0 to 255 both work, in fact the default color set uses both. But yeah, it does look like he tried to combine them into a decimal from 0 to 0.255
Anyways, the format looks fine, it should work in game, but the colors themselves aren't. All of the colors are extremely dark (probably due to previously addressed issue), and your blues aren't even blue