Shades of Ultramarine #200199
Tints of Ultramarine #200199
RGB
CMYK
RGB Variations
Color information
#200199 (or 0x200199) is known color: Ultramarine. HEX triplet: 20, 01 and 99. RGB value is (32,1,153). Sum of RGB (Red+Green+Blue) = 32+1+153=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #200199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200199 is #DFFE66. Grayscale: #1B1B1B. Windows color (decimal): -14679655 or 10027296. OLE color: 10027296.
HSL color Cylindrical-coordinate representation of color #200199: hue angle of 252.24º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200199 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 1 | 153 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.4 |
| HSL | 252.24º | 0.99% | 0.3% | - |
| HSV(B) | 252.24º | 0.99% | 0.6% | - |
| XYZ | 6.36 | 2.63 | 30.31 | - |
| YUV | 27.6 | 198.77 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 153 | 0.79 | 0.99 | 0 | 0.4 | 252.24 | 0.99 | 0.3 |
| Hex | 20 | 1 | 99 | 4F | 63 | 0 | 28 | FC | 63 | 1E |
| Octal | 40 | 1 | 231 | 117 | 143 | 0 | 50 | 374 | 143 | 36 |
| Binary | 100000 | 1 | 10011001 | 1001111 | 1100011 | 0 | 101000 | 11111100 | 1100011 | 11110 |
Color Harmonies of #200199
Complementary color
Monochromatic Colors of #200199
Black with #200199
Text Example
Text Example
White with #200199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200199; }
p { color: rgb(32,1,153); }
H1.HeaderClassName
{
color: #200199;
}
.AnyTagClassName
{
color: #200199;
}
</style>
background-color css
<style>
a { background-color: #200199; }
a { background-color: rgb(32,1,153); }
div.DivClassName
{
background-color: #200199;
}
.BgClassName
{
background-color: #200199;
}
</style>
border-color css
<style>
span { border-color: #200199; }
span { border-color: rgb(32,1,153); }
td.TdClassName
{
border-color: #200199;
}
.TagClassName
{
border-color: #200199;
}
</style>