Shades of Ultramarine #210598
Tints of Ultramarine #210598
RGB
CMYK
RGB Variations
Color information
#210598 (or 0x210598) is known color: Ultramarine. HEX triplet: 21, 05 and 98. RGB value is (33,5,152). Sum of RGB (Red+Green+Blue) = 33+5+152=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #210598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210598 is #DEFA67. Grayscale: #1D1D1D. Windows color (decimal): -14613096 or 9962785. OLE color: 9962785.
HSL color Cylindrical-coordinate representation of color #210598: hue angle of 251.43º degrees, saturation: 0.94, 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 #210598 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 5 | 152 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.40 |
| HSL | 251.43º | 0.94% | 0.31% | - |
| HSV(B) | 251.43º | 0.97% | 0.6% | - |
| XYZ | 6.35 | 2.7 | 29.89 | - |
| YUV | 30.13 | 196.78 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 152 | 0.78 | 0.97 | 0 | 0.40 | 251.43 | 0.94 | 0.31 |
| Hex | 21 | 5 | 98 | 4E | 61 | 0 | 28 | FB | 5E | 1F |
| Octal | 41 | 5 | 230 | 116 | 141 | 0 | 50 | 373 | 136 | 37 |
| Binary | 100001 | 101 | 10011000 | 1001110 | 1100001 | 0 | 101000 | 11111011 | 1011110 | 11111 |
Color Harmonies of #210598
Complementary color
Monochromatic Colors of #210598
Black with #210598
Text Example
Text Example
White with #210598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210598; }
p { color: rgb(33,5,152); }
H1.HeaderClassName
{
color: #210598;
}
.AnyTagClassName
{
color: #210598;
}
</style>
background-color css
<style>
a { background-color: #210598; }
a { background-color: rgb(33,5,152); }
div.DivClassName
{
background-color: #210598;
}
.BgClassName
{
background-color: #210598;
}
</style>
border-color css
<style>
span { border-color: #210598; }
span { border-color: rgb(33,5,152); }
td.TdClassName
{
border-color: #210598;
}
.TagClassName
{
border-color: #210598;
}
</style>