Shades of Ultramarine #22159A
Tints of Ultramarine #22159A
RGB
CMYK
RGB Variations
Color information
#22159A (or 0x22159A) is known color: Ultramarine. HEX triplet: 22, 15 and 9A. RGB value is (34,21,154). Sum of RGB (Red+Green+Blue) = 34+21+154=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #22159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22159A is #DDEA65. Grayscale: #272727. Windows color (decimal): -14543462 or 10097954. OLE color: 10097954.
HSL color Cylindrical-coordinate representation of color #22159A: hue angle of 245.86º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22159A is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 21 | 154 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.40 |
| HSL | 245.86º | 0.76% | 0.34% | - |
| HSV(B) | 245.86º | 0.86% | 0.6% | - |
| XYZ | 6.76 | 3.21 | 30.84 | - |
| YUV | 40.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 154 | 0.78 | 0.86 | 0 | 0.40 | 245.86 | 0.76 | 0.34 |
| Hex | 22 | 15 | 9A | 4E | 56 | 0 | 28 | F6 | 4C | 22 |
| Octal | 42 | 25 | 232 | 116 | 126 | 0 | 50 | 366 | 114 | 42 |
| Binary | 100010 | 10101 | 10011010 | 1001110 | 1010110 | 0 | 101000 | 11110110 | 1001100 | 100010 |
Color Harmonies of #22159A
Complementary color
Monochromatic Colors of #22159A
Black with #22159A
Text Example
Text Example
White with #22159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22159A; }
p { color: rgb(34,21,154); }
H1.HeaderClassName
{
color: #22159A;
}
.AnyTagClassName
{
color: #22159A;
}
</style>
background-color css
<style>
a { background-color: #22159A; }
a { background-color: rgb(34,21,154); }
div.DivClassName
{
background-color: #22159A;
}
.BgClassName
{
background-color: #22159A;
}
</style>
border-color css
<style>
span { border-color: #22159A; }
span { border-color: rgb(34,21,154); }
td.TdClassName
{
border-color: #22159A;
}
.TagClassName
{
border-color: #22159A;
}
</style>