Shades of Ultramarine #2012AE
Tints of Ultramarine #2012AE
RGB
CMYK
RGB Variations
Color information
#2012AE (or 0x2012AE) is known color: Ultramarine. HEX triplet: 20, 12 and AE. RGB value is (32,18,174). Sum of RGB (Red+Green+Blue) = 32+18+174=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #2012AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2012AE is #DFED51. Grayscale: #272727. Windows color (decimal): -14675282 or 11407904. OLE color: 11407904.
HSL color Cylindrical-coordinate representation of color #2012AE: hue angle of 245.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2012AE is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 18 | 174 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.32 |
| HSL | 245.38º | 0.81% | 0.38% | - |
| HSV(B) | 245.38º | 0.9% | 0.68% | - |
| XYZ | 8.45 | 3.8 | 40.33 | - |
| YUV | 39.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 174 | 0.82 | 0.90 | 0 | 0.32 | 245.38 | 0.81 | 0.38 |
| Hex | 20 | 12 | AE | 52 | 5A | 0 | 20 | F5 | 51 | 26 |
| Octal | 40 | 22 | 256 | 122 | 132 | 0 | 40 | 365 | 121 | 46 |
| Binary | 100000 | 10010 | 10101110 | 1010010 | 1011010 | 0 | 100000 | 11110101 | 1010001 | 100110 |
Color Harmonies of #2012AE
Complementary color
Monochromatic Colors of #2012AE
Black with #2012AE
Text Example
Text Example
White with #2012AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012AE; }
p { color: rgb(32,18,174); }
H1.HeaderClassName
{
color: #2012AE;
}
.AnyTagClassName
{
color: #2012AE;
}
</style>
background-color css
<style>
a { background-color: #2012AE; }
a { background-color: rgb(32,18,174); }
div.DivClassName
{
background-color: #2012AE;
}
.BgClassName
{
background-color: #2012AE;
}
</style>
border-color css
<style>
span { border-color: #2012AE; }
span { border-color: rgb(32,18,174); }
td.TdClassName
{
border-color: #2012AE;
}
.TagClassName
{
border-color: #2012AE;
}
</style>