Shades of Ultramarine #2011AA
Tints of Ultramarine #2011AA
RGB
CMYK
RGB Variations
Color information
#2011AA (or 0x2011AA) is known color: Ultramarine. HEX triplet: 20, 11 and AA. RGB value is (32,17,170). Sum of RGB (Red+Green+Blue) = 32+17+170=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #2011AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2011AA is #DFEE55. Grayscale: #262626. Windows color (decimal): -14675542 or 11145504. OLE color: 11145504.
HSL color Cylindrical-coordinate representation of color #2011AA: hue angle of 245.88º 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 #2011AA is Cyan = 0.81, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 17 | 170 | - |
| CMYK | 0.81 | 0.9 | 0 | 0.33 |
| HSL | 245.88º | 0.82% | 0.37% | - |
| HSV(B) | 245.88º | 0.9% | 0.67% | - |
| XYZ | 8.05 | 3.61 | 38.3 | - |
| YUV | 38.93 | 201.97 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 170 | 0.81 | 0.9 | 0 | 0.33 | 245.88 | 0.82 | 0.37 |
| Hex | 20 | 11 | AA | 51 | 5A | 0 | 21 | F6 | 52 | 25 |
| Octal | 40 | 21 | 252 | 121 | 132 | 0 | 41 | 366 | 122 | 45 |
| Binary | 100000 | 10001 | 10101010 | 1010001 | 1011010 | 0 | 100001 | 11110110 | 1010010 | 100101 |
Color Harmonies of #2011AA
Complementary color
Monochromatic Colors of #2011AA
Black with #2011AA
Text Example
Text Example
White with #2011AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011AA; }
p { color: rgb(32,17,170); }
H1.HeaderClassName
{
color: #2011AA;
}
.AnyTagClassName
{
color: #2011AA;
}
</style>
background-color css
<style>
a { background-color: #2011AA; }
a { background-color: rgb(32,17,170); }
div.DivClassName
{
background-color: #2011AA;
}
.BgClassName
{
background-color: #2011AA;
}
</style>
border-color css
<style>
span { border-color: #2011AA; }
span { border-color: rgb(32,17,170); }
td.TdClassName
{
border-color: #2011AA;
}
.TagClassName
{
border-color: #2011AA;
}
</style>