Shades of Midnight Blue #070B51
Tints of Midnight Blue #070B51
RGB
CMYK
RGB Variations
Color information
#070B51 (or 0x070B51) is known color: Midnight Blue. HEX triplet: 07, 0B and 51. RGB value is (7,11,81). Sum of RGB (Red+Green+Blue) = 7+11+81=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 81 (32.03% from 255 or 81.82% from 99); Max value from RGB is 81 - color contains mainly: blue. Hex color #070B51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B51 is #F8F4AE. Grayscale: #111111. Windows color (decimal): -16315567 or 5311239. OLE color: 5311239.
HSL color Cylindrical-coordinate representation of color #070B51: hue angle of 236.76º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070B51 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 11 | 81 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.68 |
| HSL | 236.76º | 0.84% | 0.17% | - |
| HSV(B) | 236.76º | 0.91% | 0.32% | - |
| XYZ | 1.69 | 0.88 | 7.86 | - |
| YUV | 17.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 81 | 0.91 | 0.86 | 0 | 0.68 | 236.76 | 0.84 | 0.17 |
| Hex | 7 | B | 51 | 5B | 56 | 0 | 44 | ED | 54 | 11 |
| Octal | 7 | 13 | 121 | 133 | 126 | 0 | 104 | 355 | 124 | 21 |
| Binary | 111 | 1011 | 1010001 | 1011011 | 1010110 | 0 | 1000100 | 11101101 | 1010100 | 10001 |
Color Harmonies of #070B51
Complementary color
Monochromatic Colors of #070B51
Black with #070B51
Text Example
Text Example
White with #070B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B51; }
p { color: rgb(7,11,81); }
H1.HeaderClassName
{
color: #070B51;
}
.AnyTagClassName
{
color: #070B51;
}
</style>
background-color css
<style>
a { background-color: #070B51; }
a { background-color: rgb(7,11,81); }
div.DivClassName
{
background-color: #070B51;
}
.BgClassName
{
background-color: #070B51;
}
</style>
border-color css
<style>
span { border-color: #070B51; }
span { border-color: rgb(7,11,81); }
td.TdClassName
{
border-color: #070B51;
}
.TagClassName
{
border-color: #070B51;
}
</style>