Shades of Midnight Blue #080D51
Tints of Midnight Blue #080D51
RGB
CMYK
RGB Variations
Color information
#080D51 (or 0x080D51) is known color: Midnight Blue. HEX triplet: 08, 0D and 51. RGB value is (8,13,81). Sum of RGB (Red+Green+Blue) = 8+13+81=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #080D51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D51 is #F7F2AE. Grayscale: #121212. Windows color (decimal): -16249519 or 5311752. OLE color: 5311752.
HSL color Cylindrical-coordinate representation of color #080D51: hue angle of 235.89º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080D51 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 13 | 81 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.68 |
| HSL | 235.89º | 0.82% | 0.17% | - |
| HSV(B) | 235.89º | 0.9% | 0.32% | - |
| XYZ | 1.73 | 0.93 | 7.87 | - |
| YUV | 19.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 81 | 0.90 | 0.84 | 0 | 0.68 | 235.89 | 0.82 | 0.17 |
| Hex | 8 | D | 51 | 5A | 54 | 0 | 44 | EC | 52 | 11 |
| Octal | 10 | 15 | 121 | 132 | 124 | 0 | 104 | 354 | 122 | 21 |
| Binary | 1000 | 1101 | 1010001 | 1011010 | 1010100 | 0 | 1000100 | 11101100 | 1010010 | 10001 |
Color Harmonies of #080D51
Complementary color
Monochromatic Colors of #080D51
Black with #080D51
Text Example
Text Example
White with #080D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D51; }
p { color: rgb(8,13,81); }
H1.HeaderClassName
{
color: #080D51;
}
.AnyTagClassName
{
color: #080D51;
}
</style>
background-color css
<style>
a { background-color: #080D51; }
a { background-color: rgb(8,13,81); }
div.DivClassName
{
background-color: #080D51;
}
.BgClassName
{
background-color: #080D51;
}
</style>
border-color css
<style>
span { border-color: #080D51; }
span { border-color: rgb(8,13,81); }
td.TdClassName
{
border-color: #080D51;
}
.TagClassName
{
border-color: #080D51;
}
</style>