Shades of Ultramarine #220189
Tints of Ultramarine #220189
RGB
CMYK
RGB Variations
Color information
#220189 (or 0x220189) is known color: Ultramarine. HEX triplet: 22, 01 and 89. RGB value is (34,1,137). Sum of RGB (Red+Green+Blue) = 34+1+137=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #220189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220189 is #DDFE76. Grayscale: #191919. Windows color (decimal): -14548599 or 8978722. OLE color: 8978722.
HSL color Cylindrical-coordinate representation of color #220189: hue angle of 254.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220189 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 1 | 137 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.46 |
| HSL | 254.56º | 0.99% | 0.27% | - |
| HSV(B) | 254.56º | 0.99% | 0.54% | - |
| XYZ | 5.19 | 2.17 | 23.81 | - |
| YUV | 26.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 137 | 0.75 | 0.99 | 0 | 0.46 | 254.56 | 0.99 | 0.27 |
| Hex | 22 | 1 | 89 | 4B | 63 | 0 | 2E | FF | 63 | 1B |
| Octal | 42 | 1 | 211 | 113 | 143 | 0 | 56 | 377 | 143 | 33 |
| Binary | 100010 | 1 | 10001001 | 1001011 | 1100011 | 0 | 101110 | 11111111 | 1100011 | 11011 |
Color Harmonies of #220189
Complementary color
Monochromatic Colors of #220189
Black with #220189
Text Example
Text Example
White with #220189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220189; }
p { color: rgb(34,1,137); }
H1.HeaderClassName
{
color: #220189;
}
.AnyTagClassName
{
color: #220189;
}
</style>
background-color css
<style>
a { background-color: #220189; }
a { background-color: rgb(34,1,137); }
div.DivClassName
{
background-color: #220189;
}
.BgClassName
{
background-color: #220189;
}
</style>
border-color css
<style>
span { border-color: #220189; }
span { border-color: rgb(34,1,137); }
td.TdClassName
{
border-color: #220189;
}
.TagClassName
{
border-color: #220189;
}
</style>