Shades of Ultramarine #210993
Tints of Ultramarine #210993
RGB
CMYK
RGB Variations
Color information
#210993 (or 0x210993) is known color: Ultramarine. HEX triplet: 21, 09 and 93. RGB value is (33,9,147). Sum of RGB (Red+Green+Blue) = 33+9+147=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #210993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210993 is #DEF66C. Grayscale: #1F1F1F. Windows color (decimal): -14612077 or 9636129. OLE color: 9636129.
HSL color Cylindrical-coordinate representation of color #210993: hue angle of 250.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210993 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 9 | 147 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.42 |
| HSL | 250.43º | 0.88% | 0.31% | - |
| HSV(B) | 250.43º | 0.94% | 0.58% | - |
| XYZ | 5.99 | 2.63 | 27.79 | - |
| YUV | 31.91 | 192.95 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 147 | 0.78 | 0.94 | 0 | 0.42 | 250.43 | 0.88 | 0.31 |
| Hex | 21 | 9 | 93 | 4E | 5E | 0 | 2A | FA | 58 | 1F |
| Octal | 41 | 11 | 223 | 116 | 136 | 0 | 52 | 372 | 130 | 37 |
| Binary | 100001 | 1001 | 10010011 | 1001110 | 1011110 | 0 | 101010 | 11111010 | 1011000 | 11111 |
Color Harmonies of #210993
Complementary color
Monochromatic Colors of #210993
Black with #210993
Text Example
Text Example
White with #210993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210993; }
p { color: rgb(33,9,147); }
H1.HeaderClassName
{
color: #210993;
}
.AnyTagClassName
{
color: #210993;
}
</style>
background-color css
<style>
a { background-color: #210993; }
a { background-color: rgb(33,9,147); }
div.DivClassName
{
background-color: #210993;
}
.BgClassName
{
background-color: #210993;
}
</style>
border-color css
<style>
span { border-color: #210993; }
span { border-color: rgb(33,9,147); }
td.TdClassName
{
border-color: #210993;
}
.TagClassName
{
border-color: #210993;
}
</style>