Shades of Midnight Blue #080B51
Tints of Midnight Blue #080B51
RGB
CMYK
RGB Variations
Color information
#080B51 (or 0x080B51) is known color: Midnight Blue. HEX triplet: 08, 0B and 51. RGB value is (8,11,81). Sum of RGB (Red+Green+Blue) = 8+11+81=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #080B51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B51 is #F7F4AE. Grayscale: #111111. Windows color (decimal): -16250031 or 5311240. OLE color: 5311240.
HSL color Cylindrical-coordinate representation of color #080B51: hue angle of 237.53º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080B51 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 11 | 81 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.68 |
| HSL | 237.53º | 0.82% | 0.17% | - |
| HSV(B) | 237.53º | 0.9% | 0.32% | - |
| XYZ | 1.71 | 0.89 | 7.87 | - |
| YUV | 18.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 81 | 0.90 | 0.86 | 0 | 0.68 | 237.53 | 0.82 | 0.17 |
| Hex | 8 | B | 51 | 5A | 56 | 0 | 44 | EE | 52 | 11 |
| Octal | 10 | 13 | 121 | 132 | 126 | 0 | 104 | 356 | 122 | 21 |
| Binary | 1000 | 1011 | 1010001 | 1011010 | 1010110 | 0 | 1000100 | 11101110 | 1010010 | 10001 |
Color Harmonies of #080B51
Complementary color
Monochromatic Colors of #080B51
Black with #080B51
Text Example
Text Example
White with #080B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B51; }
p { color: rgb(8,11,81); }
H1.HeaderClassName
{
color: #080B51;
}
.AnyTagClassName
{
color: #080B51;
}
</style>
background-color css
<style>
a { background-color: #080B51; }
a { background-color: rgb(8,11,81); }
div.DivClassName
{
background-color: #080B51;
}
.BgClassName
{
background-color: #080B51;
}
</style>
border-color css
<style>
span { border-color: #080B51; }
span { border-color: rgb(8,11,81); }
td.TdClassName
{
border-color: #080B51;
}
.TagClassName
{
border-color: #080B51;
}
</style>