Shades of Ultramarine #220EAB
Tints of Ultramarine #220EAB
RGB
CMYK
RGB Variations
Color information
#220EAB (or 0x220EAB) is known color: Ultramarine. HEX triplet: 22, 0E and AB. RGB value is (34,14,171). Sum of RGB (Red+Green+Blue) = 34+14+171=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #220EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220EAB is #DDF154. Grayscale: #252525. Windows color (decimal): -14545237 or 11210274. OLE color: 11210274.
HSL color Cylindrical-coordinate representation of color #220EAB: hue angle of 247.64º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220EAB is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 14 | 171 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.33 |
| HSL | 247.64º | 0.85% | 0.36% | - |
| HSV(B) | 247.64º | 0.92% | 0.67% | - |
| XYZ | 8.17 | 3.59 | 38.79 | - |
| YUV | 37.88 | 203.13 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 171 | 0.80 | 0.92 | 0 | 0.33 | 247.64 | 0.85 | 0.36 |
| Hex | 22 | E | AB | 50 | 5C | 0 | 21 | F8 | 55 | 24 |
| Octal | 42 | 16 | 253 | 120 | 134 | 0 | 41 | 370 | 125 | 44 |
| Binary | 100010 | 1110 | 10101011 | 1010000 | 1011100 | 0 | 100001 | 11111000 | 1010101 | 100100 |
Color Harmonies of #220EAB
Complementary color
Monochromatic Colors of #220EAB
Black with #220EAB
Text Example
Text Example
White with #220EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EAB; }
p { color: rgb(34,14,171); }
H1.HeaderClassName
{
color: #220EAB;
}
.AnyTagClassName
{
color: #220EAB;
}
</style>
background-color css
<style>
a { background-color: #220EAB; }
a { background-color: rgb(34,14,171); }
div.DivClassName
{
background-color: #220EAB;
}
.BgClassName
{
background-color: #220EAB;
}
</style>
border-color css
<style>
span { border-color: #220EAB; }
span { border-color: rgb(34,14,171); }
td.TdClassName
{
border-color: #220EAB;
}
.TagClassName
{
border-color: #220EAB;
}
</style>