Shades of Midnight Blue #070756
Tints of Midnight Blue #070756
RGB
CMYK
RGB Variations
Color information
#070756 (or 0x070756) is known color: Midnight Blue. HEX triplet: 07, 07 and 56. RGB value is (7,7,86). Sum of RGB (Red+Green+Blue) = 7+7+86=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 86 (33.98% from 255 or 86% from 100); Max value from RGB is 86 - color contains mainly: blue. Hex color #070756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070756 is #F8F8A9. Grayscale: #0F0F0F. Windows color (decimal): -16316586 or 5637895. OLE color: 5637895.
HSL color Cylindrical-coordinate representation of color #070756: hue angle of 240º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070756 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 7 | 86 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.66 |
| HSL | 240º | 0.85% | 0.18% | - |
| HSV(B) | 240º | 0.92% | 0.34% | - |
| XYZ | 1.84 | 0.87 | 8.87 | - |
| YUV | 16.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 86 | 0.92 | 0.92 | 0 | 0.66 | 240 | 0.85 | 0.18 |
| Hex | 7 | 7 | 56 | 5C | 5C | 0 | 42 | F0 | 55 | 12 |
| Octal | 7 | 7 | 126 | 134 | 134 | 0 | 102 | 360 | 125 | 22 |
| Binary | 111 | 111 | 1010110 | 1011100 | 1011100 | 0 | 1000010 | 11110000 | 1010101 | 10010 |
Color Harmonies of #070756
Complementary color
Monochromatic Colors of #070756
Black with #070756
Text Example
Text Example
White with #070756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070756; }
p { color: rgb(7,7,86); }
H1.HeaderClassName
{
color: #070756;
}
.AnyTagClassName
{
color: #070756;
}
</style>
background-color css
<style>
a { background-color: #070756; }
a { background-color: rgb(7,7,86); }
div.DivClassName
{
background-color: #070756;
}
.BgClassName
{
background-color: #070756;
}
</style>
border-color css
<style>
span { border-color: #070756; }
span { border-color: rgb(7,7,86); }
td.TdClassName
{
border-color: #070756;
}
.TagClassName
{
border-color: #070756;
}
</style>