#0E1159

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

Shades of Midnight Blue #0E1159

Tints of Midnight Blue #0E1159

Color information

#0E1159 (or 0x0E1159) is unknown color: approx Midnight Blue. HEX triplet: 0E, 11 and 59. RGB value is (14,17,89). Sum of RGB (Red+Green+Blue) = 14+17+89=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E1159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1159 is #F1EEA6. Grayscale: #181818. Windows color (decimal): -15855271 or 5837070. OLE color: 5837070.

HSL color Cylindrical-coordinate representation of color #0E1159: hue angle of 237.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1159 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB141789-
CMYK0.840.8100.65
HSL237.6º72.82%20.2%-
HSV(B)237.6º84.27%34.9%-
XYZ2.181.229.57-
YUV24.31164.51120.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 89 (35.16% from 255) = 74.17%
R=11.67%
G=14.17%
B=74.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1417890.840.8100.65237.672.8220.2
HexE11595451041ee4914
Octal1621131124121010135611124
Binary1110100011011001101010010100010100000111101110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E1159; }

 p { color: rgb(14,17,89); }

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

<style>
 a { background-color: #0E1159; }

 a { background-color: rgb(14,17,89); }

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

<style>
 span { border-color: #0E1159; }

 span { border-color: rgb(14,17,89); }

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