Shades of Ultramarine #211493
Tints of Ultramarine #211493
RGB
CMYK
RGB Variations
Color information
#211493 (or 0x211493) is known color: Ultramarine. HEX triplet: 21, 14 and 93. RGB value is (33,20,147). Sum of RGB (Red+Green+Blue) = 33+20+147=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #211493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211493 is #DEEB6C. Grayscale: #252525. Windows color (decimal): -14609261 or 9638945. OLE color: 9638945.
HSL color Cylindrical-coordinate representation of color #211493: hue angle of 246.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211493 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 20 | 147 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.42 |
| HSL | 246.14º | 0.76% | 0.33% | - |
| HSV(B) | 246.14º | 0.86% | 0.58% | - |
| XYZ | 6.14 | 2.93 | 27.85 | - |
| YUV | 38.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 147 | 0.78 | 0.86 | 0 | 0.42 | 246.14 | 0.76 | 0.33 |
| Hex | 21 | 14 | 93 | 4E | 56 | 0 | 2A | F6 | 4C | 21 |
| Octal | 41 | 24 | 223 | 116 | 126 | 0 | 52 | 366 | 114 | 41 |
| Binary | 100001 | 10100 | 10010011 | 1001110 | 1010110 | 0 | 101010 | 11110110 | 1001100 | 100001 |
Color Harmonies of #211493
Complementary color
Monochromatic Colors of #211493
Black with #211493
Text Example
Text Example
White with #211493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211493; }
p { color: rgb(33,20,147); }
H1.HeaderClassName
{
color: #211493;
}
.AnyTagClassName
{
color: #211493;
}
</style>
background-color css
<style>
a { background-color: #211493; }
a { background-color: rgb(33,20,147); }
div.DivClassName
{
background-color: #211493;
}
.BgClassName
{
background-color: #211493;
}
</style>
border-color css
<style>
span { border-color: #211493; }
span { border-color: rgb(33,20,147); }
td.TdClassName
{
border-color: #211493;
}
.TagClassName
{
border-color: #211493;
}
</style>