Shades of Ultramarine #211BAB
Tints of Ultramarine #211BAB
RGB
CMYK
RGB Variations
Color information
#211BAB (or 0x211BAB) is known color: Ultramarine. HEX triplet: 21, 1B and AB. RGB value is (33,27,171). Sum of RGB (Red+Green+Blue) = 33+27+171=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #211BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211BAB is #DEE454. Grayscale: #2C2C2C. Windows color (decimal): -14607445 or 11213601. OLE color: 11213601.
HSL color Cylindrical-coordinate representation of color #211BAB: hue angle of 242.5º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211BAB is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 27 | 171 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.33 |
| HSL | 242.5º | 0.73% | 0.39% | - |
| HSV(B) | 242.5º | 0.84% | 0.67% | - |
| XYZ | 8.37 | 4.05 | 38.87 | - |
| YUV | 45.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 171 | 0.81 | 0.84 | 0 | 0.33 | 242.5 | 0.73 | 0.39 |
| Hex | 21 | 1B | AB | 51 | 54 | 0 | 21 | F2 | 49 | 27 |
| Octal | 41 | 33 | 253 | 121 | 124 | 0 | 41 | 362 | 111 | 47 |
| Binary | 100001 | 11011 | 10101011 | 1010001 | 1010100 | 0 | 100001 | 11110010 | 1001001 | 100111 |
Color Harmonies of #211BAB
Complementary color
Monochromatic Colors of #211BAB
Black with #211BAB
Text Example
Text Example
White with #211BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BAB; }
p { color: rgb(33,27,171); }
H1.HeaderClassName
{
color: #211BAB;
}
.AnyTagClassName
{
color: #211BAB;
}
</style>
background-color css
<style>
a { background-color: #211BAB; }
a { background-color: rgb(33,27,171); }
div.DivClassName
{
background-color: #211BAB;
}
.BgClassName
{
background-color: #211BAB;
}
</style>
border-color css
<style>
span { border-color: #211BAB; }
span { border-color: rgb(33,27,171); }
td.TdClassName
{
border-color: #211BAB;
}
.TagClassName
{
border-color: #211BAB;
}
</style>