Shades of Ultramarine #220EAC
Tints of Ultramarine #220EAC
RGB
CMYK
RGB Variations
Color information
#220EAC (or 0x220EAC) is known color: Ultramarine. HEX triplet: 22, 0E and AC. RGB value is (34,14,172). Sum of RGB (Red+Green+Blue) = 34+14+172=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #220EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220EAC is #DDF153. Grayscale: #252525. Windows color (decimal): -14545236 or 11275810. OLE color: 11275810.
HSL color Cylindrical-coordinate representation of color #220EAC: hue angle of 247.59º 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 #220EAC is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 14 | 172 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.33 |
| HSL | 247.59º | 0.85% | 0.36% | - |
| HSV(B) | 247.59º | 0.92% | 0.67% | - |
| XYZ | 8.26 | 3.63 | 39.3 | - |
| YUV | 37.99 | 203.63 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 172 | 0.80 | 0.92 | 0 | 0.33 | 247.59 | 0.85 | 0.36 |
| Hex | 22 | E | AC | 50 | 5C | 0 | 21 | F8 | 55 | 24 |
| Octal | 42 | 16 | 254 | 120 | 134 | 0 | 41 | 370 | 125 | 44 |
| Binary | 100010 | 1110 | 10101100 | 1010000 | 1011100 | 0 | 100001 | 11111000 | 1010101 | 100100 |
Color Harmonies of #220EAC
Complementary color
Monochromatic Colors of #220EAC
Black with #220EAC
Text Example
Text Example
White with #220EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EAC; }
p { color: rgb(34,14,172); }
H1.HeaderClassName
{
color: #220EAC;
}
.AnyTagClassName
{
color: #220EAC;
}
</style>
background-color css
<style>
a { background-color: #220EAC; }
a { background-color: rgb(34,14,172); }
div.DivClassName
{
background-color: #220EAC;
}
.BgClassName
{
background-color: #220EAC;
}
</style>
border-color css
<style>
span { border-color: #220EAC; }
span { border-color: rgb(34,14,172); }
td.TdClassName
{
border-color: #220EAC;
}
.TagClassName
{
border-color: #220EAC;
}
</style>