Shades of Ultramarine #210490
Tints of Ultramarine #210490
RGB
CMYK
RGB Variations
Color information
#210490 (or 0x210490) is known color: Ultramarine. HEX triplet: 21, 04 and 90. RGB value is (33,4,144). Sum of RGB (Red+Green+Blue) = 33+4+144=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #210490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210490 is #DEFB6F. Grayscale: #1C1C1C. Windows color (decimal): -14613360 or 9438241. OLE color: 9438241.
HSL color Cylindrical-coordinate representation of color #210490: hue angle of 252.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210490 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 4 | 144 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.44 |
| HSL | 252.43º | 0.95% | 0.29% | - |
| HSV(B) | 252.43º | 0.97% | 0.56% | - |
| XYZ | 5.7 | 2.42 | 26.55 | - |
| YUV | 28.63 | 193.11 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 144 | 0.77 | 0.97 | 0 | 0.44 | 252.43 | 0.95 | 0.29 |
| Hex | 21 | 4 | 90 | 4D | 61 | 0 | 2C | FC | 5F | 1D |
| Octal | 41 | 4 | 220 | 115 | 141 | 0 | 54 | 374 | 137 | 35 |
| Binary | 100001 | 100 | 10010000 | 1001101 | 1100001 | 0 | 101100 | 11111100 | 1011111 | 11101 |
Color Harmonies of #210490
Complementary color
Monochromatic Colors of #210490
Black with #210490
Text Example
Text Example
White with #210490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210490; }
p { color: rgb(33,4,144); }
H1.HeaderClassName
{
color: #210490;
}
.AnyTagClassName
{
color: #210490;
}
</style>
background-color css
<style>
a { background-color: #210490; }
a { background-color: rgb(33,4,144); }
div.DivClassName
{
background-color: #210490;
}
.BgClassName
{
background-color: #210490;
}
</style>
border-color css
<style>
span { border-color: #210490; }
span { border-color: rgb(33,4,144); }
td.TdClassName
{
border-color: #210490;
}
.TagClassName
{
border-color: #210490;
}
</style>