Shades of New Midnight Blue #020AAD
Tints of New Midnight Blue #020AAD
RGB
CMYK
RGB Variations
Color information
#020AAD (or 0x020AAD) is known color: New Midnight Blue. HEX triplet: 02, 0A and AD. RGB value is (2,10,173). Sum of RGB (Red+Green+Blue) = 2+10+173=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 173 (67.97% from 255 or 93.51% from 185); Max value from RGB is 173 - color contains mainly: blue. Hex color #020AAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020AAD is #FDF552. Grayscale: #191919. Windows color (decimal): -16643411 or 11340290. OLE color: 11340290.
HSL color Cylindrical-coordinate representation of color #020AAD: hue angle of 237.19º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AAD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 10 | 173 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.32 |
| HSL | 237.19º | 0.98% | 0.34% | - |
| HSV(B) | 237.19º | 0.99% | 0.68% | - |
| XYZ | 7.68 | 3.25 | 39.76 | - |
| YUV | 26.19 | 210.85 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 173 | 0.99 | 0.94 | 0 | 0.32 | 237.19 | 0.98 | 0.34 |
| Hex | 2 | A | AD | 63 | 5E | 0 | 20 | ED | 62 | 22 |
| Octal | 2 | 12 | 255 | 143 | 136 | 0 | 40 | 355 | 142 | 42 |
| Binary | 10 | 1010 | 10101101 | 1100011 | 1011110 | 0 | 100000 | 11101101 | 1100010 | 100010 |
Color Harmonies of #020AAD
Complementary color
Monochromatic Colors of #020AAD
Black with #020AAD
Text Example
Text Example
White with #020AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AAD; }
p { color: rgb(2,10,173); }
H1.HeaderClassName
{
color: #020AAD;
}
.AnyTagClassName
{
color: #020AAD;
}
</style>
background-color css
<style>
a { background-color: #020AAD; }
a { background-color: rgb(2,10,173); }
div.DivClassName
{
background-color: #020AAD;
}
.BgClassName
{
background-color: #020AAD;
}
</style>
border-color css
<style>
span { border-color: #020AAD; }
span { border-color: rgb(2,10,173); }
td.TdClassName
{
border-color: #020AAD;
}
.TagClassName
{
border-color: #020AAD;
}
</style>