Shades of Ultramarine #210B93
Tints of Ultramarine #210B93
RGB
CMYK
RGB Variations
Color information
#210B93 (or 0x210B93) is known color: Ultramarine. HEX triplet: 21, 0B and 93. RGB value is (33,11,147). Sum of RGB (Red+Green+Blue) = 33+11+147=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #210B93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210B93 is #DEF46C. Grayscale: #202020. Windows color (decimal): -14611565 or 9636641. OLE color: 9636641.
HSL color Cylindrical-coordinate representation of color #210B93: hue angle of 249.71º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210B93 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 11 | 147 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.42 |
| HSL | 249.71º | 0.86% | 0.31% | - |
| HSV(B) | 249.71º | 0.93% | 0.58% | - |
| XYZ | 6.01 | 2.67 | 27.8 | - |
| YUV | 33.08 | 192.29 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 147 | 0.78 | 0.93 | 0 | 0.42 | 249.71 | 0.86 | 0.31 |
| Hex | 21 | B | 93 | 4E | 5D | 0 | 2A | FA | 56 | 1F |
| Octal | 41 | 13 | 223 | 116 | 135 | 0 | 52 | 372 | 126 | 37 |
| Binary | 100001 | 1011 | 10010011 | 1001110 | 1011101 | 0 | 101010 | 11111010 | 1010110 | 11111 |
Color Harmonies of #210B93
Complementary color
Monochromatic Colors of #210B93
Black with #210B93
Text Example
Text Example
White with #210B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B93; }
p { color: rgb(33,11,147); }
H1.HeaderClassName
{
color: #210B93;
}
.AnyTagClassName
{
color: #210B93;
}
</style>
background-color css
<style>
a { background-color: #210B93; }
a { background-color: rgb(33,11,147); }
div.DivClassName
{
background-color: #210B93;
}
.BgClassName
{
background-color: #210B93;
}
</style>
border-color css
<style>
span { border-color: #210B93; }
span { border-color: rgb(33,11,147); }
td.TdClassName
{
border-color: #210B93;
}
.TagClassName
{
border-color: #210B93;
}
</style>