Shades of Midnight Blue #070059
Tints of Midnight Blue #070059
RGB
CMYK
RGB Variations
Color information
#070059 (or 0x070059) is known color: Midnight Blue. HEX triplet: 07, 00 and 59. RGB value is (7,0,89). Sum of RGB (Red+Green+Blue) = 7+0+89=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 89 (35.16% from 255 or 92.71% from 96); Max value from RGB is 89 - color contains mainly: blue. Hex color #070059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070059 is #F8FFA6. Grayscale: #0B0B0B. Windows color (decimal): -16318375 or 5832711. OLE color: 5832711.
HSL color Cylindrical-coordinate representation of color #070059: hue angle of 244.72º 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 #070059 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 0 | 89 | - |
| CMYK | 0.92 | 1 | 0 | 0.65 |
| HSL | 244.72º | 1% | 0.17% | - |
| HSV(B) | 244.72º | 1% | 0.35% | - |
| XYZ | 1.89 | 0.77 | 9.5 | - |
| YUV | 12.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 89 | 0.92 | 1 | 0 | 0.65 | 244.72 | 1 | 0.17 |
| Hex | 7 | 0 | 59 | 5C | 64 | 0 | 41 | F5 | 64 | 11 |
| Octal | 7 | 0 | 131 | 134 | 144 | 0 | 101 | 365 | 144 | 21 |
| Binary | 111 | 0 | 1011001 | 1011100 | 1100100 | 0 | 1000001 | 11110101 | 1100100 | 10001 |
Color Harmonies of #070059
Complementary color
Monochromatic Colors of #070059
Black with #070059
Text Example
Text Example
White with #070059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070059; }
p { color: rgb(7,0,89); }
H1.HeaderClassName
{
color: #070059;
}
.AnyTagClassName
{
color: #070059;
}
</style>
background-color css
<style>
a { background-color: #070059; }
a { background-color: rgb(7,0,89); }
div.DivClassName
{
background-color: #070059;
}
.BgClassName
{
background-color: #070059;
}
</style>
border-color css
<style>
span { border-color: #070059; }
span { border-color: rgb(7,0,89); }
td.TdClassName
{
border-color: #070059;
}
.TagClassName
{
border-color: #070059;
}
</style>