Shades of Ultramarine #210493
Tints of Ultramarine #210493
RGB
CMYK
RGB Variations
Color information
#210493 (or 0x210493) is known color: Ultramarine. HEX triplet: 21, 04 and 93. RGB value is (33,4,147). Sum of RGB (Red+Green+Blue) = 33+4+147=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #210493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210493 is #DEFB6C. Grayscale: #1C1C1C. Windows color (decimal): -14613357 or 9634849. OLE color: 9634849.
HSL color Cylindrical-coordinate representation of color #210493: hue angle of 252.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210493 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 4 | 147 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.42 |
| HSL | 252.17º | 0.95% | 0.3% | - |
| HSV(B) | 252.17º | 0.97% | 0.58% | - |
| XYZ | 5.94 | 2.52 | 27.78 | - |
| YUV | 28.97 | 194.61 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 147 | 0.78 | 0.97 | 0 | 0.42 | 252.17 | 0.95 | 0.3 |
| Hex | 21 | 4 | 93 | 4E | 61 | 0 | 2A | FC | 5F | 1E |
| Octal | 41 | 4 | 223 | 116 | 141 | 0 | 52 | 374 | 137 | 36 |
| Binary | 100001 | 100 | 10010011 | 1001110 | 1100001 | 0 | 101010 | 11111100 | 1011111 | 11110 |
Color Harmonies of #210493
Complementary color
Monochromatic Colors of #210493
Black with #210493
Text Example
Text Example
White with #210493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210493; }
p { color: rgb(33,4,147); }
H1.HeaderClassName
{
color: #210493;
}
.AnyTagClassName
{
color: #210493;
}
</style>
background-color css
<style>
a { background-color: #210493; }
a { background-color: rgb(33,4,147); }
div.DivClassName
{
background-color: #210493;
}
.BgClassName
{
background-color: #210493;
}
</style>
border-color css
<style>
span { border-color: #210493; }
span { border-color: rgb(33,4,147); }
td.TdClassName
{
border-color: #210493;
}
.TagClassName
{
border-color: #210493;
}
</style>