Shades of Ultramarine #202299
Tints of Ultramarine #202299
RGB
CMYK
RGB Variations
Color information
#202299 (or 0x202299) is known color: Ultramarine. HEX triplet: 20, 22 and 99. RGB value is (32,34,153). Sum of RGB (Red+Green+Blue) = 32+34+153=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #202299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202299 is #DFDD66. Grayscale: #2E2E2E. Windows color (decimal): -14671207 or 10035744. OLE color: 10035744.
HSL color Cylindrical-coordinate representation of color #202299: hue angle of 239.01º 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 #202299 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 34 | 153 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.4 |
| HSL | 239.01º | 0.65% | 0.36% | - |
| HSV(B) | 239.01º | 0.79% | 0.6% | - |
| XYZ | 6.92 | 3.75 | 30.5 | - |
| YUV | 46.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 153 | 0.79 | 0.78 | 0 | 0.4 | 239.01 | 0.65 | 0.36 |
| Hex | 20 | 22 | 99 | 4F | 4E | 0 | 28 | EF | 41 | 24 |
| Octal | 40 | 42 | 231 | 117 | 116 | 0 | 50 | 357 | 101 | 44 |
| Binary | 100000 | 100010 | 10011001 | 1001111 | 1001110 | 0 | 101000 | 11101111 | 1000001 | 100100 |
Color Harmonies of #202299
Complementary color
Monochromatic Colors of #202299
Black with #202299
Text Example
Text Example
White with #202299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202299; }
p { color: rgb(32,34,153); }
H1.HeaderClassName
{
color: #202299;
}
.AnyTagClassName
{
color: #202299;
}
</style>
background-color css
<style>
a { background-color: #202299; }
a { background-color: rgb(32,34,153); }
div.DivClassName
{
background-color: #202299;
}
.BgClassName
{
background-color: #202299;
}
</style>
border-color css
<style>
span { border-color: #202299; }
span { border-color: rgb(32,34,153); }
td.TdClassName
{
border-color: #202299;
}
.TagClassName
{
border-color: #202299;
}
</style>