18. (C) Start by converting each of the three numbers to hexadecimal: 14 = (0)(161) + (14)(160) = 0E 20 = (1)(161) + (4)(160) = 14 255 = (15)(161) + (15)(160) = FF Therefore (14,20,255) = #0E14FF.