Shades of Ultramarine #2013AC
Tints of Ultramarine #2013AC
RGB
CMYK
RGB Variations
Color information
#2013AC (or 0x2013AC) is known color: Ultramarine. HEX triplet: 20, 13 and AC. RGB value is (32,19,172). Sum of RGB (Red+Green+Blue) = 32+19+172=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #2013AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2013AC is #DFEC53. Grayscale: #272727. Windows color (decimal): -14675028 or 11277088. OLE color: 11277088.
HSL color Cylindrical-coordinate representation of color #2013AC: hue angle of 245.1º 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 #2013AC is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 19 | 172 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.33 |
| HSL | 245.1º | 0.8% | 0.37% | - |
| HSV(B) | 245.1º | 0.89% | 0.67% | - |
| XYZ | 8.27 | 3.75 | 39.32 | - |
| YUV | 40.33 | 202.31 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 172 | 0.81 | 0.89 | 0 | 0.33 | 245.1 | 0.8 | 0.37 |
| Hex | 20 | 13 | AC | 51 | 59 | 0 | 21 | F5 | 50 | 25 |
| Octal | 40 | 23 | 254 | 121 | 131 | 0 | 41 | 365 | 120 | 45 |
| Binary | 100000 | 10011 | 10101100 | 1010001 | 1011001 | 0 | 100001 | 11110101 | 1010000 | 100101 |
Color Harmonies of #2013AC
Complementary color
Monochromatic Colors of #2013AC
Black with #2013AC
Text Example
Text Example
White with #2013AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013AC; }
p { color: rgb(32,19,172); }
H1.HeaderClassName
{
color: #2013AC;
}
.AnyTagClassName
{
color: #2013AC;
}
</style>
background-color css
<style>
a { background-color: #2013AC; }
a { background-color: rgb(32,19,172); }
div.DivClassName
{
background-color: #2013AC;
}
.BgClassName
{
background-color: #2013AC;
}
</style>
border-color css
<style>
span { border-color: #2013AC; }
span { border-color: rgb(32,19,172); }
td.TdClassName
{
border-color: #2013AC;
}
.TagClassName
{
border-color: #2013AC;
}
</style>