Shades of New Midnight Blue #020A99
Tints of New Midnight Blue #020A99
RGB
CMYK
RGB Variations
Color information
#020A99 (or 0x020A99) is known color: New Midnight Blue. HEX triplet: 02, 0A and 99. RGB value is (2,10,153). Sum of RGB (Red+Green+Blue) = 2+10+153=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 153 (60.16% from 255 or 92.73% from 165); Max value from RGB is 153 - color contains mainly: blue. Hex color #020A99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A99 is #FDF566. Grayscale: #171717. Windows color (decimal): -16643431 or 10029570. OLE color: 10029570.
HSL color Cylindrical-coordinate representation of color #020A99: hue angle of 236.82º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020A99 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 10 | 153 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.4 |
| HSL | 236.82º | 0.97% | 0.3% | - |
| HSV(B) | 236.82º | 0.99% | 0.6% | - |
| XYZ | 5.88 | 2.53 | 30.32 | - |
| YUV | 23.91 | 200.85 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 153 | 0.99 | 0.93 | 0 | 0.4 | 236.82 | 0.97 | 0.3 |
| Hex | 2 | A | 99 | 63 | 5D | 0 | 28 | ED | 61 | 1E |
| Octal | 2 | 12 | 231 | 143 | 135 | 0 | 50 | 355 | 141 | 36 |
| Binary | 10 | 1010 | 10011001 | 1100011 | 1011101 | 0 | 101000 | 11101101 | 1100001 | 11110 |
Color Harmonies of #020A99
Complementary color
Monochromatic Colors of #020A99
Black with #020A99
Text Example
Text Example
White with #020A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A99; }
p { color: rgb(2,10,153); }
H1.HeaderClassName
{
color: #020A99;
}
.AnyTagClassName
{
color: #020A99;
}
</style>
background-color css
<style>
a { background-color: #020A99; }
a { background-color: rgb(2,10,153); }
div.DivClassName
{
background-color: #020A99;
}
.BgClassName
{
background-color: #020A99;
}
</style>
border-color css
<style>
span { border-color: #020A99; }
span { border-color: rgb(2,10,153); }
td.TdClassName
{
border-color: #020A99;
}
.TagClassName
{
border-color: #020A99;
}
</style>