Shades of Ultramarine #220191
Tints of Ultramarine #220191
RGB
CMYK
RGB Variations
Color information
#220191 (or 0x220191) is known color: Ultramarine. HEX triplet: 22, 01 and 91. RGB value is (34,1,145). Sum of RGB (Red+Green+Blue) = 34+1+145=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 145 (57.03% from 255 or 80.56% from 180); Max value from RGB is 145 - color contains mainly: blue. Hex color #220191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220191 is #DDFE6E. Grayscale: #1A1A1A. Windows color (decimal): -14548591 or 9503010. OLE color: 9503010.
HSL color Cylindrical-coordinate representation of color #220191: hue angle of 253.75º 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 #220191 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 1 | 145 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.43 |
| HSL | 253.75º | 0.99% | 0.29% | - |
| HSV(B) | 253.75º | 0.99% | 0.57% | - |
| XYZ | 5.78 | 2.41 | 26.95 | - |
| YUV | 27.28 | 194.43 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 145 | 0.77 | 0.99 | 0 | 0.43 | 253.75 | 0.99 | 0.29 |
| Hex | 22 | 1 | 91 | 4D | 63 | 0 | 2B | FE | 63 | 1D |
| Octal | 42 | 1 | 221 | 115 | 143 | 0 | 53 | 376 | 143 | 35 |
| Binary | 100010 | 1 | 10010001 | 1001101 | 1100011 | 0 | 101011 | 11111110 | 1100011 | 11101 |
Color Harmonies of #220191
Complementary color
Monochromatic Colors of #220191
Black with #220191
Text Example
Text Example
White with #220191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220191; }
p { color: rgb(34,1,145); }
H1.HeaderClassName
{
color: #220191;
}
.AnyTagClassName
{
color: #220191;
}
</style>
background-color css
<style>
a { background-color: #220191; }
a { background-color: rgb(34,1,145); }
div.DivClassName
{
background-color: #220191;
}
.BgClassName
{
background-color: #220191;
}
</style>
border-color css
<style>
span { border-color: #220191; }
span { border-color: rgb(34,1,145); }
td.TdClassName
{
border-color: #220191;
}
.TagClassName
{
border-color: #220191;
}
</style>