Shades of Ultramarine #220EAD
Tints of Ultramarine #220EAD
RGB
CMYK
RGB Variations
Color information
#220EAD (or 0x220EAD) is known color: Ultramarine. HEX triplet: 22, 0E and AD. RGB value is (34,14,173). Sum of RGB (Red+Green+Blue) = 34+14+173=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #220EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220EAD is #DDF152. Grayscale: #252525. Windows color (decimal): -14545235 or 11341346. OLE color: 11341346.
HSL color Cylindrical-coordinate representation of color #220EAD: hue angle of 247.55º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220EAD is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 14 | 173 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.32 |
| HSL | 247.55º | 0.85% | 0.37% | - |
| HSV(B) | 247.55º | 0.92% | 0.68% | - |
| XYZ | 8.36 | 3.67 | 39.8 | - |
| YUV | 38.11 | 204.13 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 173 | 0.80 | 0.92 | 0 | 0.32 | 247.55 | 0.85 | 0.37 |
| Hex | 22 | E | AD | 50 | 5C | 0 | 20 | F8 | 55 | 25 |
| Octal | 42 | 16 | 255 | 120 | 134 | 0 | 40 | 370 | 125 | 45 |
| Binary | 100010 | 1110 | 10101101 | 1010000 | 1011100 | 0 | 100000 | 11111000 | 1010101 | 100101 |
Color Harmonies of #220EAD
Complementary color
Monochromatic Colors of #220EAD
Black with #220EAD
Text Example
Text Example
White with #220EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EAD; }
p { color: rgb(34,14,173); }
H1.HeaderClassName
{
color: #220EAD;
}
.AnyTagClassName
{
color: #220EAD;
}
</style>
background-color css
<style>
a { background-color: #220EAD; }
a { background-color: rgb(34,14,173); }
div.DivClassName
{
background-color: #220EAD;
}
.BgClassName
{
background-color: #220EAD;
}
</style>
border-color css
<style>
span { border-color: #220EAD; }
span { border-color: rgb(34,14,173); }
td.TdClassName
{
border-color: #220EAD;
}
.TagClassName
{
border-color: #220EAD;
}
</style>