Shades of Ultramarine #2013AA
Tints of Ultramarine #2013AA
RGB
CMYK
RGB Variations
Color information
#2013AA (or 0x2013AA) is known color: Ultramarine. HEX triplet: 20, 13 and AA. RGB value is (32,19,170). Sum of RGB (Red+Green+Blue) = 32+19+170=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #2013AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2013AA is #DFEC55. Grayscale: #272727. Windows color (decimal): -14675030 or 11146016. OLE color: 11146016.
HSL color Cylindrical-coordinate representation of color #2013AA: hue angle of 245.17º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2013AA is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 19 | 170 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.33 |
| HSL | 245.17º | 0.8% | 0.37% | - |
| HSV(B) | 245.17º | 0.89% | 0.67% | - |
| XYZ | 8.08 | 3.68 | 38.31 | - |
| YUV | 40.1 | 201.31 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 170 | 0.81 | 0.89 | 0 | 0.33 | 245.17 | 0.8 | 0.37 |
| Hex | 20 | 13 | AA | 51 | 59 | 0 | 21 | F5 | 50 | 25 |
| Octal | 40 | 23 | 252 | 121 | 131 | 0 | 41 | 365 | 120 | 45 |
| Binary | 100000 | 10011 | 10101010 | 1010001 | 1011001 | 0 | 100001 | 11110101 | 1010000 | 100101 |
Color Harmonies of #2013AA
Complementary color
Monochromatic Colors of #2013AA
Black with #2013AA
Text Example
Text Example
White with #2013AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013AA; }
p { color: rgb(32,19,170); }
H1.HeaderClassName
{
color: #2013AA;
}
.AnyTagClassName
{
color: #2013AA;
}
</style>
background-color css
<style>
a { background-color: #2013AA; }
a { background-color: rgb(32,19,170); }
div.DivClassName
{
background-color: #2013AA;
}
.BgClassName
{
background-color: #2013AA;
}
</style>
border-color css
<style>
span { border-color: #2013AA; }
span { border-color: rgb(32,19,170); }
td.TdClassName
{
border-color: #2013AA;
}
.TagClassName
{
border-color: #2013AA;
}
</style>