#1E0E74

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

Shades of Midnight Blue #1E0E74

Tints of Midnight Blue #1E0E74

Color information

#1E0E74 (or 0x1E0E74) is unknown color: approx Midnight Blue. HEX triplet: 1E, 0E and 74. RGB value is (30,14,116). Sum of RGB (Red+Green+Blue) = 30+14+116=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E0E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0E74 is #E1F18B. Grayscale: #1E1E1E. Windows color (decimal): -14807436 or 7605790. OLE color: 7605790.

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

Color convert

RGB3014116-
CMYK0.740.8800.55
HSL249.41º78.46%25.49%-
HSV(B)249.41º87.93%45.49%-
XYZ3.841.8516.68-
YUV30.41176.3127.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 14 (5.86% from 255) = 8.75%
BLUE value IS 116 (45.70% from 255) = 72.5%
R=18.75%
G=8.75%
B=72.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30141160.740.8800.55249.4178.4625.49
Hex1EE744A58037f94e19
Octal361616411213006737111631
Binary111101110111010010010101011000011011111111001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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