#14126F

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

Shades of Midnight Blue #14126F

Tints of Midnight Blue #14126F

Color information

#14126F (or 0x14126F) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 6F. RGB value is (20,18,111). Sum of RGB (Red+Green+Blue) = 20+18+111=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #14126F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14126F is #EBED90. Grayscale: #1C1C1C. Windows color (decimal): -15461777 or 7279124. OLE color: 7279124.

HSL color Cylindrical-coordinate representation of color #14126F: hue angle of 241.29º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14126F is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2018111-
CMYK0.820.8400.56
HSL241.29º72.09%25.29%-
HSV(B)241.29º83.78%43.53%-
XYZ3.371.7315.19-
YUV29.2174.16121.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 111 (43.75% from 255) = 74.50%
R=13.42%
G=12.08%
B=74.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20181110.820.8400.56241.2972.0925.29
Hex14126F5254038f14819
Octal242215712212407036111031
Binary1010010010110111110100101010100011100011110001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,18,111); }

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

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

 a { background-color: rgb(20,18,111); }

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

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

 span { border-color: rgb(20,18,111); }

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