Shades of Ultramarine #211189
Tints of Ultramarine #211189
RGB
CMYK
RGB Variations
Color information
#211189 (or 0x211189) is known color: Ultramarine. HEX triplet: 21, 11 and 89. RGB value is (33,17,137). Sum of RGB (Red+Green+Blue) = 33+17+137=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #211189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211189 is #DEEE76. Grayscale: #232323. Windows color (decimal): -14610039 or 8982817. OLE color: 8982817.
HSL color Cylindrical-coordinate representation of color #211189: hue angle of 248º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211189 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 17 | 137 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.46 |
| HSL | 248º | 0.78% | 0.3% | - |
| HSV(B) | 248º | 0.88% | 0.54% | - |
| XYZ | 5.34 | 2.53 | 23.87 | - |
| YUV | 35.46 | 185.3 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 137 | 0.76 | 0.88 | 0 | 0.46 | 248 | 0.78 | 0.3 |
| Hex | 21 | 11 | 89 | 4C | 58 | 0 | 2E | F8 | 4E | 1E |
| Octal | 41 | 21 | 211 | 114 | 130 | 0 | 56 | 370 | 116 | 36 |
| Binary | 100001 | 10001 | 10001001 | 1001100 | 1011000 | 0 | 101110 | 11111000 | 1001110 | 11110 |
Color Harmonies of #211189
Complementary color
Monochromatic Colors of #211189
Black with #211189
Text Example
Text Example
White with #211189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211189; }
p { color: rgb(33,17,137); }
H1.HeaderClassName
{
color: #211189;
}
.AnyTagClassName
{
color: #211189;
}
</style>
background-color css
<style>
a { background-color: #211189; }
a { background-color: rgb(33,17,137); }
div.DivClassName
{
background-color: #211189;
}
.BgClassName
{
background-color: #211189;
}
</style>
border-color css
<style>
span { border-color: #211189; }
span { border-color: rgb(33,17,137); }
td.TdClassName
{
border-color: #211189;
}
.TagClassName
{
border-color: #211189;
}
</style>