Shades of Midnight Blue #070C57
Tints of Midnight Blue #070C57
RGB
CMYK
RGB Variations
Color information
#070C57 (or 0x070C57) is known color: Midnight Blue. HEX triplet: 07, 0C and 57. RGB value is (7,12,87). Sum of RGB (Red+Green+Blue) = 7+12+87=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 87 (34.38% from 255 or 82.08% from 106); Max value from RGB is 87 - color contains mainly: blue. Hex color #070C57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C57 is #F8F3A8. Grayscale: #121212. Windows color (decimal): -16315305 or 5704711. OLE color: 5704711.
HSL color Cylindrical-coordinate representation of color #070C57: hue angle of 236.25º 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 #070C57 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 12 | 87 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.66 |
| HSL | 236.25º | 0.85% | 0.18% | - |
| HSV(B) | 236.25º | 0.92% | 0.34% | - |
| XYZ | 1.94 | 1 | 9.11 | - |
| YUV | 19.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 87 | 0.92 | 0.86 | 0 | 0.66 | 236.25 | 0.85 | 0.18 |
| Hex | 7 | C | 57 | 5C | 56 | 0 | 42 | EC | 55 | 12 |
| Octal | 7 | 14 | 127 | 134 | 126 | 0 | 102 | 354 | 125 | 22 |
| Binary | 111 | 1100 | 1010111 | 1011100 | 1010110 | 0 | 1000010 | 11101100 | 1010101 | 10010 |
Color Harmonies of #070C57
Complementary color
Monochromatic Colors of #070C57
Black with #070C57
Text Example
Text Example
White with #070C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C57; }
p { color: rgb(7,12,87); }
H1.HeaderClassName
{
color: #070C57;
}
.AnyTagClassName
{
color: #070C57;
}
</style>
background-color css
<style>
a { background-color: #070C57; }
a { background-color: rgb(7,12,87); }
div.DivClassName
{
background-color: #070C57;
}
.BgClassName
{
background-color: #070C57;
}
</style>
border-color css
<style>
span { border-color: #070C57; }
span { border-color: rgb(7,12,87); }
td.TdClassName
{
border-color: #070C57;
}
.TagClassName
{
border-color: #070C57;
}
</style>