Shades of Ultramarine #200AAA
Tints of Ultramarine #200AAA
RGB
CMYK
RGB Variations
Color information
#200AAA (or 0x200AAA) is known color: Ultramarine. HEX triplet: 20, 0A and AA. RGB value is (32,10,170). Sum of RGB (Red+Green+Blue) = 32+10+170=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #200AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200AAA is #DFF555. Grayscale: #222222. Windows color (decimal): -14677334 or 11143712. OLE color: 11143712.
HSL color Cylindrical-coordinate representation of color #200AAA: hue angle of 248.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200AAA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 10 | 170 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.33 |
| HSL | 248.25º | 0.89% | 0.35% | - |
| HSV(B) | 248.25º | 0.94% | 0.67% | - |
| XYZ | 7.96 | 3.43 | 38.27 | - |
| YUV | 34.82 | 204.29 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 170 | 0.81 | 0.94 | 0 | 0.33 | 248.25 | 0.89 | 0.35 |
| Hex | 20 | A | AA | 51 | 5E | 0 | 21 | F8 | 59 | 23 |
| Octal | 40 | 12 | 252 | 121 | 136 | 0 | 41 | 370 | 131 | 43 |
| Binary | 100000 | 1010 | 10101010 | 1010001 | 1011110 | 0 | 100001 | 11111000 | 1011001 | 100011 |
Color Harmonies of #200AAA
Complementary color
Monochromatic Colors of #200AAA
Black with #200AAA
Text Example
Text Example
White with #200AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200AAA; }
p { color: rgb(32,10,170); }
H1.HeaderClassName
{
color: #200AAA;
}
.AnyTagClassName
{
color: #200AAA;
}
</style>
background-color css
<style>
a { background-color: #200AAA; }
a { background-color: rgb(32,10,170); }
div.DivClassName
{
background-color: #200AAA;
}
.BgClassName
{
background-color: #200AAA;
}
</style>
border-color css
<style>
span { border-color: #200AAA; }
span { border-color: rgb(32,10,170); }
td.TdClassName
{
border-color: #200AAA;
}
.TagClassName
{
border-color: #200AAA;
}
</style>