Shades of Ultramarine #211893
Tints of Ultramarine #211893
RGB
CMYK
RGB Variations
Color information
#211893 (or 0x211893) is known color: Ultramarine. HEX triplet: 21, 18 and 93. RGB value is (33,24,147). Sum of RGB (Red+Green+Blue) = 33+24+147=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #211893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211893 is #DEE76C. Grayscale: #282828. Windows color (decimal): -14608237 or 9639969. OLE color: 9639969.
HSL color Cylindrical-coordinate representation of color #211893: hue angle of 244.39º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211893 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 24 | 147 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.42 |
| HSL | 244.39º | 0.72% | 0.34% | - |
| HSV(B) | 244.39º | 0.84% | 0.58% | - |
| XYZ | 6.22 | 3.08 | 27.87 | - |
| YUV | 40.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 147 | 0.78 | 0.84 | 0 | 0.42 | 244.39 | 0.72 | 0.34 |
| Hex | 21 | 18 | 93 | 4E | 54 | 0 | 2A | F4 | 48 | 22 |
| Octal | 41 | 30 | 223 | 116 | 124 | 0 | 52 | 364 | 110 | 42 |
| Binary | 100001 | 11000 | 10010011 | 1001110 | 1010100 | 0 | 101010 | 11110100 | 1001000 | 100010 |
Color Harmonies of #211893
Complementary color
Monochromatic Colors of #211893
Black with #211893
Text Example
Text Example
White with #211893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211893; }
p { color: rgb(33,24,147); }
H1.HeaderClassName
{
color: #211893;
}
.AnyTagClassName
{
color: #211893;
}
</style>
background-color css
<style>
a { background-color: #211893; }
a { background-color: rgb(33,24,147); }
div.DivClassName
{
background-color: #211893;
}
.BgClassName
{
background-color: #211893;
}
</style>
border-color css
<style>
span { border-color: #211893; }
span { border-color: rgb(33,24,147); }
td.TdClassName
{
border-color: #211893;
}
.TagClassName
{
border-color: #211893;
}
</style>