Shades of Midnight Blue #071070
Tints of Midnight Blue #071070
RGB
CMYK
RGB Variations
Color information
#071070 (or 0x071070) is known color: Midnight Blue. HEX triplet: 07, 10 and 70. RGB value is (7,16,112). Sum of RGB (Red+Green+Blue) = 7+16+112=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #071070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071070 is #F8EF8F. Grayscale: #171717. Windows color (decimal): -16314256 or 7344135. OLE color: 7344135.
HSL color Cylindrical-coordinate representation of color #071070: hue angle of 234.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071070 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 16 | 112 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.56 |
| HSL | 234.86º | 0.88% | 0.23% | - |
| HSV(B) | 234.86º | 0.94% | 0.44% | - |
| XYZ | 3.2 | 1.59 | 15.47 | - |
| YUV | 24.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 112 | 0.94 | 0.86 | 0 | 0.56 | 234.86 | 0.88 | 0.23 |
| Hex | 7 | 10 | 70 | 5E | 56 | 0 | 38 | EB | 58 | 17 |
| Octal | 7 | 20 | 160 | 136 | 126 | 0 | 70 | 353 | 130 | 27 |
| Binary | 111 | 10000 | 1110000 | 1011110 | 1010110 | 0 | 111000 | 11101011 | 1011000 | 10111 |
Color Harmonies of #071070
Complementary color
Monochromatic Colors of #071070
Black with #071070
Text Example
Text Example
White with #071070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071070; }
p { color: rgb(7,16,112); }
H1.HeaderClassName
{
color: #071070;
}
.AnyTagClassName
{
color: #071070;
}
</style>
background-color css
<style>
a { background-color: #071070; }
a { background-color: rgb(7,16,112); }
div.DivClassName
{
background-color: #071070;
}
.BgClassName
{
background-color: #071070;
}
</style>
border-color css
<style>
span { border-color: #071070; }
span { border-color: rgb(7,16,112); }
td.TdClassName
{
border-color: #071070;
}
.TagClassName
{
border-color: #071070;
}
</style>