#14208F

Color #14208F Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #14208F

Tints of Ultramarine #14208F

Color information

#14208F (or 0x14208F) is unknown color: approx Ultramarine. HEX triplet: 14, 20 and 8F. RGB value is (20,32,143). Sum of RGB (Red+Green+Blue) = 20+32+143=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #14208F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14208F is #EBDF70. Grayscale: #282828. Windows color (decimal): -15458161 or 9379860. OLE color: 9379860.

HSL color Cylindrical-coordinate representation of color #14208F: hue angle of 234.15º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14208F is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2032143-
CMYK0.860.7800.44
HSL234.15º75.46%31.96%-
HSV(B)234.15º86.01%56.08%-
XYZ5.763.1626.29-
YUV41.07185.52112.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 143 (56.25% from 255) = 73.33%
R=10.26%
G=16.41%
B=73.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20321430.860.7800.44234.1575.4631.96
Hex14208F564E02Cea4b20
Octal244021712611605435211340
Binary1010010000010001111101011010011100101100111010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14208F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14208F; }

 p { color: rgb(20,32,143); }

 H1.HeaderClassName
 {
   color: #14208F;
 }
 .AnyTagClassName
 {
   color: #14208F;
 }
</style>
background-color css

<style>
 a { background-color: #14208F; }

 a { background-color: rgb(20,32,143); }

 div.DivClassName
 {
   background-color: #14208F;
 }
 .BgClassName
 {
   background-color: #14208F;
 }
</style>
border-color css

<style>
 span { border-color: #14208F; }

 span { border-color: rgb(20,32,143); }

 td.TdClassName
 {
   border-color: #14208F;
 }
 .TagClassName
 {
   border-color: #14208F;
 }
</style>