#14126D

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

Shades of Midnight Blue #14126D

Tints of Midnight Blue #14126D

Color information

#14126D (or 0x14126D) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 6D. RGB value is (20,18,109). Sum of RGB (Red+Green+Blue) = 20+18+109=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #14126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14126D is #EBED92. Grayscale: #1C1C1C. Windows color (decimal): -15461779 or 7148052. OLE color: 7148052.

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

Color convert

RGB2018109-
CMYK0.820.8300.57
HSL241.32º71.65%24.9%-
HSV(B)241.32º83.49%42.75%-
XYZ3.271.6914.62-
YUV28.97173.16121.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 109 (42.97% from 255) = 74.15%
R=13.61%
G=12.24%
B=74.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20181090.820.8300.57241.3271.6524.9
Hex14126D5253039f14819
Octal242215512212307136111031
Binary1010010010110110110100101010011011100111110001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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