Shades of Midnight Blue #080D62
Tints of Midnight Blue #080D62
RGB
CMYK
RGB Variations
Color information
#080D62 (or 0x080D62) is known color: Midnight Blue. HEX triplet: 08, 0D and 62. RGB value is (8,13,98). Sum of RGB (Red+Green+Blue) = 8+13+98=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 98 (38.67% from 255 or 82.35% from 119); Max value from RGB is 98 - color contains mainly: blue. Hex color #080D62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D62 is #F7F29D. Grayscale: #141414. Windows color (decimal): -16249502 or 6425864. OLE color: 6425864.
HSL color Cylindrical-coordinate representation of color #080D62: hue angle of 236.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080D62 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 13 | 98 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.62 |
| HSL | 236.67º | 0.85% | 0.21% | - |
| HSV(B) | 236.67º | 0.92% | 0.38% | - |
| XYZ | 2.45 | 1.22 | 11.66 | - |
| YUV | 21.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 98 | 0.92 | 0.87 | 0 | 0.62 | 236.67 | 0.85 | 0.21 |
| Hex | 8 | D | 62 | 5C | 57 | 0 | 3E | ED | 55 | 15 |
| Octal | 10 | 15 | 142 | 134 | 127 | 0 | 76 | 355 | 125 | 25 |
| Binary | 1000 | 1101 | 1100010 | 1011100 | 1010111 | 0 | 111110 | 11101101 | 1010101 | 10101 |
Color Harmonies of #080D62
Complementary color
Monochromatic Colors of #080D62
Black with #080D62
Text Example
Text Example
White with #080D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D62; }
p { color: rgb(8,13,98); }
H1.HeaderClassName
{
color: #080D62;
}
.AnyTagClassName
{
color: #080D62;
}
</style>
background-color css
<style>
a { background-color: #080D62; }
a { background-color: rgb(8,13,98); }
div.DivClassName
{
background-color: #080D62;
}
.BgClassName
{
background-color: #080D62;
}
</style>
border-color css
<style>
span { border-color: #080D62; }
span { border-color: rgb(8,13,98); }
td.TdClassName
{
border-color: #080D62;
}
.TagClassName
{
border-color: #080D62;
}
</style>