Shades of Ultramarine #200D87
Tints of Ultramarine #200D87
RGB
CMYK
RGB Variations
Color information
#200D87 (or 0x200D87) is known color: Ultramarine. HEX triplet: 20, 0D and 87. RGB value is (32,13,135). Sum of RGB (Red+Green+Blue) = 32+13+135=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #200D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200D87 is #DFF278. Grayscale: #202020. Windows color (decimal): -14676601 or 8850720. OLE color: 8850720.
HSL color Cylindrical-coordinate representation of color #200D87: hue angle of 249.34º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200D87 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 13 | 135 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.47 |
| HSL | 249.34º | 0.82% | 0.29% | - |
| HSV(B) | 249.34º | 0.9% | 0.53% | - |
| XYZ | 5.11 | 2.34 | 23.1 | - |
| YUV | 32.59 | 185.79 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 135 | 0.76 | 0.90 | 0 | 0.47 | 249.34 | 0.82 | 0.29 |
| Hex | 20 | D | 87 | 4C | 5A | 0 | 2F | F9 | 52 | 1D |
| Octal | 40 | 15 | 207 | 114 | 132 | 0 | 57 | 371 | 122 | 35 |
| Binary | 100000 | 1101 | 10000111 | 1001100 | 1011010 | 0 | 101111 | 11111001 | 1010010 | 11101 |
Color Harmonies of #200D87
Complementary color
Monochromatic Colors of #200D87
Black with #200D87
Text Example
Text Example
White with #200D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D87; }
p { color: rgb(32,13,135); }
H1.HeaderClassName
{
color: #200D87;
}
.AnyTagClassName
{
color: #200D87;
}
</style>
background-color css
<style>
a { background-color: #200D87; }
a { background-color: rgb(32,13,135); }
div.DivClassName
{
background-color: #200D87;
}
.BgClassName
{
background-color: #200D87;
}
</style>
border-color css
<style>
span { border-color: #200D87; }
span { border-color: rgb(32,13,135); }
td.TdClassName
{
border-color: #200D87;
}
.TagClassName
{
border-color: #200D87;
}
</style>