Shades of New Midnight Blue #070CAC
Tints of New Midnight Blue #070CAC
RGB
CMYK
RGB Variations
Color information
#070CAC (or 0x070CAC) is known color: New Midnight Blue. HEX triplet: 07, 0C and AC. RGB value is (7,12,172). Sum of RGB (Red+Green+Blue) = 7+12+172=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 172 (67.58% from 255 or 90.05% from 191); Max value from RGB is 172 - color contains mainly: blue. Hex color #070CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070CAC is #F8F353. Grayscale: #1C1C1C. Windows color (decimal): -16315220 or 11275271. OLE color: 11275271.
HSL color Cylindrical-coordinate representation of color #070CAC: hue angle of 238.18º 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 #070CAC is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 12 | 172 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.33 |
| HSL | 238.18º | 0.92% | 0.35% | - |
| HSV(B) | 238.18º | 0.96% | 0.67% | - |
| XYZ | 7.67 | 3.29 | 39.26 | - |
| YUV | 28.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 172 | 0.96 | 0.93 | 0 | 0.33 | 238.18 | 0.92 | 0.35 |
| Hex | 7 | C | AC | 60 | 5D | 0 | 21 | EE | 5C | 23 |
| Octal | 7 | 14 | 254 | 140 | 135 | 0 | 41 | 356 | 134 | 43 |
| Binary | 111 | 1100 | 10101100 | 1100000 | 1011101 | 0 | 100001 | 11101110 | 1011100 | 100011 |
Color Harmonies of #070CAC
Complementary color
Monochromatic Colors of #070CAC
Black with #070CAC
Text Example
Text Example
White with #070CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CAC; }
p { color: rgb(7,12,172); }
H1.HeaderClassName
{
color: #070CAC;
}
.AnyTagClassName
{
color: #070CAC;
}
</style>
background-color css
<style>
a { background-color: #070CAC; }
a { background-color: rgb(7,12,172); }
div.DivClassName
{
background-color: #070CAC;
}
.BgClassName
{
background-color: #070CAC;
}
</style>
border-color css
<style>
span { border-color: #070CAC; }
span { border-color: rgb(7,12,172); }
td.TdClassName
{
border-color: #070CAC;
}
.TagClassName
{
border-color: #070CAC;
}
</style>