Shades of Ultramarine #210889
Tints of Ultramarine #210889
RGB
CMYK
RGB Variations
Color information
#210889 (or 0x210889) is known color: Ultramarine. HEX triplet: 21, 08 and 89. RGB value is (33,8,137). Sum of RGB (Red+Green+Blue) = 33+8+137=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 137 (53.91% from 255 or 76.97% from 178); Max value from RGB is 137 - color contains mainly: blue. Hex color #210889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210889 is #DEF776. Grayscale: #1D1D1D. Windows color (decimal): -14612343 or 8980513. OLE color: 8980513.
HSL color Cylindrical-coordinate representation of color #210889: hue angle of 251.63º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210889 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 8 | 137 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.46 |
| HSL | 251.63º | 0.89% | 0.28% | - |
| HSV(B) | 251.63º | 0.94% | 0.54% | - |
| XYZ | 5.23 | 2.3 | 23.84 | - |
| YUV | 30.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 137 | 0.76 | 0.94 | 0 | 0.46 | 251.63 | 0.89 | 0.28 |
| Hex | 21 | 8 | 89 | 4C | 5E | 0 | 2E | FC | 59 | 1C |
| Octal | 41 | 10 | 211 | 114 | 136 | 0 | 56 | 374 | 131 | 34 |
| Binary | 100001 | 1000 | 10001001 | 1001100 | 1011110 | 0 | 101110 | 11111100 | 1011001 | 11100 |
Color Harmonies of #210889
Complementary color
Monochromatic Colors of #210889
Black with #210889
Text Example
Text Example
White with #210889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210889; }
p { color: rgb(33,8,137); }
H1.HeaderClassName
{
color: #210889;
}
.AnyTagClassName
{
color: #210889;
}
</style>
background-color css
<style>
a { background-color: #210889; }
a { background-color: rgb(33,8,137); }
div.DivClassName
{
background-color: #210889;
}
.BgClassName
{
background-color: #210889;
}
</style>
border-color css
<style>
span { border-color: #210889; }
span { border-color: rgb(33,8,137); }
td.TdClassName
{
border-color: #210889;
}
.TagClassName
{
border-color: #210889;
}
</style>