#0E0872

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

Shades of Midnight Blue #0E0872

Tints of Midnight Blue #0E0872

Color information

#0E0872 (or 0x0E0872) is unknown color: approx Midnight Blue. HEX triplet: 0E, 08 and 72. RGB value is (14,8,114). Sum of RGB (Red+Green+Blue) = 14+8+114=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E0872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0872 is #F1F78D. Grayscale: #151515. Windows color (decimal): -15857550 or 7473166. OLE color: 7473166.

HSL color Cylindrical-coordinate representation of color #0E0872: hue angle of 243.4º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0872 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB148114-
CMYK0.880.9300.55
HSL243.4º86.89%23.92%-
HSV(B)243.4º92.98%44.71%-
XYZ3.311.4816.03-
YUV21.88179.99122.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.29%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 114 (44.92% from 255) = 83.82%
R=10.29%
G=5.88%
B=83.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1481140.880.9300.55243.486.8923.92
HexE872585D037f35718
Octal161016213013506736312730
Binary11101000111001010110001011101011011111110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,8,114); }

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

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

 a { background-color: rgb(14,8,114); }

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

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

 span { border-color: rgb(14,8,114); }

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