Shades of New Midnight Blue #070AA2
Tints of New Midnight Blue #070AA2
RGB
CMYK
RGB Variations
Color information
#070AA2 (or 0x070AA2) is known color: New Midnight Blue. HEX triplet: 07, 0A and A2. RGB value is (7,10,162). Sum of RGB (Red+Green+Blue) = 7+10+162=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 162 (63.67% from 255 or 90.50% from 179); Max value from RGB is 162 - color contains mainly: blue. Hex color #070AA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070AA2 is #F8F55D. Grayscale: #191919. Windows color (decimal): -16315742 or 10619399. OLE color: 10619399.
HSL color Cylindrical-coordinate representation of color #070AA2: hue angle of 238.84º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070AA2 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 10 | 162 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.36 |
| HSL | 238.84º | 0.92% | 0.33% | - |
| HSV(B) | 238.84º | 0.96% | 0.64% | - |
| XYZ | 6.72 | 2.87 | 34.38 | - |
| YUV | 26.43 | 204.51 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 162 | 0.96 | 0.94 | 0 | 0.36 | 238.84 | 0.92 | 0.33 |
| Hex | 7 | A | A2 | 60 | 5E | 0 | 24 | EF | 5C | 21 |
| Octal | 7 | 12 | 242 | 140 | 136 | 0 | 44 | 357 | 134 | 41 |
| Binary | 111 | 1010 | 10100010 | 1100000 | 1011110 | 0 | 100100 | 11101111 | 1011100 | 100001 |
Color Harmonies of #070AA2
Complementary color
Monochromatic Colors of #070AA2
Black with #070AA2
Text Example
Text Example
White with #070AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070AA2; }
p { color: rgb(7,10,162); }
H1.HeaderClassName
{
color: #070AA2;
}
.AnyTagClassName
{
color: #070AA2;
}
</style>
background-color css
<style>
a { background-color: #070AA2; }
a { background-color: rgb(7,10,162); }
div.DivClassName
{
background-color: #070AA2;
}
.BgClassName
{
background-color: #070AA2;
}
</style>
border-color css
<style>
span { border-color: #070AA2; }
span { border-color: rgb(7,10,162); }
td.TdClassName
{
border-color: #070AA2;
}
.TagClassName
{
border-color: #070AA2;
}
</style>