Shades of Midnight Blue #080551
Tints of Midnight Blue #080551
RGB
CMYK
RGB Variations
Color information
#080551 (or 0x080551) is known color: Midnight Blue. HEX triplet: 08, 05 and 51. RGB value is (8,5,81). Sum of RGB (Red+Green+Blue) = 8+5+81=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 81 (32.03% from 255 or 86.17% from 94); Max value from RGB is 81 - color contains mainly: blue. Hex color #080551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080551 is #F7FAAE. Grayscale: #0E0E0E. Windows color (decimal): -16251567 or 5309704. OLE color: 5309704.
HSL color Cylindrical-coordinate representation of color #080551: hue angle of 242.37º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080551 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 5 | 81 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.68 |
| HSL | 242.37º | 0.88% | 0.17% | - |
| HSV(B) | 242.37º | 0.94% | 0.32% | - |
| XYZ | 1.64 | 0.75 | 7.84 | - |
| YUV | 14.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 81 | 0.90 | 0.94 | 0 | 0.68 | 242.37 | 0.88 | 0.17 |
| Hex | 8 | 5 | 51 | 5A | 5E | 0 | 44 | F2 | 58 | 11 |
| Octal | 10 | 5 | 121 | 132 | 136 | 0 | 104 | 362 | 130 | 21 |
| Binary | 1000 | 101 | 1010001 | 1011010 | 1011110 | 0 | 1000100 | 11110010 | 1011000 | 10001 |
Color Harmonies of #080551
Complementary color
Monochromatic Colors of #080551
Black with #080551
Text Example
Text Example
White with #080551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080551; }
p { color: rgb(8,5,81); }
H1.HeaderClassName
{
color: #080551;
}
.AnyTagClassName
{
color: #080551;
}
</style>
background-color css
<style>
a { background-color: #080551; }
a { background-color: rgb(8,5,81); }
div.DivClassName
{
background-color: #080551;
}
.BgClassName
{
background-color: #080551;
}
</style>
border-color css
<style>
span { border-color: #080551; }
span { border-color: rgb(8,5,81); }
td.TdClassName
{
border-color: #080551;
}
.TagClassName
{
border-color: #080551;
}
</style>