Shades of Ultramarine #220E88
Tints of Ultramarine #220E88
RGB
CMYK
RGB Variations
Color information
#220E88 (or 0x220E88) is known color: Ultramarine. HEX triplet: 22, 0E and 88. RGB value is (34,14,136). Sum of RGB (Red+Green+Blue) = 34+14+136=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 136 (53.52% from 255 or 73.91% from 184); Max value from RGB is 136 - color contains mainly: blue. Hex color #220E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220E88 is #DDF177. Grayscale: #212121. Windows color (decimal): -14545272 or 8916514. OLE color: 8916514.
HSL color Cylindrical-coordinate representation of color #220E88: hue angle of 249.84º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220E88 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 14 | 136 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.47 |
| HSL | 249.84º | 0.81% | 0.29% | - |
| HSV(B) | 249.84º | 0.9% | 0.53% | - |
| XYZ | 5.26 | 2.43 | 23.48 | - |
| YUV | 33.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 136 | 0.75 | 0.90 | 0 | 0.47 | 249.84 | 0.81 | 0.29 |
| Hex | 22 | E | 88 | 4B | 5A | 0 | 2F | FA | 51 | 1D |
| Octal | 42 | 16 | 210 | 113 | 132 | 0 | 57 | 372 | 121 | 35 |
| Binary | 100010 | 1110 | 10001000 | 1001011 | 1011010 | 0 | 101111 | 11111010 | 1010001 | 11101 |
Color Harmonies of #220E88
Complementary color
Monochromatic Colors of #220E88
Black with #220E88
Text Example
Text Example
White with #220E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E88; }
p { color: rgb(34,14,136); }
H1.HeaderClassName
{
color: #220E88;
}
.AnyTagClassName
{
color: #220E88;
}
</style>
background-color css
<style>
a { background-color: #220E88; }
a { background-color: rgb(34,14,136); }
div.DivClassName
{
background-color: #220E88;
}
.BgClassName
{
background-color: #220E88;
}
</style>
border-color css
<style>
span { border-color: #220E88; }
span { border-color: rgb(34,14,136); }
td.TdClassName
{
border-color: #220E88;
}
.TagClassName
{
border-color: #220E88;
}
</style>