Shades of Ultramarine #200D84
Tints of Ultramarine #200D84
RGB
CMYK
RGB Variations
Color information
#200D84 (or 0x200D84) is known color: Ultramarine. HEX triplet: 20, 0D and 84. RGB value is (32,13,132). Sum of RGB (Red+Green+Blue) = 32+13+132=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #200D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200D84 is #DFF27B. Grayscale: #1F1F1F. Windows color (decimal): -14676604 or 8654112. OLE color: 8654112.
HSL color Cylindrical-coordinate representation of color #200D84: hue angle of 249.58º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200D84 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 13 | 132 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.48 |
| HSL | 249.58º | 0.82% | 0.28% | - |
| HSV(B) | 249.58º | 0.9% | 0.52% | - |
| XYZ | 4.9 | 2.26 | 22.01 | - |
| YUV | 32.25 | 184.29 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 132 | 0.76 | 0.90 | 0 | 0.48 | 249.58 | 0.82 | 0.28 |
| Hex | 20 | D | 84 | 4C | 5A | 0 | 30 | FA | 52 | 1C |
| Octal | 40 | 15 | 204 | 114 | 132 | 0 | 60 | 372 | 122 | 34 |
| Binary | 100000 | 1101 | 10000100 | 1001100 | 1011010 | 0 | 110000 | 11111010 | 1010010 | 11100 |
Color Harmonies of #200D84
Complementary color
Monochromatic Colors of #200D84
Black with #200D84
Text Example
Text Example
White with #200D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D84; }
p { color: rgb(32,13,132); }
H1.HeaderClassName
{
color: #200D84;
}
.AnyTagClassName
{
color: #200D84;
}
</style>
background-color css
<style>
a { background-color: #200D84; }
a { background-color: rgb(32,13,132); }
div.DivClassName
{
background-color: #200D84;
}
.BgClassName
{
background-color: #200D84;
}
</style>
border-color css
<style>
span { border-color: #200D84; }
span { border-color: rgb(32,13,132); }
td.TdClassName
{
border-color: #200D84;
}
.TagClassName
{
border-color: #200D84;
}
</style>