Shades of Ultramarine #200D94
Tints of Ultramarine #200D94
RGB
CMYK
RGB Variations
Color information
#200D94 (or 0x200D94) is known color: Ultramarine. HEX triplet: 20, 0D and 94. RGB value is (32,13,148). Sum of RGB (Red+Green+Blue) = 32+13+148=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #200D94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200D94 is #DFF26B. Grayscale: #212121. Windows color (decimal): -14676588 or 9702688. OLE color: 9702688.
HSL color Cylindrical-coordinate representation of color #200D94: hue angle of 248.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200D94 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 13 | 148 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.42 |
| HSL | 248.44º | 0.84% | 0.32% | - |
| HSV(B) | 248.44º | 0.91% | 0.58% | - |
| XYZ | 6.08 | 2.73 | 28.22 | - |
| YUV | 34.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 148 | 0.78 | 0.91 | 0 | 0.42 | 248.44 | 0.84 | 0.32 |
| Hex | 20 | D | 94 | 4E | 5B | 0 | 2A | F8 | 54 | 20 |
| Octal | 40 | 15 | 224 | 116 | 133 | 0 | 52 | 370 | 124 | 40 |
| Binary | 100000 | 1101 | 10010100 | 1001110 | 1011011 | 0 | 101010 | 11111000 | 1010100 | 100000 |
Color Harmonies of #200D94
Complementary color
Monochromatic Colors of #200D94
Black with #200D94
Text Example
Text Example
White with #200D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D94; }
p { color: rgb(32,13,148); }
H1.HeaderClassName
{
color: #200D94;
}
.AnyTagClassName
{
color: #200D94;
}
</style>
background-color css
<style>
a { background-color: #200D94; }
a { background-color: rgb(32,13,148); }
div.DivClassName
{
background-color: #200D94;
}
.BgClassName
{
background-color: #200D94;
}
</style>
border-color css
<style>
span { border-color: #200D94; }
span { border-color: rgb(32,13,148); }
td.TdClassName
{
border-color: #200D94;
}
.TagClassName
{
border-color: #200D94;
}
</style>