Shades of Ultramarine #220EB0
Tints of Ultramarine #220EB0
RGB
CMYK
RGB Variations
Color information
#220EB0 (or 0x220EB0) is known color: Ultramarine. HEX triplet: 22, 0E and B0. RGB value is (34,14,176). Sum of RGB (Red+Green+Blue) = 34+14+176=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 176 (69.14% from 255 or 78.57% from 224); Max value from RGB is 176 - color contains mainly: blue. Hex color #220EB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220EB0 is #DDF14F. Grayscale: #252525. Windows color (decimal): -14545232 or 11537954. OLE color: 11537954.
HSL color Cylindrical-coordinate representation of color #220EB0: hue angle of 247.41º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220EB0 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 14 | 176 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.31 |
| HSL | 247.41º | 0.85% | 0.37% | - |
| HSV(B) | 247.41º | 0.92% | 0.69% | - |
| XYZ | 8.65 | 3.79 | 41.35 | - |
| YUV | 38.45 | 205.63 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 176 | 0.81 | 0.92 | 0 | 0.31 | 247.41 | 0.85 | 0.37 |
| Hex | 22 | E | B0 | 51 | 5C | 0 | 1F | F7 | 55 | 25 |
| Octal | 42 | 16 | 260 | 121 | 134 | 0 | 37 | 367 | 125 | 45 |
| Binary | 100010 | 1110 | 10110000 | 1010001 | 1011100 | 0 | 11111 | 11110111 | 1010101 | 100101 |
Color Harmonies of #220EB0
Complementary color
Monochromatic Colors of #220EB0
Black with #220EB0
Text Example
Text Example
White with #220EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EB0; }
p { color: rgb(34,14,176); }
H1.HeaderClassName
{
color: #220EB0;
}
.AnyTagClassName
{
color: #220EB0;
}
</style>
background-color css
<style>
a { background-color: #220EB0; }
a { background-color: rgb(34,14,176); }
div.DivClassName
{
background-color: #220EB0;
}
.BgClassName
{
background-color: #220EB0;
}
</style>
border-color css
<style>
span { border-color: #220EB0; }
span { border-color: rgb(34,14,176); }
td.TdClassName
{
border-color: #220EB0;
}
.TagClassName
{
border-color: #220EB0;
}
</style>