Shades of Ultramarine #200D9E
Tints of Ultramarine #200D9E
RGB
CMYK
RGB Variations
Color information
#200D9E (or 0x200D9E) is known color: Ultramarine. HEX triplet: 20, 0D and 9E. RGB value is (32,13,158). Sum of RGB (Red+Green+Blue) = 32+13+158=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #200D9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200D9E is #DFF261. Grayscale: #222222. Windows color (decimal): -14676578 or 10358048. OLE color: 10358048.
HSL color Cylindrical-coordinate representation of color #200D9E: hue angle of 247.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200D9E is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 13 | 158 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.38 |
| HSL | 247.86º | 0.85% | 0.34% | - |
| HSV(B) | 247.86º | 0.92% | 0.62% | - |
| XYZ | 6.91 | 3.06 | 32.57 | - |
| YUV | 35.21 | 197.29 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 158 | 0.80 | 0.92 | 0 | 0.38 | 247.86 | 0.85 | 0.34 |
| Hex | 20 | D | 9E | 50 | 5C | 0 | 26 | F8 | 55 | 22 |
| Octal | 40 | 15 | 236 | 120 | 134 | 0 | 46 | 370 | 125 | 42 |
| Binary | 100000 | 1101 | 10011110 | 1010000 | 1011100 | 0 | 100110 | 11111000 | 1010101 | 100010 |
Color Harmonies of #200D9E
Complementary color
Monochromatic Colors of #200D9E
Black with #200D9E
Text Example
Text Example
White with #200D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D9E; }
p { color: rgb(32,13,158); }
H1.HeaderClassName
{
color: #200D9E;
}
.AnyTagClassName
{
color: #200D9E;
}
</style>
background-color css
<style>
a { background-color: #200D9E; }
a { background-color: rgb(32,13,158); }
div.DivClassName
{
background-color: #200D9E;
}
.BgClassName
{
background-color: #200D9E;
}
</style>
border-color css
<style>
span { border-color: #200D9E; }
span { border-color: rgb(32,13,158); }
td.TdClassName
{
border-color: #200D9E;
}
.TagClassName
{
border-color: #200D9E;
}
</style>