Shades of Midnight Blue #080D60
Tints of Midnight Blue #080D60
RGB
CMYK
RGB Variations
Color information
#080D60 (or 0x080D60) is known color: Midnight Blue. HEX triplet: 08, 0D and 60. RGB value is (8,13,96). Sum of RGB (Red+Green+Blue) = 8+13+96=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #080D60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D60 is #F7F29F. Grayscale: #141414. Windows color (decimal): -16249504 or 6294792. OLE color: 6294792.
HSL color Cylindrical-coordinate representation of color #080D60: hue angle of 236.59º 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 #080D60 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 13 | 96 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.62 |
| HSL | 236.59º | 0.85% | 0.2% | - |
| HSV(B) | 236.59º | 0.92% | 0.38% | - |
| XYZ | 2.36 | 1.18 | 11.17 | - |
| YUV | 20.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 96 | 0.92 | 0.86 | 0 | 0.62 | 236.59 | 0.85 | 0.2 |
| Hex | 8 | D | 60 | 5C | 56 | 0 | 3E | ED | 55 | 14 |
| Octal | 10 | 15 | 140 | 134 | 126 | 0 | 76 | 355 | 125 | 24 |
| Binary | 1000 | 1101 | 1100000 | 1011100 | 1010110 | 0 | 111110 | 11101101 | 1010101 | 10100 |
Color Harmonies of #080D60
Complementary color
Monochromatic Colors of #080D60
Black with #080D60
Text Example
Text Example
White with #080D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D60; }
p { color: rgb(8,13,96); }
H1.HeaderClassName
{
color: #080D60;
}
.AnyTagClassName
{
color: #080D60;
}
</style>
background-color css
<style>
a { background-color: #080D60; }
a { background-color: rgb(8,13,96); }
div.DivClassName
{
background-color: #080D60;
}
.BgClassName
{
background-color: #080D60;
}
</style>
border-color css
<style>
span { border-color: #080D60; }
span { border-color: rgb(8,13,96); }
td.TdClassName
{
border-color: #080D60;
}
.TagClassName
{
border-color: #080D60;
}
</style>