Shades of Midnight Blue #080059
Tints of Midnight Blue #080059
RGB
CMYK
RGB Variations
Color information
#080059 (or 0x080059) is known color: Midnight Blue. HEX triplet: 08, 00 and 59. RGB value is (8,0,89). Sum of RGB (Red+Green+Blue) = 8+0+89=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 89 (35.16% from 255 or 91.75% from 97); Max value from RGB is 89 - color contains mainly: blue. Hex color #080059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080059 is #F7FFA6. Grayscale: #0C0C0C. Windows color (decimal): -16252839 or 5832712. OLE color: 5832712.
HSL color Cylindrical-coordinate representation of color #080059: hue angle of 245.39º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080059 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 0 | 89 | - |
| CMYK | 0.91 | 1 | 0 | 0.65 |
| HSL | 245.39º | 1% | 0.17% | - |
| HSV(B) | 245.39º | 1% | 0.35% | - |
| XYZ | 1.9 | 0.77 | 9.5 | - |
| YUV | 12.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 89 | 0.91 | 1 | 0 | 0.65 | 245.39 | 1 | 0.17 |
| Hex | 8 | 0 | 59 | 5B | 64 | 0 | 41 | F5 | 64 | 11 |
| Octal | 10 | 0 | 131 | 133 | 144 | 0 | 101 | 365 | 144 | 21 |
| Binary | 1000 | 0 | 1011001 | 1011011 | 1100100 | 0 | 1000001 | 11110101 | 1100100 | 10001 |
Color Harmonies of #080059
Complementary color
Monochromatic Colors of #080059
Black with #080059
Text Example
Text Example
White with #080059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080059; }
p { color: rgb(8,0,89); }
H1.HeaderClassName
{
color: #080059;
}
.AnyTagClassName
{
color: #080059;
}
</style>
background-color css
<style>
a { background-color: #080059; }
a { background-color: rgb(8,0,89); }
div.DivClassName
{
background-color: #080059;
}
.BgClassName
{
background-color: #080059;
}
</style>
border-color css
<style>
span { border-color: #080059; }
span { border-color: rgb(8,0,89); }
td.TdClassName
{
border-color: #080059;
}
.TagClassName
{
border-color: #080059;
}
</style>