Shades of Ultramarine #220190
Tints of Ultramarine #220190
RGB
CMYK
RGB Variations
Color information
#220190 (or 0x220190) is known color: Ultramarine. HEX triplet: 22, 01 and 90. RGB value is (34,1,144). Sum of RGB (Red+Green+Blue) = 34+1+144=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 144 (56.64% from 255 or 80.45% from 179); Max value from RGB is 144 - color contains mainly: blue. Hex color #220190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220190 is #DDFE6F. Grayscale: #1A1A1A. Windows color (decimal): -14548592 or 9437474. OLE color: 9437474.
HSL color Cylindrical-coordinate representation of color #220190: hue angle of 253.85º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220190 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 1 | 144 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.44 |
| HSL | 253.85º | 0.99% | 0.28% | - |
| HSV(B) | 253.85º | 0.99% | 0.56% | - |
| XYZ | 5.7 | 2.38 | 26.54 | - |
| YUV | 27.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 144 | 0.76 | 0.99 | 0 | 0.44 | 253.85 | 0.99 | 0.28 |
| Hex | 22 | 1 | 90 | 4C | 63 | 0 | 2C | FE | 63 | 1C |
| Octal | 42 | 1 | 220 | 114 | 143 | 0 | 54 | 376 | 143 | 34 |
| Binary | 100010 | 1 | 10010000 | 1001100 | 1100011 | 0 | 101100 | 11111110 | 1100011 | 11100 |
Color Harmonies of #220190
Complementary color
Monochromatic Colors of #220190
Black with #220190
Text Example
Text Example
White with #220190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220190; }
p { color: rgb(34,1,144); }
H1.HeaderClassName
{
color: #220190;
}
.AnyTagClassName
{
color: #220190;
}
</style>
background-color css
<style>
a { background-color: #220190; }
a { background-color: rgb(34,1,144); }
div.DivClassName
{
background-color: #220190;
}
.BgClassName
{
background-color: #220190;
}
</style>
border-color css
<style>
span { border-color: #220190; }
span { border-color: rgb(34,1,144); }
td.TdClassName
{
border-color: #220190;
}
.TagClassName
{
border-color: #220190;
}
</style>