Shades of Ultramarine #211688
Tints of Ultramarine #211688
RGB
CMYK
RGB Variations
Color information
#211688 (or 0x211688) is known color: Ultramarine. HEX triplet: 21, 16 and 88. RGB value is (33,22,136). Sum of RGB (Red+Green+Blue) = 33+22+136=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #211688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211688 is #DEE977. Grayscale: #252525. Windows color (decimal): -14608760 or 8918561. OLE color: 8918561.
HSL color Cylindrical-coordinate representation of color #211688: hue angle of 245.79º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211688 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 22 | 136 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.47 |
| HSL | 245.79º | 0.72% | 0.31% | - |
| HSV(B) | 245.79º | 0.84% | 0.53% | - |
| XYZ | 5.36 | 2.67 | 23.53 | - |
| YUV | 38.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 136 | 0.76 | 0.84 | 0 | 0.47 | 245.79 | 0.72 | 0.31 |
| Hex | 21 | 16 | 88 | 4C | 54 | 0 | 2F | F6 | 48 | 1F |
| Octal | 41 | 26 | 210 | 114 | 124 | 0 | 57 | 366 | 110 | 37 |
| Binary | 100001 | 10110 | 10001000 | 1001100 | 1010100 | 0 | 101111 | 11110110 | 1001000 | 11111 |
Color Harmonies of #211688
Complementary color
Monochromatic Colors of #211688
Black with #211688
Text Example
Text Example
White with #211688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211688; }
p { color: rgb(33,22,136); }
H1.HeaderClassName
{
color: #211688;
}
.AnyTagClassName
{
color: #211688;
}
</style>
background-color css
<style>
a { background-color: #211688; }
a { background-color: rgb(33,22,136); }
div.DivClassName
{
background-color: #211688;
}
.BgClassName
{
background-color: #211688;
}
</style>
border-color css
<style>
span { border-color: #211688; }
span { border-color: rgb(33,22,136); }
td.TdClassName
{
border-color: #211688;
}
.TagClassName
{
border-color: #211688;
}
</style>