Shades of Ultramarine #210498
Tints of Ultramarine #210498
RGB
CMYK
RGB Variations
Color information
#210498 (or 0x210498) is known color: Ultramarine. HEX triplet: 21, 04 and 98. RGB value is (33,4,152). Sum of RGB (Red+Green+Blue) = 33+4+152=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #210498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210498 is #DEFB67. Grayscale: #1C1C1C. Windows color (decimal): -14613352 or 9962529. OLE color: 9962529.
HSL color Cylindrical-coordinate representation of color #210498: hue angle of 251.76º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210498 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 4 | 152 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.40 |
| HSL | 251.76º | 0.95% | 0.31% | - |
| HSV(B) | 251.76º | 0.97% | 0.6% | - |
| XYZ | 6.34 | 2.68 | 29.89 | - |
| YUV | 29.54 | 197.11 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 152 | 0.78 | 0.97 | 0 | 0.40 | 251.76 | 0.95 | 0.31 |
| Hex | 21 | 4 | 98 | 4E | 61 | 0 | 28 | FC | 5F | 1F |
| Octal | 41 | 4 | 230 | 116 | 141 | 0 | 50 | 374 | 137 | 37 |
| Binary | 100001 | 100 | 10011000 | 1001110 | 1100001 | 0 | 101000 | 11111100 | 1011111 | 11111 |
Color Harmonies of #210498
Complementary color
Monochromatic Colors of #210498
Black with #210498
Text Example
Text Example
White with #210498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210498; }
p { color: rgb(33,4,152); }
H1.HeaderClassName
{
color: #210498;
}
.AnyTagClassName
{
color: #210498;
}
</style>
background-color css
<style>
a { background-color: #210498; }
a { background-color: rgb(33,4,152); }
div.DivClassName
{
background-color: #210498;
}
.BgClassName
{
background-color: #210498;
}
</style>
border-color css
<style>
span { border-color: #210498; }
span { border-color: rgb(33,4,152); }
td.TdClassName
{
border-color: #210498;
}
.TagClassName
{
border-color: #210498;
}
</style>