Shades of Ultramarine #211AAA
Tints of Ultramarine #211AAA
RGB
CMYK
RGB Variations
Color information
#211AAA (or 0x211AAA) is known color: Ultramarine. HEX triplet: 21, 1A and AA. RGB value is (33,26,170). Sum of RGB (Red+Green+Blue) = 33+26+170=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #211AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211AAA is #DEE555. Grayscale: #2B2B2B. Windows color (decimal): -14607702 or 11147809. OLE color: 11147809.
HSL color Cylindrical-coordinate representation of color #211AAA: hue angle of 242.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211AAA is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 26 | 170 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.33 |
| HSL | 242.92º | 0.73% | 0.38% | - |
| HSV(B) | 242.92º | 0.85% | 0.67% | - |
| XYZ | 8.25 | 3.96 | 38.36 | - |
| YUV | 44.51 | 198.82 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 170 | 0.81 | 0.85 | 0 | 0.33 | 242.92 | 0.73 | 0.38 |
| Hex | 21 | 1A | AA | 51 | 55 | 0 | 21 | F3 | 49 | 26 |
| Octal | 41 | 32 | 252 | 121 | 125 | 0 | 41 | 363 | 111 | 46 |
| Binary | 100001 | 11010 | 10101010 | 1010001 | 1010101 | 0 | 100001 | 11110011 | 1001001 | 100110 |
Color Harmonies of #211AAA
Complementary color
Monochromatic Colors of #211AAA
Black with #211AAA
Text Example
Text Example
White with #211AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211AAA; }
p { color: rgb(33,26,170); }
H1.HeaderClassName
{
color: #211AAA;
}
.AnyTagClassName
{
color: #211AAA;
}
</style>
background-color css
<style>
a { background-color: #211AAA; }
a { background-color: rgb(33,26,170); }
div.DivClassName
{
background-color: #211AAA;
}
.BgClassName
{
background-color: #211AAA;
}
</style>
border-color css
<style>
span { border-color: #211AAA; }
span { border-color: rgb(33,26,170); }
td.TdClassName
{
border-color: #211AAA;
}
.TagClassName
{
border-color: #211AAA;
}
</style>