Shades of Ultramarine #22179B
Tints of Ultramarine #22179B
RGB
CMYK
RGB Variations
Color information
#22179B (or 0x22179B) is known color: Ultramarine. HEX triplet: 22, 17 and 9B. RGB value is (34,23,155). Sum of RGB (Red+Green+Blue) = 34+23+155=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #22179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22179B is #DDE864. Grayscale: #282828. Windows color (decimal): -14542949 or 10164002. OLE color: 10164002.
HSL color Cylindrical-coordinate representation of color #22179B: hue angle of 245º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22179B is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 23 | 155 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.39 |
| HSL | 245º | 0.74% | 0.35% | - |
| HSV(B) | 245º | 0.85% | 0.61% | - |
| XYZ | 6.88 | 3.32 | 31.29 | - |
| YUV | 41.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 23 | 155 | 0.78 | 0.85 | 0 | 0.39 | 245 | 0.74 | 0.35 |
| Hex | 22 | 17 | 9B | 4E | 55 | 0 | 27 | F5 | 4A | 23 |
| Octal | 42 | 27 | 233 | 116 | 125 | 0 | 47 | 365 | 112 | 43 |
| Binary | 100010 | 10111 | 10011011 | 1001110 | 1010101 | 0 | 100111 | 11110101 | 1001010 | 100011 |
Color Harmonies of #22179B
Complementary color
Monochromatic Colors of #22179B
Black with #22179B
Text Example
Text Example
White with #22179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22179B; }
p { color: rgb(34,23,155); }
H1.HeaderClassName
{
color: #22179B;
}
.AnyTagClassName
{
color: #22179B;
}
</style>
background-color css
<style>
a { background-color: #22179B; }
a { background-color: rgb(34,23,155); }
div.DivClassName
{
background-color: #22179B;
}
.BgClassName
{
background-color: #22179B;
}
</style>
border-color css
<style>
span { border-color: #22179B; }
span { border-color: rgb(34,23,155); }
td.TdClassName
{
border-color: #22179B;
}
.TagClassName
{
border-color: #22179B;
}
</style>