Shades of Midnight Blue #080B66
Tints of Midnight Blue #080B66
RGB
CMYK
RGB Variations
Color information
#080B66 (or 0x080B66) is known color: Midnight Blue. HEX triplet: 08, 0B and 66. RGB value is (8,11,102). Sum of RGB (Red+Green+Blue) = 8+11+102=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #080B66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B66 is #F7F499. Grayscale: #141414. Windows color (decimal): -16250010 or 6687496. OLE color: 6687496.
HSL color Cylindrical-coordinate representation of color #080B66: hue angle of 238.09º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080B66 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 11 | 102 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.6 |
| HSL | 238.09º | 0.85% | 0.22% | - |
| HSV(B) | 238.09º | 0.92% | 0.4% | - |
| XYZ | 2.62 | 1.25 | 12.67 | - |
| YUV | 20.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 102 | 0.92 | 0.89 | 0 | 0.6 | 238.09 | 0.85 | 0.22 |
| Hex | 8 | B | 66 | 5C | 59 | 0 | 3C | EE | 55 | 16 |
| Octal | 10 | 13 | 146 | 134 | 131 | 0 | 74 | 356 | 125 | 26 |
| Binary | 1000 | 1011 | 1100110 | 1011100 | 1011001 | 0 | 111100 | 11101110 | 1010101 | 10110 |
Color Harmonies of #080B66
Complementary color
Monochromatic Colors of #080B66
Black with #080B66
Text Example
Text Example
White with #080B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B66; }
p { color: rgb(8,11,102); }
H1.HeaderClassName
{
color: #080B66;
}
.AnyTagClassName
{
color: #080B66;
}
</style>
background-color css
<style>
a { background-color: #080B66; }
a { background-color: rgb(8,11,102); }
div.DivClassName
{
background-color: #080B66;
}
.BgClassName
{
background-color: #080B66;
}
</style>
border-color css
<style>
span { border-color: #080B66; }
span { border-color: rgb(8,11,102); }
td.TdClassName
{
border-color: #080B66;
}
.TagClassName
{
border-color: #080B66;
}
</style>