Shades of Ultramarine #200AAB
Tints of Ultramarine #200AAB
RGB
CMYK
RGB Variations
Color information
#200AAB (or 0x200AAB) is known color: Ultramarine. HEX triplet: 20, 0A and AB. RGB value is (32,10,171). Sum of RGB (Red+Green+Blue) = 32+10+171=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #200AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200AAB is #DFF554. Grayscale: #222222. Windows color (decimal): -14677333 or 11209248. OLE color: 11209248.
HSL color Cylindrical-coordinate representation of color #200AAB: hue angle of 248.2º 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 #200AAB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 10 | 171 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.33 |
| HSL | 248.2º | 0.89% | 0.35% | - |
| HSV(B) | 248.2º | 0.94% | 0.67% | - |
| XYZ | 8.05 | 3.46 | 38.77 | - |
| YUV | 34.93 | 204.79 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 171 | 0.81 | 0.94 | 0 | 0.33 | 248.2 | 0.89 | 0.35 |
| Hex | 20 | A | AB | 51 | 5E | 0 | 21 | F8 | 59 | 23 |
| Octal | 40 | 12 | 253 | 121 | 136 | 0 | 41 | 370 | 131 | 43 |
| Binary | 100000 | 1010 | 10101011 | 1010001 | 1011110 | 0 | 100001 | 11111000 | 1011001 | 100011 |
Color Harmonies of #200AAB
Complementary color
Monochromatic Colors of #200AAB
Black with #200AAB
Text Example
Text Example
White with #200AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200AAB; }
p { color: rgb(32,10,171); }
H1.HeaderClassName
{
color: #200AAB;
}
.AnyTagClassName
{
color: #200AAB;
}
</style>
background-color css
<style>
a { background-color: #200AAB; }
a { background-color: rgb(32,10,171); }
div.DivClassName
{
background-color: #200AAB;
}
.BgClassName
{
background-color: #200AAB;
}
</style>
border-color css
<style>
span { border-color: #200AAB; }
span { border-color: rgb(32,10,171); }
td.TdClassName
{
border-color: #200AAB;
}
.TagClassName
{
border-color: #200AAB;
}
</style>