Shades of Ultramarine #220BA9
Tints of Ultramarine #220BA9
RGB
CMYK
RGB Variations
Color information
#220BA9 (or 0x220BA9) is known color: Ultramarine. HEX triplet: 22, 0B and A9. RGB value is (34,11,169). Sum of RGB (Red+Green+Blue) = 34+11+169=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 169 (66.41% from 255 or 78.97% from 214); Max value from RGB is 169 - color contains mainly: blue. Hex color #220BA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220BA9 is #DDF456. Grayscale: #232323. Windows color (decimal): -14546007 or 11078434. OLE color: 11078434.
HSL color Cylindrical-coordinate representation of color #220BA9: hue angle of 248.73º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220BA9 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 34 | 11 | 169 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.34 |
| HSL | 248.73º | 0.88% | 0.35% | - |
| HSV(B) | 248.73º | 0.93% | 0.66% | - |
| XYZ | 7.94 | 3.44 | 37.78 | - |
| YUV | 35.89 | 203.12 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 169 | 0.80 | 0.93 | 0 | 0.34 | 248.73 | 0.88 | 0.35 |
| Hex | 22 | B | A9 | 50 | 5D | 0 | 22 | F9 | 58 | 23 |
| Octal | 42 | 13 | 251 | 120 | 135 | 0 | 42 | 371 | 130 | 43 |
| Binary | 100010 | 1011 | 10101001 | 1010000 | 1011101 | 0 | 100010 | 11111001 | 1011000 | 100011 |
Color Harmonies of #220BA9
Complementary color
Monochromatic Colors of #220BA9
Black with #220BA9
Text Example
Text Example
White with #220BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BA9; }
p { color: rgb(34,11,169); }
H1.HeaderClassName
{
color: #220BA9;
}
.AnyTagClassName
{
color: #220BA9;
}
</style>
background-color css
<style>
a { background-color: #220BA9; }
a { background-color: rgb(34,11,169); }
div.DivClassName
{
background-color: #220BA9;
}
.BgClassName
{
background-color: #220BA9;
}
</style>
border-color css
<style>
span { border-color: #220BA9; }
span { border-color: rgb(34,11,169); }
td.TdClassName
{
border-color: #220BA9;
}
.TagClassName
{
border-color: #220BA9;
}
</style>