Shades of Ultramarine #2010AA
Tints of Ultramarine #2010AA
RGB
CMYK
RGB Variations
Color information
#2010AA (or 0x2010AA) is known color: Ultramarine. HEX triplet: 20, 10 and AA. RGB value is (32,16,170). Sum of RGB (Red+Green+Blue) = 32+16+170=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #2010AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2010AA is #DFEF55. Grayscale: #252525. Windows color (decimal): -14675798 or 11145248. OLE color: 11145248.
HSL color Cylindrical-coordinate representation of color #2010AA: hue angle of 246.23º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2010AA is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 16 | 170 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.33 |
| HSL | 246.23º | 0.83% | 0.36% | - |
| HSV(B) | 246.23º | 0.91% | 0.67% | - |
| XYZ | 8.04 | 3.58 | 38.3 | - |
| YUV | 38.34 | 202.3 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 170 | 0.81 | 0.91 | 0 | 0.33 | 246.23 | 0.83 | 0.36 |
| Hex | 20 | 10 | AA | 51 | 5B | 0 | 21 | F6 | 53 | 24 |
| Octal | 40 | 20 | 252 | 121 | 133 | 0 | 41 | 366 | 123 | 44 |
| Binary | 100000 | 10000 | 10101010 | 1010001 | 1011011 | 0 | 100001 | 11110110 | 1010011 | 100100 |
Color Harmonies of #2010AA
Complementary color
Monochromatic Colors of #2010AA
Black with #2010AA
Text Example
Text Example
White with #2010AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010AA; }
p { color: rgb(32,16,170); }
H1.HeaderClassName
{
color: #2010AA;
}
.AnyTagClassName
{
color: #2010AA;
}
</style>
background-color css
<style>
a { background-color: #2010AA; }
a { background-color: rgb(32,16,170); }
div.DivClassName
{
background-color: #2010AA;
}
.BgClassName
{
background-color: #2010AA;
}
</style>
border-color css
<style>
span { border-color: #2010AA; }
span { border-color: rgb(32,16,170); }
td.TdClassName
{
border-color: #2010AA;
}
.TagClassName
{
border-color: #2010AA;
}
</style>