Shades of Midnight Blue #080151
Tints of Midnight Blue #080151
RGB
CMYK
RGB Variations
Color information
#080151 (or 0x080151) is known color: Midnight Blue. HEX triplet: 08, 01 and 51. RGB value is (8,1,81). Sum of RGB (Red+Green+Blue) = 8+1+81=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 81 (32.03% from 255 or 90% from 90); Max value from RGB is 81 - color contains mainly: blue. Hex color #080151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080151 is #F7FEAE. Grayscale: #0B0B0B. Windows color (decimal): -16252591 or 5308680. OLE color: 5308680.
HSL color Cylindrical-coordinate representation of color #080151: hue angle of 245.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080151 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 1 | 81 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.68 |
| HSL | 245.25º | 0.98% | 0.16% | - |
| HSV(B) | 245.25º | 0.99% | 0.32% | - |
| XYZ | 1.6 | 0.67 | 7.83 | - |
| YUV | 12.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 81 | 0.90 | 0.99 | 0 | 0.68 | 245.25 | 0.98 | 0.16 |
| Hex | 8 | 1 | 51 | 5A | 63 | 0 | 44 | F5 | 62 | 10 |
| Octal | 10 | 1 | 121 | 132 | 143 | 0 | 104 | 365 | 142 | 20 |
| Binary | 1000 | 1 | 1010001 | 1011010 | 1100011 | 0 | 1000100 | 11110101 | 1100010 | 10000 |
Color Harmonies of #080151
Complementary color
Monochromatic Colors of #080151
Black with #080151
Text Example
Text Example
White with #080151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080151; }
p { color: rgb(8,1,81); }
H1.HeaderClassName
{
color: #080151;
}
.AnyTagClassName
{
color: #080151;
}
</style>
background-color css
<style>
a { background-color: #080151; }
a { background-color: rgb(8,1,81); }
div.DivClassName
{
background-color: #080151;
}
.BgClassName
{
background-color: #080151;
}
</style>
border-color css
<style>
span { border-color: #080151; }
span { border-color: rgb(8,1,81); }
td.TdClassName
{
border-color: #080151;
}
.TagClassName
{
border-color: #080151;
}
</style>