Shades of New Midnight Blue #070FA1
Tints of New Midnight Blue #070FA1
RGB
CMYK
RGB Variations
Color information
#070FA1 (or 0x070FA1) is known color: New Midnight Blue. HEX triplet: 07, 0F and A1. RGB value is (7,15,161). Sum of RGB (Red+Green+Blue) = 7+15+161=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 161 (63.28% from 255 or 87.98% from 183); Max value from RGB is 161 - color contains mainly: blue. Hex color #070FA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070FA1 is #F8F05E. Grayscale: #1C1C1C. Windows color (decimal): -16314463 or 10555143. OLE color: 10555143.
HSL color Cylindrical-coordinate representation of color #070FA1: hue angle of 236.88º 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 #070FA1 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 15 | 161 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.37 |
| HSL | 236.88º | 0.92% | 0.33% | - |
| HSV(B) | 236.88º | 0.96% | 0.63% | - |
| XYZ | 6.69 | 2.96 | 33.94 | - |
| YUV | 29.25 | 202.35 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 161 | 0.96 | 0.91 | 0 | 0.37 | 236.88 | 0.92 | 0.33 |
| Hex | 7 | F | A1 | 60 | 5B | 0 | 25 | ED | 5C | 21 |
| Octal | 7 | 17 | 241 | 140 | 133 | 0 | 45 | 355 | 134 | 41 |
| Binary | 111 | 1111 | 10100001 | 1100000 | 1011011 | 0 | 100101 | 11101101 | 1011100 | 100001 |
Color Harmonies of #070FA1
Complementary color
Monochromatic Colors of #070FA1
Black with #070FA1
Text Example
Text Example
White with #070FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FA1; }
p { color: rgb(7,15,161); }
H1.HeaderClassName
{
color: #070FA1;
}
.AnyTagClassName
{
color: #070FA1;
}
</style>
background-color css
<style>
a { background-color: #070FA1; }
a { background-color: rgb(7,15,161); }
div.DivClassName
{
background-color: #070FA1;
}
.BgClassName
{
background-color: #070FA1;
}
</style>
border-color css
<style>
span { border-color: #070FA1; }
span { border-color: rgb(7,15,161); }
td.TdClassName
{
border-color: #070FA1;
}
.TagClassName
{
border-color: #070FA1;
}
</style>