Shades of New Midnight Blue #0211AB
Tints of New Midnight Blue #0211AB
RGB
CMYK
RGB Variations
Color information
#0211AB (or 0x0211AB) is known color: New Midnight Blue. HEX triplet: 02, 11 and AB. RGB value is (2,17,171). Sum of RGB (Red+Green+Blue) = 2+17+171=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 171 (67.19% from 255 or 90% from 190); Max value from RGB is 171 - color contains mainly: blue. Hex color #0211AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0211AB is #FDEE54. Grayscale: #1D1D1D. Windows color (decimal): -16641621 or 11211010. OLE color: 11211010.
HSL color Cylindrical-coordinate representation of color #0211AB: hue angle of 234.67º 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 #0211AB is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 17 | 171 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.33 |
| HSL | 234.67º | 0.98% | 0.34% | - |
| HSV(B) | 234.67º | 0.99% | 0.67% | - |
| XYZ | 7.58 | 3.35 | 38.78 | - |
| YUV | 30.07 | 207.53 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 171 | 0.99 | 0.90 | 0 | 0.33 | 234.67 | 0.98 | 0.34 |
| Hex | 2 | 11 | AB | 63 | 5A | 0 | 21 | EB | 62 | 22 |
| Octal | 2 | 21 | 253 | 143 | 132 | 0 | 41 | 353 | 142 | 42 |
| Binary | 10 | 10001 | 10101011 | 1100011 | 1011010 | 0 | 100001 | 11101011 | 1100010 | 100010 |
Color Harmonies of #0211AB
Complementary color
Monochromatic Colors of #0211AB
Black with #0211AB
Text Example
Text Example
White with #0211AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211AB; }
p { color: rgb(2,17,171); }
H1.HeaderClassName
{
color: #0211AB;
}
.AnyTagClassName
{
color: #0211AB;
}
</style>
background-color css
<style>
a { background-color: #0211AB; }
a { background-color: rgb(2,17,171); }
div.DivClassName
{
background-color: #0211AB;
}
.BgClassName
{
background-color: #0211AB;
}
</style>
border-color css
<style>
span { border-color: #0211AB; }
span { border-color: rgb(2,17,171); }
td.TdClassName
{
border-color: #0211AB;
}
.TagClassName
{
border-color: #0211AB;
}
</style>