Shades of New Midnight Blue #070AAC
Tints of New Midnight Blue #070AAC
RGB
CMYK
RGB Variations
Color information
#070AAC (or 0x070AAC) is known color: New Midnight Blue. HEX triplet: 07, 0A and AC. RGB value is (7,10,172). Sum of RGB (Red+Green+Blue) = 7+10+172=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #070AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070AAC is #F8F553. Grayscale: #1A1A1A. Windows color (decimal): -16315732 or 11274759. OLE color: 11274759.
HSL color Cylindrical-coordinate representation of color #070AAC: hue angle of 238.91º 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 #070AAC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 10 | 172 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.33 |
| HSL | 238.91º | 0.92% | 0.35% | - |
| HSV(B) | 238.91º | 0.96% | 0.67% | - |
| XYZ | 7.64 | 3.24 | 39.25 | - |
| YUV | 27.57 | 209.51 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 172 | 0.96 | 0.94 | 0 | 0.33 | 238.91 | 0.92 | 0.35 |
| Hex | 7 | A | AC | 60 | 5E | 0 | 21 | EF | 5C | 23 |
| Octal | 7 | 12 | 254 | 140 | 136 | 0 | 41 | 357 | 134 | 43 |
| Binary | 111 | 1010 | 10101100 | 1100000 | 1011110 | 0 | 100001 | 11101111 | 1011100 | 100011 |
Color Harmonies of #070AAC
Complementary color
Monochromatic Colors of #070AAC
Black with #070AAC
Text Example
Text Example
White with #070AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070AAC; }
p { color: rgb(7,10,172); }
H1.HeaderClassName
{
color: #070AAC;
}
.AnyTagClassName
{
color: #070AAC;
}
</style>
background-color css
<style>
a { background-color: #070AAC; }
a { background-color: rgb(7,10,172); }
div.DivClassName
{
background-color: #070AAC;
}
.BgClassName
{
background-color: #070AAC;
}
</style>
border-color css
<style>
span { border-color: #070AAC; }
span { border-color: rgb(7,10,172); }
td.TdClassName
{
border-color: #070AAC;
}
.TagClassName
{
border-color: #070AAC;
}
</style>