Shades of Ultramarine #210191
Tints of Ultramarine #210191
RGB
CMYK
RGB Variations
Color information
#210191 (or 0x210191) is known color: Ultramarine. HEX triplet: 21, 01 and 91. RGB value is (33,1,145). Sum of RGB (Red+Green+Blue) = 33+1+145=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 145 (57.03% from 255 or 81.01% from 179); Max value from RGB is 145 - color contains mainly: blue. Hex color #210191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210191 is #DEFE6E. Grayscale: #1A1A1A. Windows color (decimal): -14614127 or 9503009. OLE color: 9503009.
HSL color Cylindrical-coordinate representation of color #210191: hue angle of 253.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210191 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 1 | 145 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.43 |
| HSL | 253.33º | 0.99% | 0.29% | - |
| HSV(B) | 253.33º | 0.99% | 0.57% | - |
| XYZ | 5.75 | 2.39 | 26.95 | - |
| YUV | 26.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 145 | 0.77 | 0.99 | 0 | 0.43 | 253.33 | 0.99 | 0.29 |
| Hex | 21 | 1 | 91 | 4D | 63 | 0 | 2B | FD | 63 | 1D |
| Octal | 41 | 1 | 221 | 115 | 143 | 0 | 53 | 375 | 143 | 35 |
| Binary | 100001 | 1 | 10010001 | 1001101 | 1100011 | 0 | 101011 | 11111101 | 1100011 | 11101 |
Color Harmonies of #210191
Complementary color
Monochromatic Colors of #210191
Black with #210191
Text Example
Text Example
White with #210191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210191; }
p { color: rgb(33,1,145); }
H1.HeaderClassName
{
color: #210191;
}
.AnyTagClassName
{
color: #210191;
}
</style>
background-color css
<style>
a { background-color: #210191; }
a { background-color: rgb(33,1,145); }
div.DivClassName
{
background-color: #210191;
}
.BgClassName
{
background-color: #210191;
}
</style>
border-color css
<style>
span { border-color: #210191; }
span { border-color: rgb(33,1,145); }
td.TdClassName
{
border-color: #210191;
}
.TagClassName
{
border-color: #210191;
}
</style>