Shades of Ultramarine #2013AB
Tints of Ultramarine #2013AB
RGB
CMYK
RGB Variations
Color information
#2013AB (or 0x2013AB) is known color: Ultramarine. HEX triplet: 20, 13 and AB. RGB value is (32,19,171). Sum of RGB (Red+Green+Blue) = 32+19+171=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #2013AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2013AB is #DFEC54. Grayscale: #272727. Windows color (decimal): -14675029 or 11211552. OLE color: 11211552.
HSL color Cylindrical-coordinate representation of color #2013AB: hue angle of 245.13º 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 #2013AB is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 19 | 171 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.33 |
| HSL | 245.13º | 0.8% | 0.37% | - |
| HSV(B) | 245.13º | 0.89% | 0.67% | - |
| XYZ | 8.18 | 3.71 | 38.81 | - |
| YUV | 40.22 | 201.81 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 171 | 0.81 | 0.89 | 0 | 0.33 | 245.13 | 0.8 | 0.37 |
| Hex | 20 | 13 | AB | 51 | 59 | 0 | 21 | F5 | 50 | 25 |
| Octal | 40 | 23 | 253 | 121 | 131 | 0 | 41 | 365 | 120 | 45 |
| Binary | 100000 | 10011 | 10101011 | 1010001 | 1011001 | 0 | 100001 | 11110101 | 1010000 | 100101 |
Color Harmonies of #2013AB
Complementary color
Monochromatic Colors of #2013AB
Black with #2013AB
Text Example
Text Example
White with #2013AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013AB; }
p { color: rgb(32,19,171); }
H1.HeaderClassName
{
color: #2013AB;
}
.AnyTagClassName
{
color: #2013AB;
}
</style>
background-color css
<style>
a { background-color: #2013AB; }
a { background-color: rgb(32,19,171); }
div.DivClassName
{
background-color: #2013AB;
}
.BgClassName
{
background-color: #2013AB;
}
</style>
border-color css
<style>
span { border-color: #2013AB; }
span { border-color: rgb(32,19,171); }
td.TdClassName
{
border-color: #2013AB;
}
.TagClassName
{
border-color: #2013AB;
}
</style>