#080E5D

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

Shades of Midnight Blue #080E5D

Tints of Midnight Blue #080E5D

Color information

#080E5D (or 0x080E5D) is unknown color: approx Midnight Blue. HEX triplet: 08, 0E and 5D. RGB value is (8,14,93). Sum of RGB (Red+Green+Blue) = 8+14+93=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #080E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E5D is #F7F1A2. Grayscale: #141414. Windows color (decimal): -16249251 or 6098440. OLE color: 6098440.

HSL color Cylindrical-coordinate representation of color #080E5D: hue angle of 235.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080E5D is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB81493-
CMYK0.910.8500.64
HSL235.76º84.16%19.8%-
HSV(B)235.76º91.4%36.47%-
XYZ2.231.1610.46-
YUV21.21168.51118.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 93 (36.72% from 255) = 80.87%
R=6.96%
G=12.17%
B=80.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal814930.910.8500.64235.7684.1619.8
Hex8E5D5B55040ec5414
Octal1016135133125010035412424
Binary100011101011101101101110101010100000011101100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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