Shades of Midnight Blue #080E60
Tints of Midnight Blue #080E60
RGB
CMYK
RGB Variations
Color information
#080E60 (or 0x080E60) is known color: Midnight Blue. HEX triplet: 08, 0E and 60. RGB value is (8,14,96). Sum of RGB (Red+Green+Blue) = 8+14+96=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #080E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E60 is #F7F19F. Grayscale: #151515. Windows color (decimal): -16249248 or 6295048. OLE color: 6295048.
HSL color Cylindrical-coordinate representation of color #080E60: hue angle of 235.91º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080E60 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 14 | 96 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.62 |
| HSL | 235.91º | 0.85% | 0.2% | - |
| HSV(B) | 235.91º | 0.92% | 0.38% | - |
| XYZ | 2.37 | 1.21 | 11.18 | - |
| YUV | 21.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 96 | 0.92 | 0.85 | 0 | 0.62 | 235.91 | 0.85 | 0.2 |
| Hex | 8 | E | 60 | 5C | 55 | 0 | 3E | EC | 55 | 14 |
| Octal | 10 | 16 | 140 | 134 | 125 | 0 | 76 | 354 | 125 | 24 |
| Binary | 1000 | 1110 | 1100000 | 1011100 | 1010101 | 0 | 111110 | 11101100 | 1010101 | 10100 |
Color Harmonies of #080E60
Complementary color
Monochromatic Colors of #080E60
Black with #080E60
Text Example
Text Example
White with #080E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E60; }
p { color: rgb(8,14,96); }
H1.HeaderClassName
{
color: #080E60;
}
.AnyTagClassName
{
color: #080E60;
}
</style>
background-color css
<style>
a { background-color: #080E60; }
a { background-color: rgb(8,14,96); }
div.DivClassName
{
background-color: #080E60;
}
.BgClassName
{
background-color: #080E60;
}
</style>
border-color css
<style>
span { border-color: #080E60; }
span { border-color: rgb(8,14,96); }
td.TdClassName
{
border-color: #080E60;
}
.TagClassName
{
border-color: #080E60;
}
</style>