Shades of Midnight Blue #070256
Tints of Midnight Blue #070256
RGB
CMYK
RGB Variations
Color information
#070256 (or 0x070256) is known color: Midnight Blue. HEX triplet: 07, 02 and 56. RGB value is (7,2,86). Sum of RGB (Red+Green+Blue) = 7+2+86=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 86 (33.98% from 255 or 90.53% from 95); Max value from RGB is 86 - color contains mainly: blue. Hex color #070256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070256 is #F8FDA9. Grayscale: #0C0C0C. Windows color (decimal): -16317866 or 5636615. OLE color: 5636615.
HSL color Cylindrical-coordinate representation of color #070256: hue angle of 243.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070256 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 2 | 86 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.66 |
| HSL | 243.57º | 0.95% | 0.17% | - |
| HSV(B) | 243.57º | 0.98% | 0.34% | - |
| XYZ | 1.79 | 0.76 | 8.86 | - |
| YUV | 13.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 86 | 0.92 | 0.98 | 0 | 0.66 | 243.57 | 0.95 | 0.17 |
| Hex | 7 | 2 | 56 | 5C | 62 | 0 | 42 | F4 | 5F | 11 |
| Octal | 7 | 2 | 126 | 134 | 142 | 0 | 102 | 364 | 137 | 21 |
| Binary | 111 | 10 | 1010110 | 1011100 | 1100010 | 0 | 1000010 | 11110100 | 1011111 | 10001 |
Color Harmonies of #070256
Complementary color
Monochromatic Colors of #070256
Black with #070256
Text Example
Text Example
White with #070256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070256; }
p { color: rgb(7,2,86); }
H1.HeaderClassName
{
color: #070256;
}
.AnyTagClassName
{
color: #070256;
}
</style>
background-color css
<style>
a { background-color: #070256; }
a { background-color: rgb(7,2,86); }
div.DivClassName
{
background-color: #070256;
}
.BgClassName
{
background-color: #070256;
}
</style>
border-color css
<style>
span { border-color: #070256; }
span { border-color: rgb(7,2,86); }
td.TdClassName
{
border-color: #070256;
}
.TagClassName
{
border-color: #070256;
}
</style>