Shades of Ultramarine #200D9C
Tints of Ultramarine #200D9C
RGB
CMYK
RGB Variations
Color information
#200D9C (or 0x200D9C) is known color: Ultramarine. HEX triplet: 20, 0D and 9C. RGB value is (32,13,156). Sum of RGB (Red+Green+Blue) = 32+13+156=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #200D9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200D9C is #DFF263. Grayscale: #222222. Windows color (decimal): -14676580 or 10226976. OLE color: 10226976.
HSL color Cylindrical-coordinate representation of color #200D9C: hue angle of 247.97º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200D9C is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 13 | 156 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.39 |
| HSL | 247.97º | 0.85% | 0.33% | - |
| HSV(B) | 247.97º | 0.92% | 0.61% | - |
| XYZ | 6.74 | 3 | 31.68 | - |
| YUV | 34.98 | 196.29 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 156 | 0.79 | 0.92 | 0 | 0.39 | 247.97 | 0.85 | 0.33 |
| Hex | 20 | D | 9C | 4F | 5C | 0 | 27 | F8 | 55 | 21 |
| Octal | 40 | 15 | 234 | 117 | 134 | 0 | 47 | 370 | 125 | 41 |
| Binary | 100000 | 1101 | 10011100 | 1001111 | 1011100 | 0 | 100111 | 11111000 | 1010101 | 100001 |
Color Harmonies of #200D9C
Complementary color
Monochromatic Colors of #200D9C
Black with #200D9C
Text Example
Text Example
White with #200D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D9C; }
p { color: rgb(32,13,156); }
H1.HeaderClassName
{
color: #200D9C;
}
.AnyTagClassName
{
color: #200D9C;
}
</style>
background-color css
<style>
a { background-color: #200D9C; }
a { background-color: rgb(32,13,156); }
div.DivClassName
{
background-color: #200D9C;
}
.BgClassName
{
background-color: #200D9C;
}
</style>
border-color css
<style>
span { border-color: #200D9C; }
span { border-color: rgb(32,13,156); }
td.TdClassName
{
border-color: #200D9C;
}
.TagClassName
{
border-color: #200D9C;
}
</style>