Shades of New Midnight Blue #0202AB
Tints of New Midnight Blue #0202AB
RGB
CMYK
RGB Variations
Color information
#0202AB (or 0x0202AB) is known color: New Midnight Blue. HEX triplet: 02, 02 and AB. RGB value is (2,2,171). Sum of RGB (Red+Green+Blue) = 2+2+171=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 171 (67.19% from 255 or 97.71% from 175); Max value from RGB is 171 - color contains mainly: blue. Hex color #0202AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0202AB is #FDFD54. Grayscale: #141414. Windows color (decimal): -16645461 or 11207170. OLE color: 11207170.
HSL color Cylindrical-coordinate representation of color #0202AB: hue angle of 240º 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 #0202AB is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 2 | 171 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.33 |
| HSL | 240º | 0.98% | 0.34% | - |
| HSV(B) | 240º | 0.99% | 0.67% | - |
| XYZ | 7.4 | 3 | 38.72 | - |
| YUV | 21.27 | 212.5 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 171 | 0.99 | 0.99 | 0 | 0.33 | 240 | 0.98 | 0.34 |
| Hex | 2 | 2 | AB | 63 | 63 | 0 | 21 | F0 | 62 | 22 |
| Octal | 2 | 2 | 253 | 143 | 143 | 0 | 41 | 360 | 142 | 42 |
| Binary | 10 | 10 | 10101011 | 1100011 | 1100011 | 0 | 100001 | 11110000 | 1100010 | 100010 |
Color Harmonies of #0202AB
Complementary color
Monochromatic Colors of #0202AB
Black with #0202AB
Text Example
Text Example
White with #0202AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0202AB; }
p { color: rgb(2,2,171); }
H1.HeaderClassName
{
color: #0202AB;
}
.AnyTagClassName
{
color: #0202AB;
}
</style>
background-color css
<style>
a { background-color: #0202AB; }
a { background-color: rgb(2,2,171); }
div.DivClassName
{
background-color: #0202AB;
}
.BgClassName
{
background-color: #0202AB;
}
</style>
border-color css
<style>
span { border-color: #0202AB; }
span { border-color: rgb(2,2,171); }
td.TdClassName
{
border-color: #0202AB;
}
.TagClassName
{
border-color: #0202AB;
}
</style>