Shades of Ultramarine #210AAA
Tints of Ultramarine #210AAA
RGB
CMYK
RGB Variations
Color information
#210AAA (or 0x210AAA) is known color: Ultramarine. HEX triplet: 21, 0A and AA. RGB value is (33,10,170). Sum of RGB (Red+Green+Blue) = 33+10+170=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #210AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210AAA is #DEF555. Grayscale: #222222. Windows color (decimal): -14611798 or 11143713. OLE color: 11143713.
HSL color Cylindrical-coordinate representation of color #210AAA: hue angle of 248.63º degrees, saturation: 0.89, 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 #210AAA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 10 | 170 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.33 |
| HSL | 248.63º | 0.89% | 0.35% | - |
| HSV(B) | 248.63º | 0.94% | 0.67% | - |
| XYZ | 7.99 | 3.44 | 38.27 | - |
| YUV | 35.12 | 204.12 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 170 | 0.81 | 0.94 | 0 | 0.33 | 248.63 | 0.89 | 0.35 |
| Hex | 21 | A | AA | 51 | 5E | 0 | 21 | F9 | 59 | 23 |
| Octal | 41 | 12 | 252 | 121 | 136 | 0 | 41 | 371 | 131 | 43 |
| Binary | 100001 | 1010 | 10101010 | 1010001 | 1011110 | 0 | 100001 | 11111001 | 1011001 | 100011 |
Color Harmonies of #210AAA
Complementary color
Monochromatic Colors of #210AAA
Black with #210AAA
Text Example
Text Example
White with #210AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AAA; }
p { color: rgb(33,10,170); }
H1.HeaderClassName
{
color: #210AAA;
}
.AnyTagClassName
{
color: #210AAA;
}
</style>
background-color css
<style>
a { background-color: #210AAA; }
a { background-color: rgb(33,10,170); }
div.DivClassName
{
background-color: #210AAA;
}
.BgClassName
{
background-color: #210AAA;
}
</style>
border-color css
<style>
span { border-color: #210AAA; }
span { border-color: rgb(33,10,170); }
td.TdClassName
{
border-color: #210AAA;
}
.TagClassName
{
border-color: #210AAA;
}
</style>