Shades of Ultramarine #220E86
Tints of Ultramarine #220E86
RGB
CMYK
RGB Variations
Color information
#220E86 (or 0x220E86) is known color: Ultramarine. HEX triplet: 22, 0E and 86. RGB value is (34,14,134). Sum of RGB (Red+Green+Blue) = 34+14+134=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 134 (52.73% from 255 or 73.63% from 182); Max value from RGB is 134 - color contains mainly: blue. Hex color #220E86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220E86 is #DDF179. Grayscale: #212121. Windows color (decimal): -14545274 or 8785442. OLE color: 8785442.
HSL color Cylindrical-coordinate representation of color #220E86: hue angle of 250º 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 #220E86 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 14 | 134 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.47 |
| HSL | 250º | 0.81% | 0.29% | - |
| HSV(B) | 250º | 0.9% | 0.53% | - |
| XYZ | 5.12 | 2.38 | 22.74 | - |
| YUV | 33.66 | 184.63 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 134 | 0.75 | 0.90 | 0 | 0.47 | 250 | 0.81 | 0.29 |
| Hex | 22 | E | 86 | 4B | 5A | 0 | 2F | FA | 51 | 1D |
| Octal | 42 | 16 | 206 | 113 | 132 | 0 | 57 | 372 | 121 | 35 |
| Binary | 100010 | 1110 | 10000110 | 1001011 | 1011010 | 0 | 101111 | 11111010 | 1010001 | 11101 |
Color Harmonies of #220E86
Complementary color
Monochromatic Colors of #220E86
Black with #220E86
Text Example
Text Example
White with #220E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E86; }
p { color: rgb(34,14,134); }
H1.HeaderClassName
{
color: #220E86;
}
.AnyTagClassName
{
color: #220E86;
}
</style>
background-color css
<style>
a { background-color: #220E86; }
a { background-color: rgb(34,14,134); }
div.DivClassName
{
background-color: #220E86;
}
.BgClassName
{
background-color: #220E86;
}
</style>
border-color css
<style>
span { border-color: #220E86; }
span { border-color: rgb(34,14,134); }
td.TdClassName
{
border-color: #220E86;
}
.TagClassName
{
border-color: #220E86;
}
</style>