Shades of New Midnight Blue #070FA2
Tints of New Midnight Blue #070FA2
RGB
CMYK
RGB Variations
Color information
#070FA2 (or 0x070FA2) is known color: New Midnight Blue. HEX triplet: 07, 0F and A2. RGB value is (7,15,162). Sum of RGB (Red+Green+Blue) = 7+15+162=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 162 (63.67% from 255 or 88.04% from 184); Max value from RGB is 162 - color contains mainly: blue. Hex color #070FA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070FA2 is #F8F05D. Grayscale: #1C1C1C. Windows color (decimal): -16314462 or 10620679. OLE color: 10620679.
HSL color Cylindrical-coordinate representation of color #070FA2: hue angle of 236.9º 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 #070FA2 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 15 | 162 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.36 |
| HSL | 236.9º | 0.92% | 0.33% | - |
| HSV(B) | 236.9º | 0.96% | 0.64% | - |
| XYZ | 6.78 | 3 | 34.4 | - |
| YUV | 29.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 162 | 0.96 | 0.91 | 0 | 0.36 | 236.9 | 0.92 | 0.33 |
| Hex | 7 | F | A2 | 60 | 5B | 0 | 24 | ED | 5C | 21 |
| Octal | 7 | 17 | 242 | 140 | 133 | 0 | 44 | 355 | 134 | 41 |
| Binary | 111 | 1111 | 10100010 | 1100000 | 1011011 | 0 | 100100 | 11101101 | 1011100 | 100001 |
Color Harmonies of #070FA2
Complementary color
Monochromatic Colors of #070FA2
Black with #070FA2
Text Example
Text Example
White with #070FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FA2; }
p { color: rgb(7,15,162); }
H1.HeaderClassName
{
color: #070FA2;
}
.AnyTagClassName
{
color: #070FA2;
}
</style>
background-color css
<style>
a { background-color: #070FA2; }
a { background-color: rgb(7,15,162); }
div.DivClassName
{
background-color: #070FA2;
}
.BgClassName
{
background-color: #070FA2;
}
</style>
border-color css
<style>
span { border-color: #070FA2; }
span { border-color: rgb(7,15,162); }
td.TdClassName
{
border-color: #070FA2;
}
.TagClassName
{
border-color: #070FA2;
}
</style>