Shades of Ultramarine #211195
Tints of Ultramarine #211195
RGB
CMYK
RGB Variations
Color information
#211195 (or 0x211195) is known color: Ultramarine. HEX triplet: 21, 11 and 95. RGB value is (33,17,149). Sum of RGB (Red+Green+Blue) = 33+17+149=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #211195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211195 is #DEEE6A. Grayscale: #242424. Windows color (decimal): -14610027 or 9769249. OLE color: 9769249.
HSL color Cylindrical-coordinate representation of color #211195: hue angle of 247.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #211195 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 17 | 149 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.42 |
| HSL | 247.27º | 0.8% | 0.33% | - |
| HSV(B) | 247.27º | 0.89% | 0.58% | - |
| XYZ | 6.25 | 2.89 | 28.66 | - |
| YUV | 36.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 149 | 0.78 | 0.89 | 0 | 0.42 | 247.27 | 0.8 | 0.33 |
| Hex | 21 | 11 | 95 | 4E | 59 | 0 | 2A | F7 | 50 | 21 |
| Octal | 41 | 21 | 225 | 116 | 131 | 0 | 52 | 367 | 120 | 41 |
| Binary | 100001 | 10001 | 10010101 | 1001110 | 1011001 | 0 | 101010 | 11110111 | 1010000 | 100001 |
Color Harmonies of #211195
Complementary color
Monochromatic Colors of #211195
Black with #211195
Text Example
Text Example
White with #211195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211195; }
p { color: rgb(33,17,149); }
H1.HeaderClassName
{
color: #211195;
}
.AnyTagClassName
{
color: #211195;
}
</style>
background-color css
<style>
a { background-color: #211195; }
a { background-color: rgb(33,17,149); }
div.DivClassName
{
background-color: #211195;
}
.BgClassName
{
background-color: #211195;
}
</style>
border-color css
<style>
span { border-color: #211195; }
span { border-color: rgb(33,17,149); }
td.TdClassName
{
border-color: #211195;
}
.TagClassName
{
border-color: #211195;
}
</style>