#14166B

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

Shades of Midnight Blue #14166B

Tints of Midnight Blue #14166B

Color information

#14166B (or 0x14166B) is unknown color: approx Midnight Blue. HEX triplet: 14, 16 and 6B. RGB value is (20,22,107). Sum of RGB (Red+Green+Blue) = 20+22+107=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #14166B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14166B is #EBE994. Grayscale: #1E1E1E. Windows color (decimal): -15460757 or 7018004. OLE color: 7018004.

HSL color Cylindrical-coordinate representation of color #14166B: hue angle of 238.62º 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 #14166B is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2022107-
CMYK0.810.7900.58
HSL238.62º68.5%24.9%-
HSV(B)238.62º81.31%41.96%-
XYZ3.231.7814.08-
YUV31.09170.84120.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 107 (42.19% from 255) = 71.81%
R=13.42%
G=14.77%
B=71.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20221070.810.7900.58238.6268.524.9
Hex14166B514F03Aef4519
Octal242615312111707235710531
Binary1010010110110101110100011001111011101011101111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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