#080E72

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

Shades of Midnight Blue #080E72

Tints of Midnight Blue #080E72

Color information

#080E72 (or 0x080E72) is unknown color: approx Midnight Blue. HEX triplet: 08, 0E and 72. RGB value is (8,14,114). Sum of RGB (Red+Green+Blue) = 8+14+114=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 14 (5.86% from 255 or 10.29% 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 #080E72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E72 is #F7F18D. Grayscale: #171717. Windows color (decimal): -16249230 or 7474696. OLE color: 7474696.

HSL color Cylindrical-coordinate representation of color #080E72: hue angle of 236.6º 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 #080E72 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB814114-
CMYK0.930.8800.55
HSL236.6º86.89%23.92%-
HSV(B)236.6º92.98%44.71%-
XYZ3.291.5816.05-
YUV23.61179.01116.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8141140.930.8800.55236.686.8923.92
Hex8E725D58037ed5718
Octal101616213513006735512730
Binary10001110111001010111011011000011011111101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080E72; }

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

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

<style>
 a { background-color: #080E72; }

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

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

<style>
 span { border-color: #080E72; }

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

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