#1E126D

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

Shades of Midnight Blue #1E126D

Tints of Midnight Blue #1E126D

Color information

#1E126D (or 0x1E126D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 12 and 6D. RGB value is (30,18,109). Sum of RGB (Red+Green+Blue) = 30+18+109=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E126D is #E1ED92. Grayscale: #1F1F1F. Windows color (decimal): -14806419 or 7148062. OLE color: 7148062.

HSL color Cylindrical-coordinate representation of color #1E126D: hue angle of 247.91º 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 #1E126D is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3018109-
CMYK0.720.8300.57
HSL247.91º71.65%24.9%-
HSV(B)247.91º83.49%42.75%-
XYZ3.511.8114.63-
YUV31.96171.48126.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.11%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 109 (42.97% from 255) = 69.43%
R=19.11%
G=11.46%
B=69.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30181090.720.8300.57247.9171.6524.9
Hex1E126D4853039f84819
Octal362215511012307137011031
Binary1111010010110110110010001010011011100111111000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E126D; }

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

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

<style>
 a { background-color: #1E126D; }

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

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

<style>
 span { border-color: #1E126D; }

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

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