Shades of Ultramarine #211598
Tints of Ultramarine #211598
RGB
CMYK
RGB Variations
Color information
#211598 (or 0x211598) is known color: Ultramarine. HEX triplet: 21, 15 and 98. RGB value is (33,21,152). Sum of RGB (Red+Green+Blue) = 33+21+152=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #211598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211598 is #DEEA67. Grayscale: #272727. Windows color (decimal): -14609000 or 9966881. OLE color: 9966881.
HSL color Cylindrical-coordinate representation of color #211598: hue angle of 245.5º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211598 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 21 | 152 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.40 |
| HSL | 245.5º | 0.76% | 0.34% | - |
| HSV(B) | 245.5º | 0.86% | 0.6% | - |
| XYZ | 6.56 | 3.13 | 29.96 | - |
| YUV | 39.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 152 | 0.78 | 0.86 | 0 | 0.40 | 245.5 | 0.76 | 0.34 |
| Hex | 21 | 15 | 98 | 4E | 56 | 0 | 28 | F5 | 4C | 22 |
| Octal | 41 | 25 | 230 | 116 | 126 | 0 | 50 | 365 | 114 | 42 |
| Binary | 100001 | 10101 | 10011000 | 1001110 | 1010110 | 0 | 101000 | 11110101 | 1001100 | 100010 |
Color Harmonies of #211598
Complementary color
Monochromatic Colors of #211598
Black with #211598
Text Example
Text Example
White with #211598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211598; }
p { color: rgb(33,21,152); }
H1.HeaderClassName
{
color: #211598;
}
.AnyTagClassName
{
color: #211598;
}
</style>
background-color css
<style>
a { background-color: #211598; }
a { background-color: rgb(33,21,152); }
div.DivClassName
{
background-color: #211598;
}
.BgClassName
{
background-color: #211598;
}
</style>
border-color css
<style>
span { border-color: #211598; }
span { border-color: rgb(33,21,152); }
td.TdClassName
{
border-color: #211598;
}
.TagClassName
{
border-color: #211598;
}
</style>