Shades of Ultramarine #202491
Tints of Ultramarine #202491
RGB
CMYK
RGB Variations
Color information
#202491 (or 0x202491) is known color: Ultramarine. HEX triplet: 20, 24 and 91. RGB value is (32,36,145). Sum of RGB (Red+Green+Blue) = 32+36+145=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #202491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202491 is #DFDB6E. Grayscale: #2E2E2E. Windows color (decimal): -14670703 or 9511968. OLE color: 9511968.
HSL color Cylindrical-coordinate representation of color #202491: hue angle of 237.88º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202491 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 36 | 145 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.43 |
| HSL | 237.88º | 0.64% | 0.35% | - |
| HSV(B) | 237.88º | 0.78% | 0.57% | - |
| XYZ | 6.34 | 3.61 | 27.15 | - |
| YUV | 47.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 145 | 0.78 | 0.75 | 0 | 0.43 | 237.88 | 0.64 | 0.35 |
| Hex | 20 | 24 | 91 | 4E | 4B | 0 | 2B | EE | 40 | 23 |
| Octal | 40 | 44 | 221 | 116 | 113 | 0 | 53 | 356 | 100 | 43 |
| Binary | 100000 | 100100 | 10010001 | 1001110 | 1001011 | 0 | 101011 | 11101110 | 1000000 | 100011 |
Color Harmonies of #202491
Complementary color
Monochromatic Colors of #202491
Black with #202491
Text Example
Text Example
White with #202491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202491; }
p { color: rgb(32,36,145); }
H1.HeaderClassName
{
color: #202491;
}
.AnyTagClassName
{
color: #202491;
}
</style>
background-color css
<style>
a { background-color: #202491; }
a { background-color: rgb(32,36,145); }
div.DivClassName
{
background-color: #202491;
}
.BgClassName
{
background-color: #202491;
}
</style>
border-color css
<style>
span { border-color: #202491; }
span { border-color: rgb(32,36,145); }
td.TdClassName
{
border-color: #202491;
}
.TagClassName
{
border-color: #202491;
}
</style>