Shades of Midnight Blue #070C5D
Tints of Midnight Blue #070C5D
RGB
CMYK
RGB Variations
Color information
#070C5D (or 0x070C5D) is known color: Midnight Blue. HEX triplet: 07, 0C and 5D. RGB value is (7,12,93). Sum of RGB (Red+Green+Blue) = 7+12+93=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #070C5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C5D is #F8F3A2. Grayscale: #131313. Windows color (decimal): -16315299 or 6097927. OLE color: 6097927.
HSL color Cylindrical-coordinate representation of color #070C5D: hue angle of 236.51º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070C5D is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 12 | 93 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.64 |
| HSL | 236.51º | 0.86% | 0.2% | - |
| HSV(B) | 236.51º | 0.92% | 0.36% | - |
| XYZ | 2.19 | 1.1 | 10.45 | - |
| YUV | 19.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 93 | 0.92 | 0.87 | 0 | 0.64 | 236.51 | 0.86 | 0.2 |
| Hex | 7 | C | 5D | 5C | 57 | 0 | 40 | ED | 56 | 14 |
| Octal | 7 | 14 | 135 | 134 | 127 | 0 | 100 | 355 | 126 | 24 |
| Binary | 111 | 1100 | 1011101 | 1011100 | 1010111 | 0 | 1000000 | 11101101 | 1010110 | 10100 |
Color Harmonies of #070C5D
Complementary color
Monochromatic Colors of #070C5D
Black with #070C5D
Text Example
Text Example
White with #070C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C5D; }
p { color: rgb(7,12,93); }
H1.HeaderClassName
{
color: #070C5D;
}
.AnyTagClassName
{
color: #070C5D;
}
</style>
background-color css
<style>
a { background-color: #070C5D; }
a { background-color: rgb(7,12,93); }
div.DivClassName
{
background-color: #070C5D;
}
.BgClassName
{
background-color: #070C5D;
}
</style>
border-color css
<style>
span { border-color: #070C5D; }
span { border-color: rgb(7,12,93); }
td.TdClassName
{
border-color: #070C5D;
}
.TagClassName
{
border-color: #070C5D;
}
</style>