Shades of Ultramarine #202098
Tints of Ultramarine #202098
RGB
CMYK
RGB Variations
Color information
#202098 (or 0x202098) is known color: Ultramarine. HEX triplet: 20, 20 and 98. RGB value is (32,32,152). Sum of RGB (Red+Green+Blue) = 32+32+152=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #202098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202098 is #DFDF67. Grayscale: #2D2D2D. Windows color (decimal): -14671720 or 9969696. OLE color: 9969696.
HSL color Cylindrical-coordinate representation of color #202098: hue angle of 240º 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 #202098 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 32 | 152 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.40 |
| HSL | 240º | 0.65% | 0.36% | - |
| HSV(B) | 240º | 0.79% | 0.6% | - |
| XYZ | 6.78 | 3.61 | 30.04 | - |
| YUV | 45.68 | 188 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 152 | 0.79 | 0.79 | 0 | 0.40 | 240 | 0.65 | 0.36 |
| Hex | 20 | 20 | 98 | 4F | 4F | 0 | 28 | F0 | 41 | 24 |
| Octal | 40 | 40 | 230 | 117 | 117 | 0 | 50 | 360 | 101 | 44 |
| Binary | 100000 | 100000 | 10011000 | 1001111 | 1001111 | 0 | 101000 | 11110000 | 1000001 | 100100 |
Color Harmonies of #202098
Complementary color
Monochromatic Colors of #202098
Black with #202098
Text Example
Text Example
White with #202098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202098; }
p { color: rgb(32,32,152); }
H1.HeaderClassName
{
color: #202098;
}
.AnyTagClassName
{
color: #202098;
}
</style>
background-color css
<style>
a { background-color: #202098; }
a { background-color: rgb(32,32,152); }
div.DivClassName
{
background-color: #202098;
}
.BgClassName
{
background-color: #202098;
}
</style>
border-color css
<style>
span { border-color: #202098; }
span { border-color: rgb(32,32,152); }
td.TdClassName
{
border-color: #202098;
}
.TagClassName
{
border-color: #202098;
}
</style>