#1E1172

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

Shades of Midnight Blue #1E1172

Tints of Midnight Blue #1E1172

Color information

#1E1172 (or 0x1E1172) is unknown color: approx Midnight Blue. HEX triplet: 1E, 11 and 72. RGB value is (30,17,114). Sum of RGB (Red+Green+Blue) = 30+17+114=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E1172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1172 is #E1EE8D. Grayscale: #1F1F1F. Windows color (decimal): -14806670 or 7475486. OLE color: 7475486.

HSL color Cylindrical-coordinate representation of color #1E1172: hue angle of 248.04º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1172 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3017114-
CMYK0.740.8500.55
HSL248.04º74.05%25.69%-
HSV(B)248.04º85.09%44.71%-
XYZ3.771.8916.09-
YUV31.94174.31126.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=18.63%
G=10.56%
B=70.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30171140.740.8500.55248.0474.0525.69
Hex1E11724A55037f84a1a
Octal362116211212506737011232
Binary1111010001111001010010101010101011011111111000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,17,114); }

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

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

 a { background-color: rgb(30,17,114); }

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

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

 span { border-color: rgb(30,17,114); }

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