Shades of Ultramarine #210BAA
Tints of Ultramarine #210BAA
RGB
CMYK
RGB Variations
Color information
#210BAA (or 0x210BAA) is known color: Ultramarine. HEX triplet: 21, 0B and AA. RGB value is (33,11,170). Sum of RGB (Red+Green+Blue) = 33+11+170=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #210BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210BAA is #DEF455. Grayscale: #232323. Windows color (decimal): -14611542 or 11143969. OLE color: 11143969.
HSL color Cylindrical-coordinate representation of color #210BAA: hue angle of 248.3º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210BAA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 11 | 170 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.33 |
| HSL | 248.3º | 0.88% | 0.35% | - |
| HSV(B) | 248.3º | 0.94% | 0.67% | - |
| XYZ | 8 | 3.46 | 38.28 | - |
| YUV | 35.7 | 203.79 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 170 | 0.81 | 0.94 | 0 | 0.33 | 248.3 | 0.88 | 0.35 |
| Hex | 21 | B | AA | 51 | 5E | 0 | 21 | F8 | 58 | 23 |
| Octal | 41 | 13 | 252 | 121 | 136 | 0 | 41 | 370 | 130 | 43 |
| Binary | 100001 | 1011 | 10101010 | 1010001 | 1011110 | 0 | 100001 | 11111000 | 1011000 | 100011 |
Color Harmonies of #210BAA
Complementary color
Monochromatic Colors of #210BAA
Black with #210BAA
Text Example
Text Example
White with #210BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BAA; }
p { color: rgb(33,11,170); }
H1.HeaderClassName
{
color: #210BAA;
}
.AnyTagClassName
{
color: #210BAA;
}
</style>
background-color css
<style>
a { background-color: #210BAA; }
a { background-color: rgb(33,11,170); }
div.DivClassName
{
background-color: #210BAA;
}
.BgClassName
{
background-color: #210BAA;
}
</style>
border-color css
<style>
span { border-color: #210BAA; }
span { border-color: rgb(33,11,170); }
td.TdClassName
{
border-color: #210BAA;
}
.TagClassName
{
border-color: #210BAA;
}
</style>