Shades of Midnight Blue #070C55
Tints of Midnight Blue #070C55
RGB
CMYK
RGB Variations
Color information
#070C55 (or 0x070C55) is known color: Midnight Blue. HEX triplet: 07, 0C and 55. RGB value is (7,12,85). Sum of RGB (Red+Green+Blue) = 7+12+85=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 85 (33.59% from 255 or 81.73% from 104); Max value from RGB is 85 - color contains mainly: blue. Hex color #070C55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C55 is #F8F3AA. Grayscale: #121212. Windows color (decimal): -16315307 or 5573639. OLE color: 5573639.
HSL color Cylindrical-coordinate representation of color #070C55: hue angle of 236.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070C55 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 12 | 85 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.67 |
| HSL | 236.15º | 0.85% | 0.18% | - |
| HSV(B) | 236.15º | 0.92% | 0.33% | - |
| XYZ | 1.86 | 0.96 | 8.68 | - |
| YUV | 18.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 85 | 0.92 | 0.86 | 0 | 0.67 | 236.15 | 0.85 | 0.18 |
| Hex | 7 | C | 55 | 5C | 56 | 0 | 43 | EC | 55 | 12 |
| Octal | 7 | 14 | 125 | 134 | 126 | 0 | 103 | 354 | 125 | 22 |
| Binary | 111 | 1100 | 1010101 | 1011100 | 1010110 | 0 | 1000011 | 11101100 | 1010101 | 10010 |
Color Harmonies of #070C55
Complementary color
Monochromatic Colors of #070C55
Black with #070C55
Text Example
Text Example
White with #070C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C55; }
p { color: rgb(7,12,85); }
H1.HeaderClassName
{
color: #070C55;
}
.AnyTagClassName
{
color: #070C55;
}
</style>
background-color css
<style>
a { background-color: #070C55; }
a { background-color: rgb(7,12,85); }
div.DivClassName
{
background-color: #070C55;
}
.BgClassName
{
background-color: #070C55;
}
</style>
border-color css
<style>
span { border-color: #070C55; }
span { border-color: rgb(7,12,85); }
td.TdClassName
{
border-color: #070C55;
}
.TagClassName
{
border-color: #070C55;
}
</style>