Shades of Ultramarine #211994
Tints of Ultramarine #211994
RGB
CMYK
RGB Variations
Color information
#211994 (or 0x211994) is known color: Ultramarine. HEX triplet: 21, 19 and 94. RGB value is (33,25,148). Sum of RGB (Red+Green+Blue) = 33+25+148=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #211994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211994 is #DEE66B. Grayscale: #282828. Windows color (decimal): -14607980 or 9705761. OLE color: 9705761.
HSL color Cylindrical-coordinate representation of color #211994: hue angle of 243.9º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211994 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 25 | 148 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.42 |
| HSL | 243.9º | 0.71% | 0.34% | - |
| HSV(B) | 243.9º | 0.83% | 0.58% | - |
| XYZ | 6.32 | 3.16 | 28.29 | - |
| YUV | 41.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 148 | 0.78 | 0.83 | 0 | 0.42 | 243.9 | 0.71 | 0.34 |
| Hex | 21 | 19 | 94 | 4E | 53 | 0 | 2A | F4 | 47 | 22 |
| Octal | 41 | 31 | 224 | 116 | 123 | 0 | 52 | 364 | 107 | 42 |
| Binary | 100001 | 11001 | 10010100 | 1001110 | 1010011 | 0 | 101010 | 11110100 | 1000111 | 100010 |
Color Harmonies of #211994
Complementary color
Monochromatic Colors of #211994
Black with #211994
Text Example
Text Example
White with #211994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211994; }
p { color: rgb(33,25,148); }
H1.HeaderClassName
{
color: #211994;
}
.AnyTagClassName
{
color: #211994;
}
</style>
background-color css
<style>
a { background-color: #211994; }
a { background-color: rgb(33,25,148); }
div.DivClassName
{
background-color: #211994;
}
.BgClassName
{
background-color: #211994;
}
</style>
border-color css
<style>
span { border-color: #211994; }
span { border-color: rgb(33,25,148); }
td.TdClassName
{
border-color: #211994;
}
.TagClassName
{
border-color: #211994;
}
</style>