Shades of Midnight Blue #080D64
Tints of Midnight Blue #080D64
RGB
CMYK
RGB Variations
Color information
#080D64 (or 0x080D64) is known color: Midnight Blue. HEX triplet: 08, 0D and 64. RGB value is (8,13,100). Sum of RGB (Red+Green+Blue) = 8+13+100=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 100 (39.45% from 255 or 82.64% from 121); Max value from RGB is 100 - color contains mainly: blue. Hex color #080D64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D64 is #F7F29B. Grayscale: #151515. Windows color (decimal): -16249500 or 6556936. OLE color: 6556936.
HSL color Cylindrical-coordinate representation of color #080D64: hue angle of 236.74º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080D64 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 13 | 100 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.61 |
| HSL | 236.74º | 0.85% | 0.21% | - |
| HSV(B) | 236.74º | 0.92% | 0.39% | - |
| XYZ | 2.54 | 1.26 | 12.17 | - |
| YUV | 21.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 100 | 0.92 | 0.87 | 0 | 0.61 | 236.74 | 0.85 | 0.21 |
| Hex | 8 | D | 64 | 5C | 57 | 0 | 3D | ED | 55 | 15 |
| Octal | 10 | 15 | 144 | 134 | 127 | 0 | 75 | 355 | 125 | 25 |
| Binary | 1000 | 1101 | 1100100 | 1011100 | 1010111 | 0 | 111101 | 11101101 | 1010101 | 10101 |
Color Harmonies of #080D64
Complementary color
Monochromatic Colors of #080D64
Black with #080D64
Text Example
Text Example
White with #080D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D64; }
p { color: rgb(8,13,100); }
H1.HeaderClassName
{
color: #080D64;
}
.AnyTagClassName
{
color: #080D64;
}
</style>
background-color css
<style>
a { background-color: #080D64; }
a { background-color: rgb(8,13,100); }
div.DivClassName
{
background-color: #080D64;
}
.BgClassName
{
background-color: #080D64;
}
</style>
border-color css
<style>
span { border-color: #080D64; }
span { border-color: rgb(8,13,100); }
td.TdClassName
{
border-color: #080D64;
}
.TagClassName
{
border-color: #080D64;
}
</style>