Shades of Midnight Blue #080751
Tints of Midnight Blue #080751
RGB
CMYK
RGB Variations
Color information
#080751 (or 0x080751) is known color: Midnight Blue. HEX triplet: 08, 07 and 51. RGB value is (8,7,81). Sum of RGB (Red+Green+Blue) = 8+7+81=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 81 (32.03% from 255 or 84.38% from 96); Max value from RGB is 81 - color contains mainly: blue. Hex color #080751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080751 is #F7F8AE. Grayscale: #0F0F0F. Windows color (decimal): -16251055 or 5310216. OLE color: 5310216.
HSL color Cylindrical-coordinate representation of color #080751: hue angle of 240.81º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080751 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 7 | 81 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.68 |
| HSL | 240.81º | 0.84% | 0.17% | - |
| HSV(B) | 240.81º | 0.91% | 0.32% | - |
| XYZ | 1.66 | 0.8 | 7.85 | - |
| YUV | 15.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 81 | 0.90 | 0.91 | 0 | 0.68 | 240.81 | 0.84 | 0.17 |
| Hex | 8 | 7 | 51 | 5A | 5B | 0 | 44 | F1 | 54 | 11 |
| Octal | 10 | 7 | 121 | 132 | 133 | 0 | 104 | 361 | 124 | 21 |
| Binary | 1000 | 111 | 1010001 | 1011010 | 1011011 | 0 | 1000100 | 11110001 | 1010100 | 10001 |
Color Harmonies of #080751
Complementary color
Monochromatic Colors of #080751
Black with #080751
Text Example
Text Example
White with #080751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080751; }
p { color: rgb(8,7,81); }
H1.HeaderClassName
{
color: #080751;
}
.AnyTagClassName
{
color: #080751;
}
</style>
background-color css
<style>
a { background-color: #080751; }
a { background-color: rgb(8,7,81); }
div.DivClassName
{
background-color: #080751;
}
.BgClassName
{
background-color: #080751;
}
</style>
border-color css
<style>
span { border-color: #080751; }
span { border-color: rgb(8,7,81); }
td.TdClassName
{
border-color: #080751;
}
.TagClassName
{
border-color: #080751;
}
</style>