Shades of New Midnight Blue #070CA0
Tints of New Midnight Blue #070CA0
RGB
CMYK
RGB Variations
Color information
#070CA0 (or 0x070CA0) is known color: New Midnight Blue. HEX triplet: 07, 0C and A0. RGB value is (7,12,160). Sum of RGB (Red+Green+Blue) = 7+12+160=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 160 (62.89% from 255 or 89.39% from 179); Max value from RGB is 160 - color contains mainly: blue. Hex color #070CA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070CA0 is #F8F35F. Grayscale: #1A1A1A. Windows color (decimal): -16315232 or 10488839. OLE color: 10488839.
HSL color Cylindrical-coordinate representation of color #070CA0: hue angle of 238.04º 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 #070CA0 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 12 | 160 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.37 |
| HSL | 238.04º | 0.92% | 0.33% | - |
| HSV(B) | 238.04º | 0.96% | 0.63% | - |
| XYZ | 6.56 | 2.85 | 33.46 | - |
| YUV | 27.38 | 202.84 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 160 | 0.96 | 0.93 | 0 | 0.37 | 238.04 | 0.92 | 0.33 |
| Hex | 7 | C | A0 | 60 | 5D | 0 | 25 | EE | 5C | 21 |
| Octal | 7 | 14 | 240 | 140 | 135 | 0 | 45 | 356 | 134 | 41 |
| Binary | 111 | 1100 | 10100000 | 1100000 | 1011101 | 0 | 100101 | 11101110 | 1011100 | 100001 |
Color Harmonies of #070CA0
Complementary color
Monochromatic Colors of #070CA0
Black with #070CA0
Text Example
Text Example
White with #070CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CA0; }
p { color: rgb(7,12,160); }
H1.HeaderClassName
{
color: #070CA0;
}
.AnyTagClassName
{
color: #070CA0;
}
</style>
background-color css
<style>
a { background-color: #070CA0; }
a { background-color: rgb(7,12,160); }
div.DivClassName
{
background-color: #070CA0;
}
.BgClassName
{
background-color: #070CA0;
}
</style>
border-color css
<style>
span { border-color: #070CA0; }
span { border-color: rgb(7,12,160); }
td.TdClassName
{
border-color: #070CA0;
}
.TagClassName
{
border-color: #070CA0;
}
</style>