Shades of Ultramarine #211989
Tints of Ultramarine #211989
RGB
CMYK
RGB Variations
Color information
#211989 (or 0x211989) is known color: Ultramarine. HEX triplet: 21, 19 and 89. RGB value is (33,25,137). Sum of RGB (Red+Green+Blue) = 33+25+137=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #211989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211989 is #DEE676. Grayscale: #272727. Windows color (decimal): -14607991 or 8984865. OLE color: 8984865.
HSL color Cylindrical-coordinate representation of color #211989: hue angle of 244.29º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211989 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 25 | 137 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.46 |
| HSL | 244.29º | 0.69% | 0.32% | - |
| HSV(B) | 244.29º | 0.82% | 0.54% | - |
| XYZ | 5.49 | 2.82 | 23.92 | - |
| YUV | 40.16 | 182.65 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 137 | 0.76 | 0.82 | 0 | 0.46 | 244.29 | 0.69 | 0.32 |
| Hex | 21 | 19 | 89 | 4C | 52 | 0 | 2E | F4 | 45 | 20 |
| Octal | 41 | 31 | 211 | 114 | 122 | 0 | 56 | 364 | 105 | 40 |
| Binary | 100001 | 11001 | 10001001 | 1001100 | 1010010 | 0 | 101110 | 11110100 | 1000101 | 100000 |
Color Harmonies of #211989
Complementary color
Monochromatic Colors of #211989
Black with #211989
Text Example
Text Example
White with #211989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211989; }
p { color: rgb(33,25,137); }
H1.HeaderClassName
{
color: #211989;
}
.AnyTagClassName
{
color: #211989;
}
</style>
background-color css
<style>
a { background-color: #211989; }
a { background-color: rgb(33,25,137); }
div.DivClassName
{
background-color: #211989;
}
.BgClassName
{
background-color: #211989;
}
</style>
border-color css
<style>
span { border-color: #211989; }
span { border-color: rgb(33,25,137); }
td.TdClassName
{
border-color: #211989;
}
.TagClassName
{
border-color: #211989;
}
</style>