Shades of Ultramarine #210491
Tints of Ultramarine #210491
RGB
CMYK
RGB Variations
Color information
#210491 (or 0x210491) is known color: Ultramarine. HEX triplet: 21, 04 and 91. RGB value is (33,4,145). Sum of RGB (Red+Green+Blue) = 33+4+145=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 145 (57.03% from 255 or 79.67% from 182); Max value from RGB is 145 - color contains mainly: blue. Hex color #210491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210491 is #DEFB6E. Grayscale: #1C1C1C. Windows color (decimal): -14613359 or 9503777. OLE color: 9503777.
HSL color Cylindrical-coordinate representation of color #210491: hue angle of 252.34º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210491 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 4 | 145 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.43 |
| HSL | 252.34º | 0.95% | 0.29% | - |
| HSV(B) | 252.34º | 0.97% | 0.57% | - |
| XYZ | 5.78 | 2.45 | 26.96 | - |
| YUV | 28.75 | 193.61 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 145 | 0.77 | 0.97 | 0 | 0.43 | 252.34 | 0.95 | 0.29 |
| Hex | 21 | 4 | 91 | 4D | 61 | 0 | 2B | FC | 5F | 1D |
| Octal | 41 | 4 | 221 | 115 | 141 | 0 | 53 | 374 | 137 | 35 |
| Binary | 100001 | 100 | 10010001 | 1001101 | 1100001 | 0 | 101011 | 11111100 | 1011111 | 11101 |
Color Harmonies of #210491
Complementary color
Monochromatic Colors of #210491
Black with #210491
Text Example
Text Example
White with #210491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210491; }
p { color: rgb(33,4,145); }
H1.HeaderClassName
{
color: #210491;
}
.AnyTagClassName
{
color: #210491;
}
</style>
background-color css
<style>
a { background-color: #210491; }
a { background-color: rgb(33,4,145); }
div.DivClassName
{
background-color: #210491;
}
.BgClassName
{
background-color: #210491;
}
</style>
border-color css
<style>
span { border-color: #210491; }
span { border-color: rgb(33,4,145); }
td.TdClassName
{
border-color: #210491;
}
.TagClassName
{
border-color: #210491;
}
</style>