Shades of Ultramarine #200D86
Tints of Ultramarine #200D86
RGB
CMYK
RGB Variations
Color information
#200D86 (or 0x200D86) is known color: Ultramarine. HEX triplet: 20, 0D and 86. RGB value is (32,13,134). Sum of RGB (Red+Green+Blue) = 32+13+134=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 134 (52.73% from 255 or 74.86% from 179); Max value from RGB is 134 - color contains mainly: blue. Hex color #200D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200D86 is #DFF279. Grayscale: #202020. Windows color (decimal): -14676602 or 8785184. OLE color: 8785184.
HSL color Cylindrical-coordinate representation of color #200D86: hue angle of 249.42º 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 #200D86 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 13 | 134 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.47 |
| HSL | 249.42º | 0.82% | 0.29% | - |
| HSV(B) | 249.42º | 0.9% | 0.53% | - |
| XYZ | 5.04 | 2.32 | 22.74 | - |
| YUV | 32.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 134 | 0.76 | 0.90 | 0 | 0.47 | 249.42 | 0.82 | 0.29 |
| Hex | 20 | D | 86 | 4C | 5A | 0 | 2F | F9 | 52 | 1D |
| Octal | 40 | 15 | 206 | 114 | 132 | 0 | 57 | 371 | 122 | 35 |
| Binary | 100000 | 1101 | 10000110 | 1001100 | 1011010 | 0 | 101111 | 11111001 | 1010010 | 11101 |
Color Harmonies of #200D86
Complementary color
Monochromatic Colors of #200D86
Black with #200D86
Text Example
Text Example
White with #200D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D86; }
p { color: rgb(32,13,134); }
H1.HeaderClassName
{
color: #200D86;
}
.AnyTagClassName
{
color: #200D86;
}
</style>
background-color css
<style>
a { background-color: #200D86; }
a { background-color: rgb(32,13,134); }
div.DivClassName
{
background-color: #200D86;
}
.BgClassName
{
background-color: #200D86;
}
</style>
border-color css
<style>
span { border-color: #200D86; }
span { border-color: rgb(32,13,134); }
td.TdClassName
{
border-color: #200D86;
}
.TagClassName
{
border-color: #200D86;
}
</style>