Shades of Ultramarine #210999
Tints of Ultramarine #210999
RGB
CMYK
RGB Variations
Color information
#210999 (or 0x210999) is known color: Ultramarine. HEX triplet: 21, 09 and 99. RGB value is (33,9,153). Sum of RGB (Red+Green+Blue) = 33+9+153=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #210999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210999 is #DEF666. Grayscale: #202020. Windows color (decimal): -14612071 or 10029345. OLE color: 10029345.
HSL color Cylindrical-coordinate representation of color #210999: hue angle of 250º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210999 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 9 | 153 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.4 |
| HSL | 250º | 0.89% | 0.32% | - |
| HSV(B) | 250º | 0.94% | 0.6% | - |
| XYZ | 6.47 | 2.82 | 30.34 | - |
| YUV | 32.59 | 195.95 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 153 | 0.78 | 0.94 | 0 | 0.4 | 250 | 0.89 | 0.32 |
| Hex | 21 | 9 | 99 | 4E | 5E | 0 | 28 | FA | 59 | 20 |
| Octal | 41 | 11 | 231 | 116 | 136 | 0 | 50 | 372 | 131 | 40 |
| Binary | 100001 | 1001 | 10011001 | 1001110 | 1011110 | 0 | 101000 | 11111010 | 1011001 | 100000 |
Color Harmonies of #210999
Complementary color
Monochromatic Colors of #210999
Black with #210999
Text Example
Text Example
White with #210999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210999; }
p { color: rgb(33,9,153); }
H1.HeaderClassName
{
color: #210999;
}
.AnyTagClassName
{
color: #210999;
}
</style>
background-color css
<style>
a { background-color: #210999; }
a { background-color: rgb(33,9,153); }
div.DivClassName
{
background-color: #210999;
}
.BgClassName
{
background-color: #210999;
}
</style>
border-color css
<style>
span { border-color: #210999; }
span { border-color: rgb(33,9,153); }
td.TdClassName
{
border-color: #210999;
}
.TagClassName
{
border-color: #210999;
}
</style>