Shades of Ultramarine #210588
Tints of Ultramarine #210588
RGB
CMYK
RGB Variations
Color information
#210588 (or 0x210588) is known color: Ultramarine. HEX triplet: 21, 05 and 88. RGB value is (33,5,136). Sum of RGB (Red+Green+Blue) = 33+5+136=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #210588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210588 is #DEFA77. Grayscale: #1B1B1B. Windows color (decimal): -14613112 or 8914209. OLE color: 8914209.
HSL color Cylindrical-coordinate representation of color #210588: hue angle of 252.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210588 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 5 | 136 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.47 |
| HSL | 252.82º | 0.93% | 0.28% | - |
| HSV(B) | 252.82º | 0.96% | 0.53% | - |
| XYZ | 5.13 | 2.21 | 23.45 | - |
| YUV | 28.31 | 188.78 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 136 | 0.76 | 0.96 | 0 | 0.47 | 252.82 | 0.93 | 0.28 |
| Hex | 21 | 5 | 88 | 4C | 60 | 0 | 2F | FD | 5D | 1C |
| Octal | 41 | 5 | 210 | 114 | 140 | 0 | 57 | 375 | 135 | 34 |
| Binary | 100001 | 101 | 10001000 | 1001100 | 1100000 | 0 | 101111 | 11111101 | 1011101 | 11100 |
Color Harmonies of #210588
Complementary color
Monochromatic Colors of #210588
Black with #210588
Text Example
Text Example
White with #210588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210588; }
p { color: rgb(33,5,136); }
H1.HeaderClassName
{
color: #210588;
}
.AnyTagClassName
{
color: #210588;
}
</style>
background-color css
<style>
a { background-color: #210588; }
a { background-color: rgb(33,5,136); }
div.DivClassName
{
background-color: #210588;
}
.BgClassName
{
background-color: #210588;
}
</style>
border-color css
<style>
span { border-color: #210588; }
span { border-color: rgb(33,5,136); }
td.TdClassName
{
border-color: #210588;
}
.TagClassName
{
border-color: #210588;
}
</style>