Shades of Ultramarine #22019F
Tints of Ultramarine #22019F
RGB
CMYK
RGB Variations
Color information
#22019F (or 0x22019F) is known color: Ultramarine. HEX triplet: 22, 01 and 9F. RGB value is (34,1,159). Sum of RGB (Red+Green+Blue) = 34+1+159=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #22019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22019F is #DDFE60. Grayscale: #1C1C1C. Windows color (decimal): -14548577 or 10420514. OLE color: 10420514.
HSL color Cylindrical-coordinate representation of color #22019F: hue angle of 252.53º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22019F is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 1 | 159 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.38 |
| HSL | 252.53º | 0.99% | 0.31% | - |
| HSV(B) | 252.53º | 0.99% | 0.62% | - |
| XYZ | 6.93 | 2.86 | 32.99 | - |
| YUV | 28.88 | 201.43 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 159 | 0.79 | 0.99 | 0 | 0.38 | 252.53 | 0.99 | 0.31 |
| Hex | 22 | 1 | 9F | 4F | 63 | 0 | 26 | FD | 63 | 1F |
| Octal | 42 | 1 | 237 | 117 | 143 | 0 | 46 | 375 | 143 | 37 |
| Binary | 100010 | 1 | 10011111 | 1001111 | 1100011 | 0 | 100110 | 11111101 | 1100011 | 11111 |
Color Harmonies of #22019F
Complementary color
Monochromatic Colors of #22019F
Black with #22019F
Text Example
Text Example
White with #22019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22019F; }
p { color: rgb(34,1,159); }
H1.HeaderClassName
{
color: #22019F;
}
.AnyTagClassName
{
color: #22019F;
}
</style>
background-color css
<style>
a { background-color: #22019F; }
a { background-color: rgb(34,1,159); }
div.DivClassName
{
background-color: #22019F;
}
.BgClassName
{
background-color: #22019F;
}
</style>
border-color css
<style>
span { border-color: #22019F; }
span { border-color: rgb(34,1,159); }
td.TdClassName
{
border-color: #22019F;
}
.TagClassName
{
border-color: #22019F;
}
</style>