Shades of Midnight Blue #080B64
Tints of Midnight Blue #080B64
RGB
CMYK
RGB Variations
Color information
#080B64 (or 0x080B64) is known color: Midnight Blue. HEX triplet: 08, 0B and 64. RGB value is (8,11,100). Sum of RGB (Red+Green+Blue) = 8+11+100=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 100 (39.45% from 255 or 84.03% from 119); Max value from RGB is 100 - color contains mainly: blue. Hex color #080B64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B64 is #F7F49B. Grayscale: #131313. Windows color (decimal): -16250012 or 6556424. OLE color: 6556424.
HSL color Cylindrical-coordinate representation of color #080B64: hue angle of 238.04º 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 #080B64 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 11 | 100 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.61 |
| HSL | 238.04º | 0.85% | 0.21% | - |
| HSV(B) | 238.04º | 0.92% | 0.39% | - |
| XYZ | 2.52 | 1.21 | 12.16 | - |
| YUV | 20.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 100 | 0.92 | 0.89 | 0 | 0.61 | 238.04 | 0.85 | 0.21 |
| Hex | 8 | B | 64 | 5C | 59 | 0 | 3D | EE | 55 | 15 |
| Octal | 10 | 13 | 144 | 134 | 131 | 0 | 75 | 356 | 125 | 25 |
| Binary | 1000 | 1011 | 1100100 | 1011100 | 1011001 | 0 | 111101 | 11101110 | 1010101 | 10101 |
Color Harmonies of #080B64
Complementary color
Monochromatic Colors of #080B64
Black with #080B64
Text Example
Text Example
White with #080B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B64; }
p { color: rgb(8,11,100); }
H1.HeaderClassName
{
color: #080B64;
}
.AnyTagClassName
{
color: #080B64;
}
</style>
background-color css
<style>
a { background-color: #080B64; }
a { background-color: rgb(8,11,100); }
div.DivClassName
{
background-color: #080B64;
}
.BgClassName
{
background-color: #080B64;
}
</style>
border-color css
<style>
span { border-color: #080B64; }
span { border-color: rgb(8,11,100); }
td.TdClassName
{
border-color: #080B64;
}
.TagClassName
{
border-color: #080B64;
}
</style>