Shades of Ultramarine #2011A3
Tints of Ultramarine #2011A3
RGB
CMYK
RGB Variations
Color information
#2011A3 (or 0x2011A3) is known color: Ultramarine. HEX triplet: 20, 11 and A3. RGB value is (32,17,163). Sum of RGB (Red+Green+Blue) = 32+17+163=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 163 (64.06% from 255 or 76.89% from 212); Max value from RGB is 163 - color contains mainly: blue. Hex color #2011A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2011A3 is #DFEE5C. Grayscale: #252525. Windows color (decimal): -14675549 or 10686752. OLE color: 10686752.
HSL color Cylindrical-coordinate representation of color #2011A3: hue angle of 246.16º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2011A3 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 17 | 163 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.36 |
| HSL | 246.16º | 0.81% | 0.35% | - |
| HSV(B) | 246.16º | 0.9% | 0.64% | - |
| XYZ | 7.41 | 3.35 | 34.91 | - |
| YUV | 38.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 163 | 0.80 | 0.90 | 0 | 0.36 | 246.16 | 0.81 | 0.35 |
| Hex | 20 | 11 | A3 | 50 | 5A | 0 | 24 | F6 | 51 | 23 |
| Octal | 40 | 21 | 243 | 120 | 132 | 0 | 44 | 366 | 121 | 43 |
| Binary | 100000 | 10001 | 10100011 | 1010000 | 1011010 | 0 | 100100 | 11110110 | 1010001 | 100011 |
Color Harmonies of #2011A3
Complementary color
Monochromatic Colors of #2011A3
Black with #2011A3
Text Example
Text Example
White with #2011A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011A3; }
p { color: rgb(32,17,163); }
H1.HeaderClassName
{
color: #2011A3;
}
.AnyTagClassName
{
color: #2011A3;
}
</style>
background-color css
<style>
a { background-color: #2011A3; }
a { background-color: rgb(32,17,163); }
div.DivClassName
{
background-color: #2011A3;
}
.BgClassName
{
background-color: #2011A3;
}
</style>
border-color css
<style>
span { border-color: #2011A3; }
span { border-color: rgb(32,17,163); }
td.TdClassName
{
border-color: #2011A3;
}
.TagClassName
{
border-color: #2011A3;
}
</style>