Shades of Ultramarine #210B99
Tints of Ultramarine #210B99
RGB
CMYK
RGB Variations
Color information
#210B99 (or 0x210B99) is known color: Ultramarine. HEX triplet: 21, 0B and 99. RGB value is (33,11,153). Sum of RGB (Red+Green+Blue) = 33+11+153=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #210B99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210B99 is #DEF466. Grayscale: #212121. Windows color (decimal): -14611559 or 10029857. OLE color: 10029857.
HSL color Cylindrical-coordinate representation of color #210B99: hue angle of 249.3º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210B99 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 11 | 153 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.4 |
| HSL | 249.3º | 0.87% | 0.32% | - |
| HSV(B) | 249.3º | 0.93% | 0.6% | - |
| XYZ | 6.5 | 2.86 | 30.35 | - |
| YUV | 33.77 | 195.29 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 153 | 0.78 | 0.93 | 0 | 0.4 | 249.3 | 0.87 | 0.32 |
| Hex | 21 | B | 99 | 4E | 5D | 0 | 28 | F9 | 57 | 20 |
| Octal | 41 | 13 | 231 | 116 | 135 | 0 | 50 | 371 | 127 | 40 |
| Binary | 100001 | 1011 | 10011001 | 1001110 | 1011101 | 0 | 101000 | 11111001 | 1010111 | 100000 |
Color Harmonies of #210B99
Complementary color
Monochromatic Colors of #210B99
Black with #210B99
Text Example
Text Example
White with #210B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B99; }
p { color: rgb(33,11,153); }
H1.HeaderClassName
{
color: #210B99;
}
.AnyTagClassName
{
color: #210B99;
}
</style>
background-color css
<style>
a { background-color: #210B99; }
a { background-color: rgb(33,11,153); }
div.DivClassName
{
background-color: #210B99;
}
.BgClassName
{
background-color: #210B99;
}
</style>
border-color css
<style>
span { border-color: #210B99; }
span { border-color: rgb(33,11,153); }
td.TdClassName
{
border-color: #210B99;
}
.TagClassName
{
border-color: #210B99;
}
</style>