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