Shades of New Midnight Blue #020BAA
Tints of New Midnight Blue #020BAA
RGB
CMYK
RGB Variations
Color information
#020BAA (or 0x020BAA) is known color: New Midnight Blue. HEX triplet: 02, 0B and AA. RGB value is (2,11,170). Sum of RGB (Red+Green+Blue) = 2+11+170=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 170 (66.80% from 255 or 92.90% from 183); Max value from RGB is 170 - color contains mainly: blue. Hex color #020BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020BAA is #FDF455. Grayscale: #191919. Windows color (decimal): -16643158 or 11143938. OLE color: 11143938.
HSL color Cylindrical-coordinate representation of color #020BAA: hue angle of 236.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BAA is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 11 | 170 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.33 |
| HSL | 236.79º | 0.98% | 0.34% | - |
| HSV(B) | 236.79º | 0.99% | 0.67% | - |
| XYZ | 7.4 | 3.15 | 38.25 | - |
| YUV | 26.44 | 209.02 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 170 | 0.99 | 0.94 | 0 | 0.33 | 236.79 | 0.98 | 0.34 |
| Hex | 2 | B | AA | 63 | 5E | 0 | 21 | ED | 62 | 22 |
| Octal | 2 | 13 | 252 | 143 | 136 | 0 | 41 | 355 | 142 | 42 |
| Binary | 10 | 1011 | 10101010 | 1100011 | 1011110 | 0 | 100001 | 11101101 | 1100010 | 100010 |
Color Harmonies of #020BAA
Complementary color
Monochromatic Colors of #020BAA
Black with #020BAA
Text Example
Text Example
White with #020BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BAA; }
p { color: rgb(2,11,170); }
H1.HeaderClassName
{
color: #020BAA;
}
.AnyTagClassName
{
color: #020BAA;
}
</style>
background-color css
<style>
a { background-color: #020BAA; }
a { background-color: rgb(2,11,170); }
div.DivClassName
{
background-color: #020BAA;
}
.BgClassName
{
background-color: #020BAA;
}
</style>
border-color css
<style>
span { border-color: #020BAA; }
span { border-color: rgb(2,11,170); }
td.TdClassName
{
border-color: #020BAA;
}
.TagClassName
{
border-color: #020BAA;
}
</style>