Shades of Ultramarine #22119D
Tints of Ultramarine #22119D
RGB
CMYK
RGB Variations
Color information
#22119D (or 0x22119D) is known color: Ultramarine. HEX triplet: 22, 11 and 9D. RGB value is (34,17,157). Sum of RGB (Red+Green+Blue) = 34+17+157=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #22119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22119D is #DDEE62. Grayscale: #252525. Windows color (decimal): -14544483 or 10293538. OLE color: 10293538.
HSL color Cylindrical-coordinate representation of color #22119D: hue angle of 247.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #22119D is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 17 | 157 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.38 |
| HSL | 247.29º | 0.8% | 0.34% | - |
| HSV(B) | 247.29º | 0.89% | 0.62% | - |
| XYZ | 6.95 | 3.18 | 32.15 | - |
| YUV | 38.04 | 195.13 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 157 | 0.78 | 0.89 | 0 | 0.38 | 247.29 | 0.8 | 0.34 |
| Hex | 22 | 11 | 9D | 4E | 59 | 0 | 26 | F7 | 50 | 22 |
| Octal | 42 | 21 | 235 | 116 | 131 | 0 | 46 | 367 | 120 | 42 |
| Binary | 100010 | 10001 | 10011101 | 1001110 | 1011001 | 0 | 100110 | 11110111 | 1010000 | 100010 |
Color Harmonies of #22119D
Complementary color
Monochromatic Colors of #22119D
Black with #22119D
Text Example
Text Example
White with #22119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22119D; }
p { color: rgb(34,17,157); }
H1.HeaderClassName
{
color: #22119D;
}
.AnyTagClassName
{
color: #22119D;
}
</style>
background-color css
<style>
a { background-color: #22119D; }
a { background-color: rgb(34,17,157); }
div.DivClassName
{
background-color: #22119D;
}
.BgClassName
{
background-color: #22119D;
}
</style>
border-color css
<style>
span { border-color: #22119D; }
span { border-color: rgb(34,17,157); }
td.TdClassName
{
border-color: #22119D;
}
.TagClassName
{
border-color: #22119D;
}
</style>