Shades of Ultramarine #2111AA
Tints of Ultramarine #2111AA
RGB
CMYK
RGB Variations
Color information
#2111AA (or 0x2111AA) is known color: Ultramarine. HEX triplet: 21, 11 and AA. RGB value is (33,17,170). Sum of RGB (Red+Green+Blue) = 33+17+170=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #2111AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2111AA is #DEEE55. Grayscale: #262626. Windows color (decimal): -14610006 or 11145505. OLE color: 11145505.
HSL color Cylindrical-coordinate representation of color #2111AA: hue angle of 246.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2111AA is Cyan = 0.81, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 17 | 170 | - |
| CMYK | 0.81 | 0.9 | 0 | 0.33 |
| HSL | 246.27º | 0.82% | 0.37% | - |
| HSV(B) | 246.27º | 0.9% | 0.67% | - |
| XYZ | 8.08 | 3.63 | 38.3 | - |
| YUV | 39.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 170 | 0.81 | 0.9 | 0 | 0.33 | 246.27 | 0.82 | 0.37 |
| Hex | 21 | 11 | AA | 51 | 5A | 0 | 21 | F6 | 52 | 25 |
| Octal | 41 | 21 | 252 | 121 | 132 | 0 | 41 | 366 | 122 | 45 |
| Binary | 100001 | 10001 | 10101010 | 1010001 | 1011010 | 0 | 100001 | 11110110 | 1010010 | 100101 |
Color Harmonies of #2111AA
Complementary color
Monochromatic Colors of #2111AA
Black with #2111AA
Text Example
Text Example
White with #2111AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2111AA; }
p { color: rgb(33,17,170); }
H1.HeaderClassName
{
color: #2111AA;
}
.AnyTagClassName
{
color: #2111AA;
}
</style>
background-color css
<style>
a { background-color: #2111AA; }
a { background-color: rgb(33,17,170); }
div.DivClassName
{
background-color: #2111AA;
}
.BgClassName
{
background-color: #2111AA;
}
</style>
border-color css
<style>
span { border-color: #2111AA; }
span { border-color: rgb(33,17,170); }
td.TdClassName
{
border-color: #2111AA;
}
.TagClassName
{
border-color: #2111AA;
}
</style>