Shades of Midnight Blue #080E6D
Tints of Midnight Blue #080E6D
RGB
CMYK
RGB Variations
Color information
#080E6D (or 0x080E6D) is known color: Midnight Blue. HEX triplet: 08, 0E and 6D. RGB value is (8,14,109). Sum of RGB (Red+Green+Blue) = 8+14+109=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #080E6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E6D is #F7F192. Grayscale: #161616. Windows color (decimal): -16249235 or 7147016. OLE color: 7147016.
HSL color Cylindrical-coordinate representation of color #080E6D: hue angle of 236.44º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080E6D is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 14 | 109 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.57 |
| HSL | 236.44º | 0.86% | 0.23% | - |
| HSV(B) | 236.44º | 0.93% | 0.43% | - |
| XYZ | 3.02 | 1.47 | 14.59 | - |
| YUV | 23.04 | 176.51 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 109 | 0.93 | 0.87 | 0 | 0.57 | 236.44 | 0.86 | 0.23 |
| Hex | 8 | E | 6D | 5D | 57 | 0 | 39 | EC | 56 | 17 |
| Octal | 10 | 16 | 155 | 135 | 127 | 0 | 71 | 354 | 126 | 27 |
| Binary | 1000 | 1110 | 1101101 | 1011101 | 1010111 | 0 | 111001 | 11101100 | 1010110 | 10111 |
Color Harmonies of #080E6D
Complementary color
Monochromatic Colors of #080E6D
Black with #080E6D
Text Example
Text Example
White with #080E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E6D; }
p { color: rgb(8,14,109); }
H1.HeaderClassName
{
color: #080E6D;
}
.AnyTagClassName
{
color: #080E6D;
}
</style>
background-color css
<style>
a { background-color: #080E6D; }
a { background-color: rgb(8,14,109); }
div.DivClassName
{
background-color: #080E6D;
}
.BgClassName
{
background-color: #080E6D;
}
</style>
border-color css
<style>
span { border-color: #080E6D; }
span { border-color: rgb(8,14,109); }
td.TdClassName
{
border-color: #080E6D;
}
.TagClassName
{
border-color: #080E6D;
}
</style>