Shades of Ultramarine #202496
Tints of Ultramarine #202496
RGB
CMYK
RGB Variations
Color information
#202496 (or 0x202496) is known color: Ultramarine. HEX triplet: 20, 24 and 96. RGB value is (32,36,150). Sum of RGB (Red+Green+Blue) = 32+36+150=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #202496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202496 is #DFDB69. Grayscale: #2F2F2F. Windows color (decimal): -14670698 or 9839648. OLE color: 9839648.
HSL color Cylindrical-coordinate representation of color #202496: hue angle of 237.97º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202496 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 36 | 150 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.41 |
| HSL | 237.97º | 0.65% | 0.36% | - |
| HSV(B) | 237.97º | 0.79% | 0.59% | - |
| XYZ | 6.73 | 3.77 | 29.23 | - |
| YUV | 47.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 150 | 0.79 | 0.76 | 0 | 0.41 | 237.97 | 0.65 | 0.36 |
| Hex | 20 | 24 | 96 | 4F | 4C | 0 | 29 | EE | 41 | 24 |
| Octal | 40 | 44 | 226 | 117 | 114 | 0 | 51 | 356 | 101 | 44 |
| Binary | 100000 | 100100 | 10010110 | 1001111 | 1001100 | 0 | 101001 | 11101110 | 1000001 | 100100 |
Color Harmonies of #202496
Complementary color
Monochromatic Colors of #202496
Black with #202496
Text Example
Text Example
White with #202496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202496; }
p { color: rgb(32,36,150); }
H1.HeaderClassName
{
color: #202496;
}
.AnyTagClassName
{
color: #202496;
}
</style>
background-color css
<style>
a { background-color: #202496; }
a { background-color: rgb(32,36,150); }
div.DivClassName
{
background-color: #202496;
}
.BgClassName
{
background-color: #202496;
}
</style>
border-color css
<style>
span { border-color: #202496; }
span { border-color: rgb(32,36,150); }
td.TdClassName
{
border-color: #202496;
}
.TagClassName
{
border-color: #202496;
}
</style>