Shades of Midnight Blue #070C69
Tints of Midnight Blue #070C69
RGB
CMYK
RGB Variations
Color information
#070C69 (or 0x070C69) is known color: Midnight Blue. HEX triplet: 07, 0C and 69. RGB value is (7,12,105). Sum of RGB (Red+Green+Blue) = 7+12+105=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #070C69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C69 is #F8F396. Grayscale: #141414. Windows color (decimal): -16315287 or 6884359. OLE color: 6884359.
HSL color Cylindrical-coordinate representation of color #070C69: hue angle of 236.94º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070C69 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 12 | 105 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.59 |
| HSL | 236.94º | 0.88% | 0.22% | - |
| HSV(B) | 236.94º | 0.93% | 0.41% | - |
| XYZ | 2.77 | 1.33 | 13.48 | - |
| YUV | 21.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 105 | 0.93 | 0.89 | 0 | 0.59 | 236.94 | 0.88 | 0.22 |
| Hex | 7 | C | 69 | 5D | 59 | 0 | 3B | ED | 58 | 16 |
| Octal | 7 | 14 | 151 | 135 | 131 | 0 | 73 | 355 | 130 | 26 |
| Binary | 111 | 1100 | 1101001 | 1011101 | 1011001 | 0 | 111011 | 11101101 | 1011000 | 10110 |
Color Harmonies of #070C69
Complementary color
Monochromatic Colors of #070C69
Black with #070C69
Text Example
Text Example
White with #070C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C69; }
p { color: rgb(7,12,105); }
H1.HeaderClassName
{
color: #070C69;
}
.AnyTagClassName
{
color: #070C69;
}
</style>
background-color css
<style>
a { background-color: #070C69; }
a { background-color: rgb(7,12,105); }
div.DivClassName
{
background-color: #070C69;
}
.BgClassName
{
background-color: #070C69;
}
</style>
border-color css
<style>
span { border-color: #070C69; }
span { border-color: rgb(7,12,105); }
td.TdClassName
{
border-color: #070C69;
}
.TagClassName
{
border-color: #070C69;
}
</style>