Shades of New Midnight Blue #070CAA
Tints of New Midnight Blue #070CAA
RGB
CMYK
RGB Variations
Color information
#070CAA (or 0x070CAA) is known color: New Midnight Blue. HEX triplet: 07, 0C and AA. RGB value is (7,12,170). Sum of RGB (Red+Green+Blue) = 7+12+170=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 170 (66.80% from 255 or 89.95% from 189); Max value from RGB is 170 - color contains mainly: blue. Hex color #070CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070CAA is #F8F355. Grayscale: #1B1B1B. Windows color (decimal): -16315222 or 11144199. OLE color: 11144199.
HSL color Cylindrical-coordinate representation of color #070CAA: hue angle of 238.16º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070CAA is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 12 | 170 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.33 |
| HSL | 238.16º | 0.92% | 0.35% | - |
| HSV(B) | 238.16º | 0.96% | 0.67% | - |
| XYZ | 7.47 | 3.21 | 38.26 | - |
| YUV | 28.52 | 207.84 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 170 | 0.96 | 0.93 | 0 | 0.33 | 238.16 | 0.92 | 0.35 |
| Hex | 7 | C | AA | 60 | 5D | 0 | 21 | EE | 5C | 23 |
| Octal | 7 | 14 | 252 | 140 | 135 | 0 | 41 | 356 | 134 | 43 |
| Binary | 111 | 1100 | 10101010 | 1100000 | 1011101 | 0 | 100001 | 11101110 | 1011100 | 100011 |
Color Harmonies of #070CAA
Complementary color
Monochromatic Colors of #070CAA
Black with #070CAA
Text Example
Text Example
White with #070CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CAA; }
p { color: rgb(7,12,170); }
H1.HeaderClassName
{
color: #070CAA;
}
.AnyTagClassName
{
color: #070CAA;
}
</style>
background-color css
<style>
a { background-color: #070CAA; }
a { background-color: rgb(7,12,170); }
div.DivClassName
{
background-color: #070CAA;
}
.BgClassName
{
background-color: #070CAA;
}
</style>
border-color css
<style>
span { border-color: #070CAA; }
span { border-color: rgb(7,12,170); }
td.TdClassName
{
border-color: #070CAA;
}
.TagClassName
{
border-color: #070CAA;
}
</style>