Shades of New Midnight Blue #070EA1
Tints of New Midnight Blue #070EA1
RGB
CMYK
RGB Variations
Color information
#070EA1 (or 0x070EA1) is known color: New Midnight Blue. HEX triplet: 07, 0E and A1. RGB value is (7,14,161). Sum of RGB (Red+Green+Blue) = 7+14+161=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 161 (63.28% from 255 or 88.46% from 182); Max value from RGB is 161 - color contains mainly: blue. Hex color #070EA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070EA1 is #F8F15E. Grayscale: #1C1C1C. Windows color (decimal): -16314719 or 10554887. OLE color: 10554887.
HSL color Cylindrical-coordinate representation of color #070EA1: hue angle of 237.27º 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 #070EA1 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 14 | 161 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.37 |
| HSL | 237.27º | 0.92% | 0.33% | - |
| HSV(B) | 237.27º | 0.96% | 0.63% | - |
| XYZ | 6.68 | 2.93 | 33.93 | - |
| YUV | 28.67 | 202.68 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 161 | 0.96 | 0.91 | 0 | 0.37 | 237.27 | 0.92 | 0.33 |
| Hex | 7 | E | A1 | 60 | 5B | 0 | 25 | ED | 5C | 21 |
| Octal | 7 | 16 | 241 | 140 | 133 | 0 | 45 | 355 | 134 | 41 |
| Binary | 111 | 1110 | 10100001 | 1100000 | 1011011 | 0 | 100101 | 11101101 | 1011100 | 100001 |
Color Harmonies of #070EA1
Complementary color
Monochromatic Colors of #070EA1
Black with #070EA1
Text Example
Text Example
White with #070EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070EA1; }
p { color: rgb(7,14,161); }
H1.HeaderClassName
{
color: #070EA1;
}
.AnyTagClassName
{
color: #070EA1;
}
</style>
background-color css
<style>
a { background-color: #070EA1; }
a { background-color: rgb(7,14,161); }
div.DivClassName
{
background-color: #070EA1;
}
.BgClassName
{
background-color: #070EA1;
}
</style>
border-color css
<style>
span { border-color: #070EA1; }
span { border-color: rgb(7,14,161); }
td.TdClassName
{
border-color: #070EA1;
}
.TagClassName
{
border-color: #070EA1;
}
</style>