Shades of Ultramarine #211584
Tints of Ultramarine #211584
RGB
CMYK
RGB Variations
Color information
#211584 (or 0x211584) is known color: Ultramarine. HEX triplet: 21, 15 and 84. RGB value is (33,21,132). Sum of RGB (Red+Green+Blue) = 33+21+132=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #211584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211584 is #DEEA7B. Grayscale: #242424. Windows color (decimal): -14609020 or 8656161. OLE color: 8656161.
HSL color Cylindrical-coordinate representation of color #211584: hue angle of 246.49º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211584 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 21 | 132 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.48 |
| HSL | 246.49º | 0.73% | 0.3% | - |
| HSV(B) | 246.49º | 0.84% | 0.52% | - |
| XYZ | 5.06 | 2.53 | 22.05 | - |
| YUV | 37.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 132 | 0.75 | 0.84 | 0 | 0.48 | 246.49 | 0.73 | 0.3 |
| Hex | 21 | 15 | 84 | 4B | 54 | 0 | 30 | F6 | 49 | 1E |
| Octal | 41 | 25 | 204 | 113 | 124 | 0 | 60 | 366 | 111 | 36 |
| Binary | 100001 | 10101 | 10000100 | 1001011 | 1010100 | 0 | 110000 | 11110110 | 1001001 | 11110 |
Color Harmonies of #211584
Complementary color
Monochromatic Colors of #211584
Black with #211584
Text Example
Text Example
White with #211584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211584; }
p { color: rgb(33,21,132); }
H1.HeaderClassName
{
color: #211584;
}
.AnyTagClassName
{
color: #211584;
}
</style>
background-color css
<style>
a { background-color: #211584; }
a { background-color: rgb(33,21,132); }
div.DivClassName
{
background-color: #211584;
}
.BgClassName
{
background-color: #211584;
}
</style>
border-color css
<style>
span { border-color: #211584; }
span { border-color: rgb(33,21,132); }
td.TdClassName
{
border-color: #211584;
}
.TagClassName
{
border-color: #211584;
}
</style>