Shades of New Midnight Blue #0712A0
Tints of New Midnight Blue #0712A0
RGB
CMYK
RGB Variations
Color information
#0712A0 (or 0x0712A0) is known color: New Midnight Blue. HEX triplet: 07, 12 and A0. RGB value is (7,18,160). Sum of RGB (Red+Green+Blue) = 7+18+160=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 160 (62.89% from 255 or 86.49% from 185); Max value from RGB is 160 - color contains mainly: blue. Hex color #0712A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0712A0 is #F8ED5F. Grayscale: #1E1E1E. Windows color (decimal): -16313696 or 10490375. OLE color: 10490375.
HSL color Cylindrical-coordinate representation of color #0712A0: hue angle of 235.69º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0712A0 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 18 | 160 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.37 |
| HSL | 235.69º | 0.92% | 0.33% | - |
| HSV(B) | 235.69º | 0.96% | 0.63% | - |
| XYZ | 6.65 | 3.02 | 33.49 | - |
| YUV | 30.9 | 200.86 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 160 | 0.96 | 0.89 | 0 | 0.37 | 235.69 | 0.92 | 0.33 |
| Hex | 7 | 12 | A0 | 60 | 59 | 0 | 25 | EC | 5C | 21 |
| Octal | 7 | 22 | 240 | 140 | 131 | 0 | 45 | 354 | 134 | 41 |
| Binary | 111 | 10010 | 10100000 | 1100000 | 1011001 | 0 | 100101 | 11101100 | 1011100 | 100001 |
Color Harmonies of #0712A0
Complementary color
Monochromatic Colors of #0712A0
Black with #0712A0
Text Example
Text Example
White with #0712A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0712A0; }
p { color: rgb(7,18,160); }
H1.HeaderClassName
{
color: #0712A0;
}
.AnyTagClassName
{
color: #0712A0;
}
</style>
background-color css
<style>
a { background-color: #0712A0; }
a { background-color: rgb(7,18,160); }
div.DivClassName
{
background-color: #0712A0;
}
.BgClassName
{
background-color: #0712A0;
}
</style>
border-color css
<style>
span { border-color: #0712A0; }
span { border-color: rgb(7,18,160); }
td.TdClassName
{
border-color: #0712A0;
}
.TagClassName
{
border-color: #0712A0;
}
</style>