Shades of Ultramarine #210B84
Tints of Ultramarine #210B84
RGB
CMYK
RGB Variations
Color information
#210B84 (or 0x210B84) is known color: Ultramarine. HEX triplet: 21, 0B and 84. RGB value is (33,11,132). Sum of RGB (Red+Green+Blue) = 33+11+132=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #210B84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210B84 is #DEF47B. Grayscale: #1E1E1E. Windows color (decimal): -14611580 or 8653601. OLE color: 8653601.
HSL color Cylindrical-coordinate representation of color #210B84: hue angle of 250.91º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210B84 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 11 | 132 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.48 |
| HSL | 250.91º | 0.85% | 0.28% | - |
| HSV(B) | 250.91º | 0.92% | 0.52% | - |
| XYZ | 4.91 | 2.23 | 22 | - |
| YUV | 31.37 | 184.79 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 132 | 0.75 | 0.92 | 0 | 0.48 | 250.91 | 0.85 | 0.28 |
| Hex | 21 | B | 84 | 4B | 5C | 0 | 30 | FB | 55 | 1C |
| Octal | 41 | 13 | 204 | 113 | 134 | 0 | 60 | 373 | 125 | 34 |
| Binary | 100001 | 1011 | 10000100 | 1001011 | 1011100 | 0 | 110000 | 11111011 | 1010101 | 11100 |
Color Harmonies of #210B84
Complementary color
Monochromatic Colors of #210B84
Black with #210B84
Text Example
Text Example
White with #210B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B84; }
p { color: rgb(33,11,132); }
H1.HeaderClassName
{
color: #210B84;
}
.AnyTagClassName
{
color: #210B84;
}
</style>
background-color css
<style>
a { background-color: #210B84; }
a { background-color: rgb(33,11,132); }
div.DivClassName
{
background-color: #210B84;
}
.BgClassName
{
background-color: #210B84;
}
</style>
border-color css
<style>
span { border-color: #210B84; }
span { border-color: rgb(33,11,132); }
td.TdClassName
{
border-color: #210B84;
}
.TagClassName
{
border-color: #210B84;
}
</style>