Shades of Ultramarine #200DA1
Tints of Ultramarine #200DA1
RGB
CMYK
RGB Variations
Color information
#200DA1 (or 0x200DA1) is known color: Ultramarine. HEX triplet: 20, 0D and A1. RGB value is (32,13,161). Sum of RGB (Red+Green+Blue) = 32+13+161=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 161 (63.28% from 255 or 78.16% from 206); Max value from RGB is 161 - color contains mainly: blue. Hex color #200DA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200DA1 is #DFF25E. Grayscale: #222222. Windows color (decimal): -14676575 or 10554656. OLE color: 10554656.
HSL color Cylindrical-coordinate representation of color #200DA1: hue angle of 247.7º 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 #200DA1 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 13 | 161 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.37 |
| HSL | 247.7º | 0.85% | 0.34% | - |
| HSV(B) | 247.7º | 0.92% | 0.63% | - |
| XYZ | 7.17 | 3.17 | 33.95 | - |
| YUV | 35.55 | 198.79 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 161 | 0.80 | 0.92 | 0 | 0.37 | 247.7 | 0.85 | 0.34 |
| Hex | 20 | D | A1 | 50 | 5C | 0 | 25 | F8 | 55 | 22 |
| Octal | 40 | 15 | 241 | 120 | 134 | 0 | 45 | 370 | 125 | 42 |
| Binary | 100000 | 1101 | 10100001 | 1010000 | 1011100 | 0 | 100101 | 11111000 | 1010101 | 100010 |
Color Harmonies of #200DA1
Complementary color
Monochromatic Colors of #200DA1
Black with #200DA1
Text Example
Text Example
White with #200DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200DA1; }
p { color: rgb(32,13,161); }
H1.HeaderClassName
{
color: #200DA1;
}
.AnyTagClassName
{
color: #200DA1;
}
</style>
background-color css
<style>
a { background-color: #200DA1; }
a { background-color: rgb(32,13,161); }
div.DivClassName
{
background-color: #200DA1;
}
.BgClassName
{
background-color: #200DA1;
}
</style>
border-color css
<style>
span { border-color: #200DA1; }
span { border-color: rgb(32,13,161); }
td.TdClassName
{
border-color: #200DA1;
}
.TagClassName
{
border-color: #200DA1;
}
</style>