Shades of Ultramarine #211789
Tints of Ultramarine #211789
RGB
CMYK
RGB Variations
Color information
#211789 (or 0x211789) is known color: Ultramarine. HEX triplet: 21, 17 and 89. RGB value is (33,23,137). Sum of RGB (Red+Green+Blue) = 33+23+137=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #211789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211789 is #DEE876. Grayscale: #262626. Windows color (decimal): -14608503 or 8984353. OLE color: 8984353.
HSL color Cylindrical-coordinate representation of color #211789: hue angle of 245.26º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211789 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 23 | 137 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.46 |
| HSL | 245.26º | 0.71% | 0.31% | - |
| HSV(B) | 245.26º | 0.83% | 0.54% | - |
| XYZ | 5.45 | 2.74 | 23.91 | - |
| YUV | 38.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 137 | 0.76 | 0.83 | 0 | 0.46 | 245.26 | 0.71 | 0.31 |
| Hex | 21 | 17 | 89 | 4C | 53 | 0 | 2E | F5 | 47 | 1F |
| Octal | 41 | 27 | 211 | 114 | 123 | 0 | 56 | 365 | 107 | 37 |
| Binary | 100001 | 10111 | 10001001 | 1001100 | 1010011 | 0 | 101110 | 11110101 | 1000111 | 11111 |
Color Harmonies of #211789
Complementary color
Monochromatic Colors of #211789
Black with #211789
Text Example
Text Example
White with #211789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211789; }
p { color: rgb(33,23,137); }
H1.HeaderClassName
{
color: #211789;
}
.AnyTagClassName
{
color: #211789;
}
</style>
background-color css
<style>
a { background-color: #211789; }
a { background-color: rgb(33,23,137); }
div.DivClassName
{
background-color: #211789;
}
.BgClassName
{
background-color: #211789;
}
</style>
border-color css
<style>
span { border-color: #211789; }
span { border-color: rgb(33,23,137); }
td.TdClassName
{
border-color: #211789;
}
.TagClassName
{
border-color: #211789;
}
</style>