Shades of Ultramarine #22019A
Tints of Ultramarine #22019A
RGB
CMYK
RGB Variations
Color information
#22019A (or 0x22019A) is known color: Ultramarine. HEX triplet: 22, 01 and 9A. RGB value is (34,1,154). Sum of RGB (Red+Green+Blue) = 34+1+154=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 154 (60.55% from 255 or 81.48% from 189); Max value from RGB is 154 - color contains mainly: blue. Hex color #22019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22019A is #DDFE65. Grayscale: #1B1B1B. Windows color (decimal): -14548582 or 10092834. OLE color: 10092834.
HSL color Cylindrical-coordinate representation of color #22019A: hue angle of 252.94º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22019A is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 1 | 154 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.40 |
| HSL | 252.94º | 0.99% | 0.3% | - |
| HSV(B) | 252.94º | 0.99% | 0.6% | - |
| XYZ | 6.5 | 2.69 | 30.75 | - |
| YUV | 28.31 | 198.93 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 154 | 0.78 | 0.99 | 0 | 0.40 | 252.94 | 0.99 | 0.3 |
| Hex | 22 | 1 | 9A | 4E | 63 | 0 | 28 | FD | 63 | 1E |
| Octal | 42 | 1 | 232 | 116 | 143 | 0 | 50 | 375 | 143 | 36 |
| Binary | 100010 | 1 | 10011010 | 1001110 | 1100011 | 0 | 101000 | 11111101 | 1100011 | 11110 |
Color Harmonies of #22019A
Complementary color
Monochromatic Colors of #22019A
Black with #22019A
Text Example
Text Example
White with #22019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22019A; }
p { color: rgb(34,1,154); }
H1.HeaderClassName
{
color: #22019A;
}
.AnyTagClassName
{
color: #22019A;
}
</style>
background-color css
<style>
a { background-color: #22019A; }
a { background-color: rgb(34,1,154); }
div.DivClassName
{
background-color: #22019A;
}
.BgClassName
{
background-color: #22019A;
}
</style>
border-color css
<style>
span { border-color: #22019A; }
span { border-color: rgb(34,1,154); }
td.TdClassName
{
border-color: #22019A;
}
.TagClassName
{
border-color: #22019A;
}
</style>