Shades of Ultramarine #2013AD
Tints of Ultramarine #2013AD
RGB
CMYK
RGB Variations
Color information
#2013AD (or 0x2013AD) is known color: Ultramarine. HEX triplet: 20, 13 and AD. RGB value is (32,19,173). Sum of RGB (Red+Green+Blue) = 32+19+173=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #2013AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2013AD is #DFEC52. Grayscale: #272727. Windows color (decimal): -14675027 or 11342624. OLE color: 11342624.
HSL color Cylindrical-coordinate representation of color #2013AD: hue angle of 245.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2013AD is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 19 | 173 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.32 |
| HSL | 245.06º | 0.8% | 0.38% | - |
| HSV(B) | 245.06º | 0.89% | 0.68% | - |
| XYZ | 8.37 | 3.79 | 39.83 | - |
| YUV | 40.44 | 202.81 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 173 | 0.82 | 0.89 | 0 | 0.32 | 245.06 | 0.8 | 0.38 |
| Hex | 20 | 13 | AD | 52 | 59 | 0 | 20 | F5 | 50 | 26 |
| Octal | 40 | 23 | 255 | 122 | 131 | 0 | 40 | 365 | 120 | 46 |
| Binary | 100000 | 10011 | 10101101 | 1010010 | 1011001 | 0 | 100000 | 11110101 | 1010000 | 100110 |
Color Harmonies of #2013AD
Complementary color
Monochromatic Colors of #2013AD
Black with #2013AD
Text Example
Text Example
White with #2013AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013AD; }
p { color: rgb(32,19,173); }
H1.HeaderClassName
{
color: #2013AD;
}
.AnyTagClassName
{
color: #2013AD;
}
</style>
background-color css
<style>
a { background-color: #2013AD; }
a { background-color: rgb(32,19,173); }
div.DivClassName
{
background-color: #2013AD;
}
.BgClassName
{
background-color: #2013AD;
}
</style>
border-color css
<style>
span { border-color: #2013AD; }
span { border-color: rgb(32,19,173); }
td.TdClassName
{
border-color: #2013AD;
}
.TagClassName
{
border-color: #2013AD;
}
</style>