Shades of Midnight Blue #080D58
Tints of Midnight Blue #080D58
RGB
CMYK
RGB Variations
Color information
#080D58 (or 0x080D58) is known color: Midnight Blue. HEX triplet: 08, 0D and 58. RGB value is (8,13,88). Sum of RGB (Red+Green+Blue) = 8+13+88=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #080D58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D58 is #F7F2A7. Grayscale: #131313. Windows color (decimal): -16249512 or 5770504. OLE color: 5770504.
HSL color Cylindrical-coordinate representation of color #080D58: hue angle of 236.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080D58 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 13 | 88 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.65 |
| HSL | 236.25º | 0.83% | 0.19% | - |
| HSV(B) | 236.25º | 0.91% | 0.35% | - |
| XYZ | 2.01 | 1.04 | 9.33 | - |
| YUV | 20.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 88 | 0.91 | 0.85 | 0 | 0.65 | 236.25 | 0.83 | 0.19 |
| Hex | 8 | D | 58 | 5B | 55 | 0 | 41 | EC | 53 | 13 |
| Octal | 10 | 15 | 130 | 133 | 125 | 0 | 101 | 354 | 123 | 23 |
| Binary | 1000 | 1101 | 1011000 | 1011011 | 1010101 | 0 | 1000001 | 11101100 | 1010011 | 10011 |
Color Harmonies of #080D58
Complementary color
Monochromatic Colors of #080D58
Black with #080D58
Text Example
Text Example
White with #080D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D58; }
p { color: rgb(8,13,88); }
H1.HeaderClassName
{
color: #080D58;
}
.AnyTagClassName
{
color: #080D58;
}
</style>
background-color css
<style>
a { background-color: #080D58; }
a { background-color: rgb(8,13,88); }
div.DivClassName
{
background-color: #080D58;
}
.BgClassName
{
background-color: #080D58;
}
</style>
border-color css
<style>
span { border-color: #080D58; }
span { border-color: rgb(8,13,88); }
td.TdClassName
{
border-color: #080D58;
}
.TagClassName
{
border-color: #080D58;
}
</style>