Shades of Ultramarine #211986
Tints of Ultramarine #211986
RGB
CMYK
RGB Variations
Color information
#211986 (or 0x211986) is known color: Ultramarine. HEX triplet: 21, 19 and 86. RGB value is (33,25,134). Sum of RGB (Red+Green+Blue) = 33+25+134=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 134 (52.73% from 255 or 69.79% from 192); Max value from RGB is 134 - color contains mainly: blue. Hex color #211986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211986 is #DEE679. Grayscale: #272727. Windows color (decimal): -14607994 or 8788257. OLE color: 8788257.
HSL color Cylindrical-coordinate representation of color #211986: hue angle of 244.4º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211986 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 25 | 134 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.47 |
| HSL | 244.4º | 0.69% | 0.31% | - |
| HSV(B) | 244.4º | 0.81% | 0.53% | - |
| XYZ | 5.28 | 2.74 | 22.8 | - |
| YUV | 39.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 134 | 0.75 | 0.81 | 0 | 0.47 | 244.4 | 0.69 | 0.31 |
| Hex | 21 | 19 | 86 | 4B | 51 | 0 | 2F | F4 | 45 | 1F |
| Octal | 41 | 31 | 206 | 113 | 121 | 0 | 57 | 364 | 105 | 37 |
| Binary | 100001 | 11001 | 10000110 | 1001011 | 1010001 | 0 | 101111 | 11110100 | 1000101 | 11111 |
Color Harmonies of #211986
Complementary color
Monochromatic Colors of #211986
Black with #211986
Text Example
Text Example
White with #211986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211986; }
p { color: rgb(33,25,134); }
H1.HeaderClassName
{
color: #211986;
}
.AnyTagClassName
{
color: #211986;
}
</style>
background-color css
<style>
a { background-color: #211986; }
a { background-color: rgb(33,25,134); }
div.DivClassName
{
background-color: #211986;
}
.BgClassName
{
background-color: #211986;
}
</style>
border-color css
<style>
span { border-color: #211986; }
span { border-color: rgb(33,25,134); }
td.TdClassName
{
border-color: #211986;
}
.TagClassName
{
border-color: #211986;
}
</style>