#0E1C79

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

Shades of Midnight Blue #0E1C79

Tints of Midnight Blue #0E1C79

Color information

#0E1C79 (or 0x0E1C79) is unknown color: approx Midnight Blue. HEX triplet: 0E, 1C and 79. RGB value is (14,28,121). Sum of RGB (Red+Green+Blue) = 14+28+121=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E1C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1C79 is #F1E386. Grayscale: #222222. Windows color (decimal): -15852423 or 7937038. OLE color: 7937038.

HSL color Cylindrical-coordinate representation of color #0E1C79: hue angle of 232.15º 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 #0E1C79 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1428121-
CMYK0.880.7700.53
HSL232.15º79.26%26.47%-
HSV(B)232.15º88.43%47.45%-
XYZ4.052.318.32-
YUV34.42176.86113.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.59%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 121 (47.66% from 255) = 74.23%
R=8.59%
G=17.18%
B=74.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14281210.880.7700.53232.1579.2626.47
HexE1C79584D035e84f1a
Octal163417113011506535011732
Binary111011100111100110110001001101011010111101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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