Shades of Ultramarine #210298
Tints of Ultramarine #210298
RGB
CMYK
RGB Variations
Color information
#210298 (or 0x210298) is known color: Ultramarine. HEX triplet: 21, 02 and 98. RGB value is (33,2,152). Sum of RGB (Red+Green+Blue) = 33+2+152=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 152 (59.77% from 255 or 81.28% from 187); Max value from RGB is 152 - color contains mainly: blue. Hex color #210298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210298 is #DEFD67. Grayscale: #1B1B1B. Windows color (decimal): -14613864 or 9962017. OLE color: 9962017.
HSL color Cylindrical-coordinate representation of color #210298: hue angle of 252.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210298 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 2 | 152 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.40 |
| HSL | 252.4º | 0.97% | 0.3% | - |
| HSV(B) | 252.4º | 0.99% | 0.6% | - |
| XYZ | 6.32 | 2.63 | 29.88 | - |
| YUV | 28.37 | 197.77 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 152 | 0.78 | 0.99 | 0 | 0.40 | 252.4 | 0.97 | 0.3 |
| Hex | 21 | 2 | 98 | 4E | 63 | 0 | 28 | FC | 61 | 1E |
| Octal | 41 | 2 | 230 | 116 | 143 | 0 | 50 | 374 | 141 | 36 |
| Binary | 100001 | 10 | 10011000 | 1001110 | 1100011 | 0 | 101000 | 11111100 | 1100001 | 11110 |
Color Harmonies of #210298
Complementary color
Monochromatic Colors of #210298
Black with #210298
Text Example
Text Example
White with #210298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210298; }
p { color: rgb(33,2,152); }
H1.HeaderClassName
{
color: #210298;
}
.AnyTagClassName
{
color: #210298;
}
</style>
background-color css
<style>
a { background-color: #210298; }
a { background-color: rgb(33,2,152); }
div.DivClassName
{
background-color: #210298;
}
.BgClassName
{
background-color: #210298;
}
</style>
border-color css
<style>
span { border-color: #210298; }
span { border-color: rgb(33,2,152); }
td.TdClassName
{
border-color: #210298;
}
.TagClassName
{
border-color: #210298;
}
</style>