Shades of Ultramarine #211889
Tints of Ultramarine #211889
RGB
CMYK
RGB Variations
Color information
#211889 (or 0x211889) is known color: Ultramarine. HEX triplet: 21, 18 and 89. RGB value is (33,24,137). Sum of RGB (Red+Green+Blue) = 33+24+137=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #211889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211889 is #DEE776. Grayscale: #272727. Windows color (decimal): -14608247 or 8984609. OLE color: 8984609.
HSL color Cylindrical-coordinate representation of color #211889: hue angle of 244.78º degrees, saturation: 0.7, 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 #211889 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 24 | 137 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.46 |
| HSL | 244.78º | 0.7% | 0.32% | - |
| HSV(B) | 244.78º | 0.82% | 0.54% | - |
| XYZ | 5.47 | 2.78 | 23.92 | - |
| YUV | 39.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 137 | 0.76 | 0.82 | 0 | 0.46 | 244.78 | 0.7 | 0.32 |
| Hex | 21 | 18 | 89 | 4C | 52 | 0 | 2E | F5 | 46 | 20 |
| Octal | 41 | 30 | 211 | 114 | 122 | 0 | 56 | 365 | 106 | 40 |
| Binary | 100001 | 11000 | 10001001 | 1001100 | 1010010 | 0 | 101110 | 11110101 | 1000110 | 100000 |
Color Harmonies of #211889
Complementary color
Monochromatic Colors of #211889
Black with #211889
Text Example
Text Example
White with #211889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211889; }
p { color: rgb(33,24,137); }
H1.HeaderClassName
{
color: #211889;
}
.AnyTagClassName
{
color: #211889;
}
</style>
background-color css
<style>
a { background-color: #211889; }
a { background-color: rgb(33,24,137); }
div.DivClassName
{
background-color: #211889;
}
.BgClassName
{
background-color: #211889;
}
</style>
border-color css
<style>
span { border-color: #211889; }
span { border-color: rgb(33,24,137); }
td.TdClassName
{
border-color: #211889;
}
.TagClassName
{
border-color: #211889;
}
</style>