Shades of New Midnight Blue #020AAF
Tints of New Midnight Blue #020AAF
RGB
CMYK
RGB Variations
Color information
#020AAF (or 0x020AAF) is known color: New Midnight Blue. HEX triplet: 02, 0A and AF. RGB value is (2,10,175). Sum of RGB (Red+Green+Blue) = 2+10+175=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 175 (68.75% from 255 or 93.58% from 187); Max value from RGB is 175 - color contains mainly: blue. Hex color #020AAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020AAF is #FDF550. Grayscale: #191919. Windows color (decimal): -16643409 or 11471362. OLE color: 11471362.
HSL color Cylindrical-coordinate representation of color #020AAF: hue angle of 237.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AAF is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 10 | 175 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.31 |
| HSL | 237.23º | 0.98% | 0.35% | - |
| HSV(B) | 237.23º | 0.99% | 0.69% | - |
| XYZ | 7.87 | 3.33 | 40.78 | - |
| YUV | 26.42 | 211.85 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 175 | 0.99 | 0.94 | 0 | 0.31 | 237.23 | 0.98 | 0.35 |
| Hex | 2 | A | AF | 63 | 5E | 0 | 1F | ED | 62 | 23 |
| Octal | 2 | 12 | 257 | 143 | 136 | 0 | 37 | 355 | 142 | 43 |
| Binary | 10 | 1010 | 10101111 | 1100011 | 1011110 | 0 | 11111 | 11101101 | 1100010 | 100011 |
Color Harmonies of #020AAF
Complementary color
Monochromatic Colors of #020AAF
Black with #020AAF
Text Example
Text Example
White with #020AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AAF; }
p { color: rgb(2,10,175); }
H1.HeaderClassName
{
color: #020AAF;
}
.AnyTagClassName
{
color: #020AAF;
}
</style>
background-color css
<style>
a { background-color: #020AAF; }
a { background-color: rgb(2,10,175); }
div.DivClassName
{
background-color: #020AAF;
}
.BgClassName
{
background-color: #020AAF;
}
</style>
border-color css
<style>
span { border-color: #020AAF; }
span { border-color: rgb(2,10,175); }
td.TdClassName
{
border-color: #020AAF;
}
.TagClassName
{
border-color: #020AAF;
}
</style>