Shades of Ultramarine #202591
Tints of Ultramarine #202591
RGB
CMYK
RGB Variations
Color information
#202591 (or 0x202591) is known color: Ultramarine. HEX triplet: 20, 25 and 91. RGB value is (32,37,145). Sum of RGB (Red+Green+Blue) = 32+37+145=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #202591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202591 is #DFDA6E. Grayscale: #2F2F2F. Windows color (decimal): -14670447 or 9512224. OLE color: 9512224.
HSL color Cylindrical-coordinate representation of color #202591: hue angle of 237.35º 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 #202591 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 37 | 145 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.43 |
| HSL | 237.35º | 0.64% | 0.35% | - |
| HSV(B) | 237.35º | 0.78% | 0.57% | - |
| XYZ | 6.37 | 3.67 | 27.16 | - |
| YUV | 47.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 145 | 0.78 | 0.74 | 0 | 0.43 | 237.35 | 0.64 | 0.35 |
| Hex | 20 | 25 | 91 | 4E | 4A | 0 | 2B | ED | 40 | 23 |
| Octal | 40 | 45 | 221 | 116 | 112 | 0 | 53 | 355 | 100 | 43 |
| Binary | 100000 | 100101 | 10010001 | 1001110 | 1001010 | 0 | 101011 | 11101101 | 1000000 | 100011 |
Color Harmonies of #202591
Complementary color
Monochromatic Colors of #202591
Black with #202591
Text Example
Text Example
White with #202591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202591; }
p { color: rgb(32,37,145); }
H1.HeaderClassName
{
color: #202591;
}
.AnyTagClassName
{
color: #202591;
}
</style>
background-color css
<style>
a { background-color: #202591; }
a { background-color: rgb(32,37,145); }
div.DivClassName
{
background-color: #202591;
}
.BgClassName
{
background-color: #202591;
}
</style>
border-color css
<style>
span { border-color: #202591; }
span { border-color: rgb(32,37,145); }
td.TdClassName
{
border-color: #202591;
}
.TagClassName
{
border-color: #202591;
}
</style>