Shades of Midnight Blue #070560
Tints of Midnight Blue #070560
RGB
CMYK
RGB Variations
Color information
#070560 (or 0x070560) is known color: Midnight Blue. HEX triplet: 07, 05 and 60. RGB value is (7,5,96). Sum of RGB (Red+Green+Blue) = 7+5+96=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 96 (37.89% from 255 or 88.89% from 108); Max value from RGB is 96 - color contains mainly: blue. Hex color #070560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070560 is #F8FA9F. Grayscale: #0F0F0F. Windows color (decimal): -16317088 or 6292743. OLE color: 6292743.
HSL color Cylindrical-coordinate representation of color #070560: hue angle of 241.32º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070560 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 5 | 96 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.62 |
| HSL | 241.32º | 0.9% | 0.2% | - |
| HSV(B) | 241.32º | 0.95% | 0.38% | - |
| XYZ | 2.25 | 1 | 11.14 | - |
| YUV | 15.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 96 | 0.93 | 0.95 | 0 | 0.62 | 241.32 | 0.9 | 0.2 |
| Hex | 7 | 5 | 60 | 5D | 5F | 0 | 3E | F1 | 5A | 14 |
| Octal | 7 | 5 | 140 | 135 | 137 | 0 | 76 | 361 | 132 | 24 |
| Binary | 111 | 101 | 1100000 | 1011101 | 1011111 | 0 | 111110 | 11110001 | 1011010 | 10100 |
Color Harmonies of #070560
Complementary color
Monochromatic Colors of #070560
Black with #070560
Text Example
Text Example
White with #070560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070560; }
p { color: rgb(7,5,96); }
H1.HeaderClassName
{
color: #070560;
}
.AnyTagClassName
{
color: #070560;
}
</style>
background-color css
<style>
a { background-color: #070560; }
a { background-color: rgb(7,5,96); }
div.DivClassName
{
background-color: #070560;
}
.BgClassName
{
background-color: #070560;
}
</style>
border-color css
<style>
span { border-color: #070560; }
span { border-color: rgb(7,5,96); }
td.TdClassName
{
border-color: #070560;
}
.TagClassName
{
border-color: #070560;
}
</style>