Shades of New Midnight Blue #020BA9
Tints of New Midnight Blue #020BA9
RGB
CMYK
RGB Variations
Color information
#020BA9 (or 0x020BA9) is known color: New Midnight Blue. HEX triplet: 02, 0B and A9. RGB value is (2,11,169). Sum of RGB (Red+Green+Blue) = 2+11+169=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 169 (66.41% from 255 or 92.86% from 182); Max value from RGB is 169 - color contains mainly: blue. Hex color #020BA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020BA9 is #FDF456. Grayscale: #191919. Windows color (decimal): -16643159 or 11078402. OLE color: 11078402.
HSL color Cylindrical-coordinate representation of color #020BA9: hue angle of 236.77º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BA9 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 11 | 169 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.34 |
| HSL | 236.77º | 0.98% | 0.34% | - |
| HSV(B) | 236.77º | 0.99% | 0.66% | - |
| XYZ | 7.31 | 3.12 | 37.75 | - |
| YUV | 26.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 169 | 0.99 | 0.93 | 0 | 0.34 | 236.77 | 0.98 | 0.34 |
| Hex | 2 | B | A9 | 63 | 5D | 0 | 22 | ED | 62 | 22 |
| Octal | 2 | 13 | 251 | 143 | 135 | 0 | 42 | 355 | 142 | 42 |
| Binary | 10 | 1011 | 10101001 | 1100011 | 1011101 | 0 | 100010 | 11101101 | 1100010 | 100010 |
Color Harmonies of #020BA9
Complementary color
Monochromatic Colors of #020BA9
Black with #020BA9
Text Example
Text Example
White with #020BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BA9; }
p { color: rgb(2,11,169); }
H1.HeaderClassName
{
color: #020BA9;
}
.AnyTagClassName
{
color: #020BA9;
}
</style>
background-color css
<style>
a { background-color: #020BA9; }
a { background-color: rgb(2,11,169); }
div.DivClassName
{
background-color: #020BA9;
}
.BgClassName
{
background-color: #020BA9;
}
</style>
border-color css
<style>
span { border-color: #020BA9; }
span { border-color: rgb(2,11,169); }
td.TdClassName
{
border-color: #020BA9;
}
.TagClassName
{
border-color: #020BA9;
}
</style>