Shades of Ultramarine #210890
Tints of Ultramarine #210890
RGB
CMYK
RGB Variations
Color information
#210890 (or 0x210890) is known color: Ultramarine. HEX triplet: 21, 08 and 90. RGB value is (33,8,144). Sum of RGB (Red+Green+Blue) = 33+8+144=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #210890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210890 is #DEF76F. Grayscale: #1E1E1E. Windows color (decimal): -14612336 or 9439265. OLE color: 9439265.
HSL color Cylindrical-coordinate representation of color #210890: hue angle of 251.03º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210890 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 8 | 144 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.44 |
| HSL | 251.03º | 0.89% | 0.3% | - |
| HSV(B) | 251.03º | 0.94% | 0.56% | - |
| XYZ | 5.75 | 2.51 | 26.57 | - |
| YUV | 30.98 | 191.78 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 144 | 0.77 | 0.94 | 0 | 0.44 | 251.03 | 0.89 | 0.3 |
| Hex | 21 | 8 | 90 | 4D | 5E | 0 | 2C | FB | 59 | 1E |
| Octal | 41 | 10 | 220 | 115 | 136 | 0 | 54 | 373 | 131 | 36 |
| Binary | 100001 | 1000 | 10010000 | 1001101 | 1011110 | 0 | 101100 | 11111011 | 1011001 | 11110 |
Color Harmonies of #210890
Complementary color
Monochromatic Colors of #210890
Black with #210890
Text Example
Text Example
White with #210890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210890; }
p { color: rgb(33,8,144); }
H1.HeaderClassName
{
color: #210890;
}
.AnyTagClassName
{
color: #210890;
}
</style>
background-color css
<style>
a { background-color: #210890; }
a { background-color: rgb(33,8,144); }
div.DivClassName
{
background-color: #210890;
}
.BgClassName
{
background-color: #210890;
}
</style>
border-color css
<style>
span { border-color: #210890; }
span { border-color: rgb(33,8,144); }
td.TdClassName
{
border-color: #210890;
}
.TagClassName
{
border-color: #210890;
}
</style>