#0E1179

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

Shades of Midnight Blue #0E1179

Tints of Midnight Blue #0E1179

Color information

#0E1179 (or 0x0E1179) is unknown color: approx Midnight Blue. HEX triplet: 0E, 11 and 79. RGB value is (14,17,121). Sum of RGB (Red+Green+Blue) = 14+17+121=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 121 (47.66% from 255 or 79.61% from 152); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E1179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1179 is #F1EE86. Grayscale: #1B1B1B. Windows color (decimal): -15855239 or 7934222. OLE color: 7934222.

HSL color Cylindrical-coordinate representation of color #0E1179: hue angle of 238.32º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E1179 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1417121-
CMYK0.880.8600.53
HSL238.32º79.26%26.47%-
HSV(B)238.32º88.43%47.45%-
XYZ3.831.8718.25-
YUV27.96180.51118.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 121 (47.66% from 255) = 79.61%
R=9.21%
G=11.18%
B=79.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14171210.880.8600.53238.3279.2626.47
HexE11795856035ee4f1a
Octal162117113012606535611732
Binary111010001111100110110001010110011010111101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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