Shades of Ultramarine #211894
Tints of Ultramarine #211894
RGB
CMYK
RGB Variations
Color information
#211894 (or 0x211894) is known color: Ultramarine. HEX triplet: 21, 18 and 94. RGB value is (33,24,148). Sum of RGB (Red+Green+Blue) = 33+24+148=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #211894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211894 is #DEE76B. Grayscale: #282828. Windows color (decimal): -14608236 or 9705505. OLE color: 9705505.
HSL color Cylindrical-coordinate representation of color #211894: hue angle of 244.35º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211894 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 24 | 148 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.42 |
| HSL | 244.35º | 0.72% | 0.34% | - |
| HSV(B) | 244.35º | 0.84% | 0.58% | - |
| XYZ | 6.3 | 3.11 | 28.29 | - |
| YUV | 40.83 | 188.48 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 148 | 0.78 | 0.84 | 0 | 0.42 | 244.35 | 0.72 | 0.34 |
| Hex | 21 | 18 | 94 | 4E | 54 | 0 | 2A | F4 | 48 | 22 |
| Octal | 41 | 30 | 224 | 116 | 124 | 0 | 52 | 364 | 110 | 42 |
| Binary | 100001 | 11000 | 10010100 | 1001110 | 1010100 | 0 | 101010 | 11110100 | 1001000 | 100010 |
Color Harmonies of #211894
Complementary color
Monochromatic Colors of #211894
Black with #211894
Text Example
Text Example
White with #211894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211894; }
p { color: rgb(33,24,148); }
H1.HeaderClassName
{
color: #211894;
}
.AnyTagClassName
{
color: #211894;
}
</style>
background-color css
<style>
a { background-color: #211894; }
a { background-color: rgb(33,24,148); }
div.DivClassName
{
background-color: #211894;
}
.BgClassName
{
background-color: #211894;
}
</style>
border-color css
<style>
span { border-color: #211894; }
span { border-color: rgb(33,24,148); }
td.TdClassName
{
border-color: #211894;
}
.TagClassName
{
border-color: #211894;
}
</style>