Shades of Ultramarine #220186
Tints of Ultramarine #220186
RGB
CMYK
RGB Variations
Color information
#220186 (or 0x220186) is known color: Ultramarine. HEX triplet: 22, 01 and 86. RGB value is (34,1,134). Sum of RGB (Red+Green+Blue) = 34+1+134=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 134 (52.73% from 255 or 79.29% from 169); Max value from RGB is 134 - color contains mainly: blue. Hex color #220186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220186 is #DDFE79. Grayscale: #191919. Windows color (decimal): -14548602 or 8782114. OLE color: 8782114.
HSL color Cylindrical-coordinate representation of color #220186: hue angle of 254.89º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220186 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 1 | 134 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.47 |
| HSL | 254.89º | 0.99% | 0.26% | - |
| HSV(B) | 254.89º | 0.99% | 0.53% | - |
| XYZ | 4.97 | 2.08 | 22.69 | - |
| YUV | 26.03 | 188.93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 134 | 0.75 | 0.99 | 0 | 0.47 | 254.89 | 0.99 | 0.26 |
| Hex | 22 | 1 | 86 | 4B | 63 | 0 | 2F | FF | 63 | 1A |
| Octal | 42 | 1 | 206 | 113 | 143 | 0 | 57 | 377 | 143 | 32 |
| Binary | 100010 | 1 | 10000110 | 1001011 | 1100011 | 0 | 101111 | 11111111 | 1100011 | 11010 |
Color Harmonies of #220186
Complementary color
Monochromatic Colors of #220186
Black with #220186
Text Example
Text Example
White with #220186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220186; }
p { color: rgb(34,1,134); }
H1.HeaderClassName
{
color: #220186;
}
.AnyTagClassName
{
color: #220186;
}
</style>
background-color css
<style>
a { background-color: #220186; }
a { background-color: rgb(34,1,134); }
div.DivClassName
{
background-color: #220186;
}
.BgClassName
{
background-color: #220186;
}
</style>
border-color css
<style>
span { border-color: #220186; }
span { border-color: rgb(34,1,134); }
td.TdClassName
{
border-color: #220186;
}
.TagClassName
{
border-color: #220186;
}
</style>