Shades of Midnight Blue #070C59
Tints of Midnight Blue #070C59
RGB
CMYK
RGB Variations
Color information
#070C59 (or 0x070C59) is known color: Midnight Blue. HEX triplet: 07, 0C and 59. RGB value is (7,12,89). Sum of RGB (Red+Green+Blue) = 7+12+89=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #070C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C59 is #F8F3A6. Grayscale: #121212. Windows color (decimal): -16315303 or 5835783. OLE color: 5835783.
HSL color Cylindrical-coordinate representation of color #070C59: hue angle of 236.34º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070C59 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 12 | 89 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.65 |
| HSL | 236.34º | 0.85% | 0.19% | - |
| HSV(B) | 236.34º | 0.92% | 0.35% | - |
| XYZ | 2.02 | 1.03 | 9.54 | - |
| YUV | 19.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 89 | 0.92 | 0.87 | 0 | 0.65 | 236.34 | 0.85 | 0.19 |
| Hex | 7 | C | 59 | 5C | 57 | 0 | 41 | EC | 55 | 13 |
| Octal | 7 | 14 | 131 | 134 | 127 | 0 | 101 | 354 | 125 | 23 |
| Binary | 111 | 1100 | 1011001 | 1011100 | 1010111 | 0 | 1000001 | 11101100 | 1010101 | 10011 |
Color Harmonies of #070C59
Complementary color
Monochromatic Colors of #070C59
Black with #070C59
Text Example
Text Example
White with #070C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C59; }
p { color: rgb(7,12,89); }
H1.HeaderClassName
{
color: #070C59;
}
.AnyTagClassName
{
color: #070C59;
}
</style>
background-color css
<style>
a { background-color: #070C59; }
a { background-color: rgb(7,12,89); }
div.DivClassName
{
background-color: #070C59;
}
.BgClassName
{
background-color: #070C59;
}
</style>
border-color css
<style>
span { border-color: #070C59; }
span { border-color: rgb(7,12,89); }
td.TdClassName
{
border-color: #070C59;
}
.TagClassName
{
border-color: #070C59;
}
</style>