#14206B

Color #14206B Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #14206B

Tints of Midnight Blue #14206B

Color information

#14206B (or 0x14206B) is unknown color: approx Midnight Blue. HEX triplet: 14, 20 and 6B. RGB value is (20,32,107). Sum of RGB (Red+Green+Blue) = 20+32+107=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #14206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14206B is #EBDF94. Grayscale: #242424. Windows color (decimal): -15458197 or 7020564. OLE color: 7020564.

HSL color Cylindrical-coordinate representation of color #14206B: hue angle of 231.72º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14206B is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2032107-
CMYK0.810.7000.58
HSL231.72º68.5%24.9%-
HSV(B)231.72º81.31%41.96%-
XYZ3.462.2414.16-
YUV36.96167.52115.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 107 (42.19% from 255) = 67.30%
R=12.58%
G=20.13%
B=67.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20321070.810.7000.58231.7268.524.9
Hex14206B514603Ae84519
Octal244015312110607235010531
Binary10100100000110101110100011000110011101011101000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14206B; }

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

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

<style>
 a { background-color: #14206B; }

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

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

<style>
 span { border-color: #14206B; }

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

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