Shades of Ultramarine #211988
Tints of Ultramarine #211988
RGB
CMYK
RGB Variations
Color information
#211988 (or 0x211988) is known color: Ultramarine. HEX triplet: 21, 19 and 88. RGB value is (33,25,136). Sum of RGB (Red+Green+Blue) = 33+25+136=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #211988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211988 is #DEE677. Grayscale: #272727. Windows color (decimal): -14607992 or 8919329. OLE color: 8919329.
HSL color Cylindrical-coordinate representation of color #211988: hue angle of 244.32º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211988 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 25 | 136 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.47 |
| HSL | 244.32º | 0.69% | 0.32% | - |
| HSV(B) | 244.32º | 0.82% | 0.53% | - |
| XYZ | 5.42 | 2.8 | 23.55 | - |
| YUV | 40.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 136 | 0.76 | 0.82 | 0 | 0.47 | 244.32 | 0.69 | 0.32 |
| Hex | 21 | 19 | 88 | 4C | 52 | 0 | 2F | F4 | 45 | 20 |
| Octal | 41 | 31 | 210 | 114 | 122 | 0 | 57 | 364 | 105 | 40 |
| Binary | 100001 | 11001 | 10001000 | 1001100 | 1010010 | 0 | 101111 | 11110100 | 1000101 | 100000 |
Color Harmonies of #211988
Complementary color
Monochromatic Colors of #211988
Black with #211988
Text Example
Text Example
White with #211988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211988; }
p { color: rgb(33,25,136); }
H1.HeaderClassName
{
color: #211988;
}
.AnyTagClassName
{
color: #211988;
}
</style>
background-color css
<style>
a { background-color: #211988; }
a { background-color: rgb(33,25,136); }
div.DivClassName
{
background-color: #211988;
}
.BgClassName
{
background-color: #211988;
}
</style>
border-color css
<style>
span { border-color: #211988; }
span { border-color: rgb(33,25,136); }
td.TdClassName
{
border-color: #211988;
}
.TagClassName
{
border-color: #211988;
}
</style>