Shades of Ultramarine #211795
Tints of Ultramarine #211795
RGB
CMYK
RGB Variations
Color information
#211795 (or 0x211795) is known color: Ultramarine. HEX triplet: 21, 17 and 95. RGB value is (33,23,149). Sum of RGB (Red+Green+Blue) = 33+23+149=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #211795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211795 is #DEE86A. Grayscale: #272727. Windows color (decimal): -14608491 or 9770785. OLE color: 9770785.
HSL color Cylindrical-coordinate representation of color #211795: hue angle of 244.76º degrees, saturation: 0.73, 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 #211795 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 23 | 149 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.42 |
| HSL | 244.76º | 0.73% | 0.34% | - |
| HSV(B) | 244.76º | 0.85% | 0.58% | - |
| XYZ | 6.36 | 3.11 | 28.7 | - |
| YUV | 40.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 149 | 0.78 | 0.85 | 0 | 0.42 | 244.76 | 0.73 | 0.34 |
| Hex | 21 | 17 | 95 | 4E | 55 | 0 | 2A | F5 | 49 | 22 |
| Octal | 41 | 27 | 225 | 116 | 125 | 0 | 52 | 365 | 111 | 42 |
| Binary | 100001 | 10111 | 10010101 | 1001110 | 1010101 | 0 | 101010 | 11110101 | 1001001 | 100010 |
Color Harmonies of #211795
Complementary color
Monochromatic Colors of #211795
Black with #211795
Text Example
Text Example
White with #211795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211795; }
p { color: rgb(33,23,149); }
H1.HeaderClassName
{
color: #211795;
}
.AnyTagClassName
{
color: #211795;
}
</style>
background-color css
<style>
a { background-color: #211795; }
a { background-color: rgb(33,23,149); }
div.DivClassName
{
background-color: #211795;
}
.BgClassName
{
background-color: #211795;
}
</style>
border-color css
<style>
span { border-color: #211795; }
span { border-color: rgb(33,23,149); }
td.TdClassName
{
border-color: #211795;
}
.TagClassName
{
border-color: #211795;
}
</style>