Shades of Ultramarine #200AAD
Tints of Ultramarine #200AAD
RGB
CMYK
RGB Variations
Color information
#200AAD (or 0x200AAD) is known color: Ultramarine. HEX triplet: 20, 0A and AD. RGB value is (32,10,173). Sum of RGB (Red+Green+Blue) = 32+10+173=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #200AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200AAD is #DFF552. Grayscale: #222222. Windows color (decimal): -14677331 or 11340320. OLE color: 11340320.
HSL color Cylindrical-coordinate representation of color #200AAD: hue angle of 248.1º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200AAD is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 10 | 173 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.32 |
| HSL | 248.1º | 0.89% | 0.36% | - |
| HSV(B) | 248.1º | 0.94% | 0.68% | - |
| XYZ | 8.25 | 3.54 | 39.78 | - |
| YUV | 35.16 | 205.79 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 173 | 0.82 | 0.94 | 0 | 0.32 | 248.1 | 0.89 | 0.36 |
| Hex | 20 | A | AD | 52 | 5E | 0 | 20 | F8 | 59 | 24 |
| Octal | 40 | 12 | 255 | 122 | 136 | 0 | 40 | 370 | 131 | 44 |
| Binary | 100000 | 1010 | 10101101 | 1010010 | 1011110 | 0 | 100000 | 11111000 | 1011001 | 100100 |
Color Harmonies of #200AAD
Complementary color
Monochromatic Colors of #200AAD
Black with #200AAD
Text Example
Text Example
White with #200AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200AAD; }
p { color: rgb(32,10,173); }
H1.HeaderClassName
{
color: #200AAD;
}
.AnyTagClassName
{
color: #200AAD;
}
</style>
background-color css
<style>
a { background-color: #200AAD; }
a { background-color: rgb(32,10,173); }
div.DivClassName
{
background-color: #200AAD;
}
.BgClassName
{
background-color: #200AAD;
}
</style>
border-color css
<style>
span { border-color: #200AAD; }
span { border-color: rgb(32,10,173); }
td.TdClassName
{
border-color: #200AAD;
}
.TagClassName
{
border-color: #200AAD;
}
</style>