Shades of Ultramarine #202199
Tints of Ultramarine #202199
RGB
CMYK
RGB Variations
Color information
#202199 (or 0x202199) is known color: Ultramarine. HEX triplet: 20, 21 and 99. RGB value is (32,33,153). Sum of RGB (Red+Green+Blue) = 32+33+153=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #202199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202199 is #DFDE66. Grayscale: #2D2D2D. Windows color (decimal): -14671463 or 10035488. OLE color: 10035488.
HSL color Cylindrical-coordinate representation of color #202199: hue angle of 239.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202199 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 33 | 153 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.4 |
| HSL | 239.5º | 0.65% | 0.36% | - |
| HSV(B) | 239.5º | 0.79% | 0.6% | - |
| XYZ | 6.89 | 3.69 | 30.49 | - |
| YUV | 46.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 153 | 0.79 | 0.78 | 0 | 0.4 | 239.5 | 0.65 | 0.36 |
| Hex | 20 | 21 | 99 | 4F | 4E | 0 | 28 | F0 | 41 | 24 |
| Octal | 40 | 41 | 231 | 117 | 116 | 0 | 50 | 360 | 101 | 44 |
| Binary | 100000 | 100001 | 10011001 | 1001111 | 1001110 | 0 | 101000 | 11110000 | 1000001 | 100100 |
Color Harmonies of #202199
Complementary color
Monochromatic Colors of #202199
Black with #202199
Text Example
Text Example
White with #202199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202199; }
p { color: rgb(32,33,153); }
H1.HeaderClassName
{
color: #202199;
}
.AnyTagClassName
{
color: #202199;
}
</style>
background-color css
<style>
a { background-color: #202199; }
a { background-color: rgb(32,33,153); }
div.DivClassName
{
background-color: #202199;
}
.BgClassName
{
background-color: #202199;
}
</style>
border-color css
<style>
span { border-color: #202199; }
span { border-color: rgb(32,33,153); }
td.TdClassName
{
border-color: #202199;
}
.TagClassName
{
border-color: #202199;
}
</style>