Shades of Ultramarine #211695
Tints of Ultramarine #211695
RGB
CMYK
RGB Variations
Color information
#211695 (or 0x211695) is known color: Ultramarine. HEX triplet: 21, 16 and 95. RGB value is (33,22,149). Sum of RGB (Red+Green+Blue) = 33+22+149=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #211695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211695 is #DEE96A. Grayscale: #272727. Windows color (decimal): -14608747 or 9770529. OLE color: 9770529.
HSL color Cylindrical-coordinate representation of color #211695: hue angle of 245.2º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211695 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 22 | 149 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.42 |
| HSL | 245.2º | 0.74% | 0.34% | - |
| HSV(B) | 245.2º | 0.85% | 0.58% | - |
| XYZ | 6.34 | 3.07 | 28.69 | - |
| YUV | 39.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 149 | 0.78 | 0.85 | 0 | 0.42 | 245.2 | 0.74 | 0.34 |
| Hex | 21 | 16 | 95 | 4E | 55 | 0 | 2A | F5 | 4A | 22 |
| Octal | 41 | 26 | 225 | 116 | 125 | 0 | 52 | 365 | 112 | 42 |
| Binary | 100001 | 10110 | 10010101 | 1001110 | 1010101 | 0 | 101010 | 11110101 | 1001010 | 100010 |
Color Harmonies of #211695
Complementary color
Monochromatic Colors of #211695
Black with #211695
Text Example
Text Example
White with #211695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211695; }
p { color: rgb(33,22,149); }
H1.HeaderClassName
{
color: #211695;
}
.AnyTagClassName
{
color: #211695;
}
</style>
background-color css
<style>
a { background-color: #211695; }
a { background-color: rgb(33,22,149); }
div.DivClassName
{
background-color: #211695;
}
.BgClassName
{
background-color: #211695;
}
</style>
border-color css
<style>
span { border-color: #211695; }
span { border-color: rgb(33,22,149); }
td.TdClassName
{
border-color: #211695;
}
.TagClassName
{
border-color: #211695;
}
</style>