Shades of Ultramarine #210494
Tints of Ultramarine #210494
RGB
CMYK
RGB Variations
Color information
#210494 (or 0x210494) is known color: Ultramarine. HEX triplet: 21, 04 and 94. RGB value is (33,4,148). Sum of RGB (Red+Green+Blue) = 33+4+148=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 148 (58.20% from 255 or 80% from 185); Max value from RGB is 148 - color contains mainly: blue. Hex color #210494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210494 is #DEFB6B. Grayscale: #1C1C1C. Windows color (decimal): -14613356 or 9700385. OLE color: 9700385.
HSL color Cylindrical-coordinate representation of color #210494: hue angle of 252.08º 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 #210494 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 4 | 148 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.42 |
| HSL | 252.08º | 0.95% | 0.3% | - |
| HSV(B) | 252.08º | 0.97% | 0.58% | - |
| XYZ | 6.02 | 2.55 | 28.19 | - |
| YUV | 29.09 | 195.11 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 148 | 0.78 | 0.97 | 0 | 0.42 | 252.08 | 0.95 | 0.3 |
| Hex | 21 | 4 | 94 | 4E | 61 | 0 | 2A | FC | 5F | 1E |
| Octal | 41 | 4 | 224 | 116 | 141 | 0 | 52 | 374 | 137 | 36 |
| Binary | 100001 | 100 | 10010100 | 1001110 | 1100001 | 0 | 101010 | 11111100 | 1011111 | 11110 |
Color Harmonies of #210494
Complementary color
Monochromatic Colors of #210494
Black with #210494
Text Example
Text Example
White with #210494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210494; }
p { color: rgb(33,4,148); }
H1.HeaderClassName
{
color: #210494;
}
.AnyTagClassName
{
color: #210494;
}
</style>
background-color css
<style>
a { background-color: #210494; }
a { background-color: rgb(33,4,148); }
div.DivClassName
{
background-color: #210494;
}
.BgClassName
{
background-color: #210494;
}
</style>
border-color css
<style>
span { border-color: #210494; }
span { border-color: rgb(33,4,148); }
td.TdClassName
{
border-color: #210494;
}
.TagClassName
{
border-color: #210494;
}
</style>