#1E156D

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

Shades of Midnight Blue #1E156D

Tints of Midnight Blue #1E156D

Color information

#1E156D (or 0x1E156D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 15 and 6D. RGB value is (30,21,109). Sum of RGB (Red+Green+Blue) = 30+21+109=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E156D is #E1EA92. Grayscale: #212121. Windows color (decimal): -14805651 or 7148830. OLE color: 7148830.

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

Color convert

RGB3021109-
CMYK0.720.8100.57
HSL246.14º67.69%25.49%-
HSV(B)246.14º80.73%42.75%-
XYZ3.561.9214.65-
YUV33.72170.48125.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 109 (42.97% from 255) = 68.12%
R=18.75%
G=13.12%
B=68.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30211090.720.8100.57246.1467.6925.49
Hex1E156D4851039f64419
Octal362515511012107136610431
Binary1111010101110110110010001010001011100111110110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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