Shades of Ultramarine #2012A3
Tints of Ultramarine #2012A3
RGB
CMYK
RGB Variations
Color information
#2012A3 (or 0x2012A3) is known color: Ultramarine. HEX triplet: 20, 12 and A3. RGB value is (32,18,163). Sum of RGB (Red+Green+Blue) = 32+18+163=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 163 (64.06% from 255 or 76.53% from 213); Max value from RGB is 163 - color contains mainly: blue. Hex color #2012A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2012A3 is #DFED5C. Grayscale: #262626. Windows color (decimal): -14675293 or 10687008. OLE color: 10687008.
HSL color Cylindrical-coordinate representation of color #2012A3: hue angle of 245.79º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2012A3 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 18 | 163 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.36 |
| HSL | 245.79º | 0.8% | 0.35% | - |
| HSV(B) | 245.79º | 0.89% | 0.64% | - |
| XYZ | 7.42 | 3.38 | 34.91 | - |
| YUV | 38.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 163 | 0.80 | 0.89 | 0 | 0.36 | 245.79 | 0.8 | 0.35 |
| Hex | 20 | 12 | A3 | 50 | 59 | 0 | 24 | F6 | 50 | 23 |
| Octal | 40 | 22 | 243 | 120 | 131 | 0 | 44 | 366 | 120 | 43 |
| Binary | 100000 | 10010 | 10100011 | 1010000 | 1011001 | 0 | 100100 | 11110110 | 1010000 | 100011 |
Color Harmonies of #2012A3
Complementary color
Monochromatic Colors of #2012A3
Black with #2012A3
Text Example
Text Example
White with #2012A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012A3; }
p { color: rgb(32,18,163); }
H1.HeaderClassName
{
color: #2012A3;
}
.AnyTagClassName
{
color: #2012A3;
}
</style>
background-color css
<style>
a { background-color: #2012A3; }
a { background-color: rgb(32,18,163); }
div.DivClassName
{
background-color: #2012A3;
}
.BgClassName
{
background-color: #2012A3;
}
</style>
border-color css
<style>
span { border-color: #2012A3; }
span { border-color: rgb(32,18,163); }
td.TdClassName
{
border-color: #2012A3;
}
.TagClassName
{
border-color: #2012A3;
}
</style>