Shades of Ultramarine #211997
Tints of Ultramarine #211997
RGB
CMYK
RGB Variations
Color information
#211997 (or 0x211997) is known color: Ultramarine. HEX triplet: 21, 19 and 97. RGB value is (33,25,151). Sum of RGB (Red+Green+Blue) = 33+25+151=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 151 (59.38% from 255 or 72.25% from 209); Max value from RGB is 151 - color contains mainly: blue. Hex color #211997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211997 is #DEE668. Grayscale: #292929. Windows color (decimal): -14607977 or 9902369. OLE color: 9902369.
HSL color Cylindrical-coordinate representation of color #211997: hue angle of 243.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211997 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 25 | 151 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.41 |
| HSL | 243.81º | 0.72% | 0.35% | - |
| HSV(B) | 243.81º | 0.83% | 0.59% | - |
| XYZ | 6.56 | 3.25 | 29.56 | - |
| YUV | 41.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 151 | 0.78 | 0.83 | 0 | 0.41 | 243.81 | 0.72 | 0.35 |
| Hex | 21 | 19 | 97 | 4E | 53 | 0 | 29 | F4 | 48 | 23 |
| Octal | 41 | 31 | 227 | 116 | 123 | 0 | 51 | 364 | 110 | 43 |
| Binary | 100001 | 11001 | 10010111 | 1001110 | 1010011 | 0 | 101001 | 11110100 | 1001000 | 100011 |
Color Harmonies of #211997
Complementary color
Monochromatic Colors of #211997
Black with #211997
Text Example
Text Example
White with #211997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211997; }
p { color: rgb(33,25,151); }
H1.HeaderClassName
{
color: #211997;
}
.AnyTagClassName
{
color: #211997;
}
</style>
background-color css
<style>
a { background-color: #211997; }
a { background-color: rgb(33,25,151); }
div.DivClassName
{
background-color: #211997;
}
.BgClassName
{
background-color: #211997;
}
</style>
border-color css
<style>
span { border-color: #211997; }
span { border-color: rgb(33,25,151); }
td.TdClassName
{
border-color: #211997;
}
.TagClassName
{
border-color: #211997;
}
</style>