Shades of Ultramarine #210E84
Tints of Ultramarine #210E84
RGB
CMYK
RGB Variations
Color information
#210E84 (or 0x210E84) is known color: Ultramarine. HEX triplet: 21, 0E and 84. RGB value is (33,14,132). Sum of RGB (Red+Green+Blue) = 33+14+132=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #210E84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210E84 is #DEF17B. Grayscale: #202020. Windows color (decimal): -14610812 or 8654369. OLE color: 8654369.
HSL color Cylindrical-coordinate representation of color #210E84: hue angle of 249.66º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #210E84 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 14 | 132 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.48 |
| HSL | 249.66º | 0.81% | 0.29% | - |
| HSV(B) | 249.66º | 0.89% | 0.52% | - |
| XYZ | 4.95 | 2.3 | 22.01 | - |
| YUV | 33.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 132 | 0.75 | 0.89 | 0 | 0.48 | 249.66 | 0.81 | 0.29 |
| Hex | 21 | E | 84 | 4B | 59 | 0 | 30 | FA | 51 | 1D |
| Octal | 41 | 16 | 204 | 113 | 131 | 0 | 60 | 372 | 121 | 35 |
| Binary | 100001 | 1110 | 10000100 | 1001011 | 1011001 | 0 | 110000 | 11111010 | 1010001 | 11101 |
Color Harmonies of #210E84
Complementary color
Monochromatic Colors of #210E84
Black with #210E84
Text Example
Text Example
White with #210E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E84; }
p { color: rgb(33,14,132); }
H1.HeaderClassName
{
color: #210E84;
}
.AnyTagClassName
{
color: #210E84;
}
</style>
background-color css
<style>
a { background-color: #210E84; }
a { background-color: rgb(33,14,132); }
div.DivClassName
{
background-color: #210E84;
}
.BgClassName
{
background-color: #210E84;
}
</style>
border-color css
<style>
span { border-color: #210E84; }
span { border-color: rgb(33,14,132); }
td.TdClassName
{
border-color: #210E84;
}
.TagClassName
{
border-color: #210E84;
}
</style>