#1E1174

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

Shades of Midnight Blue #1E1174

Tints of Midnight Blue #1E1174

Color information

#1E1174 (or 0x1E1174) is unknown color: approx Midnight Blue. HEX triplet: 1E, 11 and 74. RGB value is (30,17,116). Sum of RGB (Red+Green+Blue) = 30+17+116=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E1174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1174 is #E1EE8B. Grayscale: #1F1F1F. Windows color (decimal): -14806668 or 7606558. OLE color: 7606558.

HSL color Cylindrical-coordinate representation of color #1E1174: hue angle of 247.88º 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 #1E1174 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3017116-
CMYK0.740.8500.55
HSL247.88º74.44%26.08%-
HSV(B)247.88º85.34%45.49%-
XYZ3.891.9416.69-
YUV32.17175.31126.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 116 (45.70% from 255) = 71.17%
R=18.40%
G=10.43%
B=71.17%

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
Decimal30171160.740.8500.55247.8874.4426.08
Hex1E11744A55037f84a1a
Octal362116411212506737011232
Binary1111010001111010010010101010101011011111111000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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