Shades of Ultramarine #2012AA
Tints of Ultramarine #2012AA
RGB
CMYK
RGB Variations
Color information
#2012AA (or 0x2012AA) is known color: Ultramarine. HEX triplet: 20, 12 and AA. RGB value is (32,18,170). Sum of RGB (Red+Green+Blue) = 32+18+170=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #2012AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2012AA is #DFED55. Grayscale: #262626. Windows color (decimal): -14675286 or 11145760. OLE color: 11145760.
HSL color Cylindrical-coordinate representation of color #2012AA: hue angle of 245.53º degrees, saturation: 0.81, 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 #2012AA is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 18 | 170 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.33 |
| HSL | 245.53º | 0.81% | 0.37% | - |
| HSV(B) | 245.53º | 0.89% | 0.67% | - |
| XYZ | 8.07 | 3.64 | 38.31 | - |
| YUV | 39.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 170 | 0.81 | 0.89 | 0 | 0.33 | 245.53 | 0.81 | 0.37 |
| Hex | 20 | 12 | AA | 51 | 59 | 0 | 21 | F6 | 51 | 25 |
| Octal | 40 | 22 | 252 | 121 | 131 | 0 | 41 | 366 | 121 | 45 |
| Binary | 100000 | 10010 | 10101010 | 1010001 | 1011001 | 0 | 100001 | 11110110 | 1010001 | 100101 |
Color Harmonies of #2012AA
Complementary color
Monochromatic Colors of #2012AA
Black with #2012AA
Text Example
Text Example
White with #2012AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012AA; }
p { color: rgb(32,18,170); }
H1.HeaderClassName
{
color: #2012AA;
}
.AnyTagClassName
{
color: #2012AA;
}
</style>
background-color css
<style>
a { background-color: #2012AA; }
a { background-color: rgb(32,18,170); }
div.DivClassName
{
background-color: #2012AA;
}
.BgClassName
{
background-color: #2012AA;
}
</style>
border-color css
<style>
span { border-color: #2012AA; }
span { border-color: rgb(32,18,170); }
td.TdClassName
{
border-color: #2012AA;
}
.TagClassName
{
border-color: #2012AA;
}
</style>