Shades of Ultramarine #200DA0
Tints of Ultramarine #200DA0
RGB
CMYK
RGB Variations
Color information
#200DA0 (or 0x200DA0) is known color: Ultramarine. HEX triplet: 20, 0D and A0. RGB value is (32,13,160). Sum of RGB (Red+Green+Blue) = 32+13+160=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 160 (62.89% from 255 or 78.05% from 205); Max value from RGB is 160 - color contains mainly: blue. Hex color #200DA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200DA0 is #DFF25F. Grayscale: #222222. Windows color (decimal): -14676576 or 10489120. OLE color: 10489120.
HSL color Cylindrical-coordinate representation of color #200DA0: hue angle of 247.76º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200DA0 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 13 | 160 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.37 |
| HSL | 247.76º | 0.85% | 0.34% | - |
| HSV(B) | 247.76º | 0.92% | 0.63% | - |
| XYZ | 7.08 | 3.13 | 33.49 | - |
| YUV | 35.44 | 198.29 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 160 | 0.80 | 0.92 | 0 | 0.37 | 247.76 | 0.85 | 0.34 |
| Hex | 20 | D | A0 | 50 | 5C | 0 | 25 | F8 | 55 | 22 |
| Octal | 40 | 15 | 240 | 120 | 134 | 0 | 45 | 370 | 125 | 42 |
| Binary | 100000 | 1101 | 10100000 | 1010000 | 1011100 | 0 | 100101 | 11111000 | 1010101 | 100010 |
Color Harmonies of #200DA0
Complementary color
Monochromatic Colors of #200DA0
Black with #200DA0
Text Example
Text Example
White with #200DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200DA0; }
p { color: rgb(32,13,160); }
H1.HeaderClassName
{
color: #200DA0;
}
.AnyTagClassName
{
color: #200DA0;
}
</style>
background-color css
<style>
a { background-color: #200DA0; }
a { background-color: rgb(32,13,160); }
div.DivClassName
{
background-color: #200DA0;
}
.BgClassName
{
background-color: #200DA0;
}
</style>
border-color css
<style>
span { border-color: #200DA0; }
span { border-color: rgb(32,13,160); }
td.TdClassName
{
border-color: #200DA0;
}
.TagClassName
{
border-color: #200DA0;
}
</style>