Shades of Midnight Blue #080B52
Tints of Midnight Blue #080B52
RGB
CMYK
RGB Variations
Color information
#080B52 (or 0x080B52) is known color: Midnight Blue. HEX triplet: 08, 0B and 52. RGB value is (8,11,82). Sum of RGB (Red+Green+Blue) = 8+11+82=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 82 (32.42% from 255 or 81.19% from 101); Max value from RGB is 82 - color contains mainly: blue. Hex color #080B52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B52 is #F7F4AD. Grayscale: #111111. Windows color (decimal): -16250030 or 5376776. OLE color: 5376776.
HSL color Cylindrical-coordinate representation of color #080B52: hue angle of 237.57º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080B52 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 11 | 82 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.68 |
| HSL | 237.57º | 0.82% | 0.18% | - |
| HSV(B) | 237.57º | 0.9% | 0.32% | - |
| XYZ | 1.74 | 0.9 | 8.06 | - |
| YUV | 18.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 82 | 0.90 | 0.87 | 0 | 0.68 | 237.57 | 0.82 | 0.18 |
| Hex | 8 | B | 52 | 5A | 57 | 0 | 44 | EE | 52 | 12 |
| Octal | 10 | 13 | 122 | 132 | 127 | 0 | 104 | 356 | 122 | 22 |
| Binary | 1000 | 1011 | 1010010 | 1011010 | 1010111 | 0 | 1000100 | 11101110 | 1010010 | 10010 |
Color Harmonies of #080B52
Complementary color
Monochromatic Colors of #080B52
Black with #080B52
Text Example
Text Example
White with #080B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B52; }
p { color: rgb(8,11,82); }
H1.HeaderClassName
{
color: #080B52;
}
.AnyTagClassName
{
color: #080B52;
}
</style>
background-color css
<style>
a { background-color: #080B52; }
a { background-color: rgb(8,11,82); }
div.DivClassName
{
background-color: #080B52;
}
.BgClassName
{
background-color: #080B52;
}
</style>
border-color css
<style>
span { border-color: #080B52; }
span { border-color: rgb(8,11,82); }
td.TdClassName
{
border-color: #080B52;
}
.TagClassName
{
border-color: #080B52;
}
</style>