Shades of Ultramarine #220AB0
Tints of Ultramarine #220AB0
RGB
CMYK
RGB Variations
Color information
#220AB0 (or 0x220AB0) is known color: Ultramarine. HEX triplet: 22, 0A and B0. RGB value is (34,10,176). Sum of RGB (Red+Green+Blue) = 34+10+176=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 176 (69.14% from 255 or 80% from 220); Max value from RGB is 176 - color contains mainly: blue. Hex color #220AB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220AB0 is #DDF54F. Grayscale: #232323. Windows color (decimal): -14546256 or 11536930. OLE color: 11536930.
HSL color Cylindrical-coordinate representation of color #220AB0: hue angle of 248.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220AB0 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 10 | 176 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.31 |
| HSL | 248.67º | 0.89% | 0.36% | - |
| HSV(B) | 248.67º | 0.94% | 0.69% | - |
| XYZ | 8.6 | 3.69 | 41.33 | - |
| YUV | 36.1 | 206.95 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 176 | 0.81 | 0.94 | 0 | 0.31 | 248.67 | 0.89 | 0.36 |
| Hex | 22 | A | B0 | 51 | 5E | 0 | 1F | F9 | 59 | 24 |
| Octal | 42 | 12 | 260 | 121 | 136 | 0 | 37 | 371 | 131 | 44 |
| Binary | 100010 | 1010 | 10110000 | 1010001 | 1011110 | 0 | 11111 | 11111001 | 1011001 | 100100 |
Color Harmonies of #220AB0
Complementary color
Monochromatic Colors of #220AB0
Black with #220AB0
Text Example
Text Example
White with #220AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220AB0; }
p { color: rgb(34,10,176); }
H1.HeaderClassName
{
color: #220AB0;
}
.AnyTagClassName
{
color: #220AB0;
}
</style>
background-color css
<style>
a { background-color: #220AB0; }
a { background-color: rgb(34,10,176); }
div.DivClassName
{
background-color: #220AB0;
}
.BgClassName
{
background-color: #220AB0;
}
</style>
border-color css
<style>
span { border-color: #220AB0; }
span { border-color: rgb(34,10,176); }
td.TdClassName
{
border-color: #220AB0;
}
.TagClassName
{
border-color: #220AB0;
}
</style>