Shades of Ultramarine #220586
Tints of Ultramarine #220586
RGB
CMYK
RGB Variations
Color information
#220586 (or 0x220586) is known color: Ultramarine. HEX triplet: 22, 05 and 86. RGB value is (34,5,134). Sum of RGB (Red+Green+Blue) = 34+5+134=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 134 (52.73% from 255 or 77.46% from 173); Max value from RGB is 134 - color contains mainly: blue. Hex color #220586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220586 is #DDFA79. Grayscale: #1B1B1B. Windows color (decimal): -14547578 or 8783138. OLE color: 8783138.
HSL color Cylindrical-coordinate representation of color #220586: hue angle of 253.49º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220586 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 5 | 134 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.47 |
| HSL | 253.49º | 0.93% | 0.27% | - |
| HSV(B) | 253.49º | 0.96% | 0.53% | - |
| XYZ | 5.02 | 2.17 | 22.71 | - |
| YUV | 28.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 134 | 0.75 | 0.96 | 0 | 0.47 | 253.49 | 0.93 | 0.27 |
| Hex | 22 | 5 | 86 | 4B | 60 | 0 | 2F | FD | 5D | 1B |
| Octal | 42 | 5 | 206 | 113 | 140 | 0 | 57 | 375 | 135 | 33 |
| Binary | 100010 | 101 | 10000110 | 1001011 | 1100000 | 0 | 101111 | 11111101 | 1011101 | 11011 |
Color Harmonies of #220586
Complementary color
Monochromatic Colors of #220586
Black with #220586
Text Example
Text Example
White with #220586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220586; }
p { color: rgb(34,5,134); }
H1.HeaderClassName
{
color: #220586;
}
.AnyTagClassName
{
color: #220586;
}
</style>
background-color css
<style>
a { background-color: #220586; }
a { background-color: rgb(34,5,134); }
div.DivClassName
{
background-color: #220586;
}
.BgClassName
{
background-color: #220586;
}
</style>
border-color css
<style>
span { border-color: #220586; }
span { border-color: rgb(34,5,134); }
td.TdClassName
{
border-color: #220586;
}
.TagClassName
{
border-color: #220586;
}
</style>