Shades of Ultramarine #22019D
Tints of Ultramarine #22019D
RGB
CMYK
RGB Variations
Color information
#22019D (or 0x22019D) is known color: Ultramarine. HEX triplet: 22, 01 and 9D. RGB value is (34,1,157). Sum of RGB (Red+Green+Blue) = 34+1+157=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 157 (61.72% from 255 or 81.77% from 192); Max value from RGB is 157 - color contains mainly: blue. Hex color #22019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22019D is #DDFE62. Grayscale: #1C1C1C. Windows color (decimal): -14548579 or 10289442. OLE color: 10289442.
HSL color Cylindrical-coordinate representation of color #22019D: hue angle of 252.69º 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 #22019D is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 1 | 157 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.38 |
| HSL | 252.69º | 0.99% | 0.31% | - |
| HSV(B) | 252.69º | 0.99% | 0.62% | - |
| XYZ | 6.76 | 2.8 | 32.08 | - |
| YUV | 28.65 | 200.43 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 157 | 0.78 | 0.99 | 0 | 0.38 | 252.69 | 0.99 | 0.31 |
| Hex | 22 | 1 | 9D | 4E | 63 | 0 | 26 | FD | 63 | 1F |
| Octal | 42 | 1 | 235 | 116 | 143 | 0 | 46 | 375 | 143 | 37 |
| Binary | 100010 | 1 | 10011101 | 1001110 | 1100011 | 0 | 100110 | 11111101 | 1100011 | 11111 |
Color Harmonies of #22019D
Complementary color
Monochromatic Colors of #22019D
Black with #22019D
Text Example
Text Example
White with #22019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22019D; }
p { color: rgb(34,1,157); }
H1.HeaderClassName
{
color: #22019D;
}
.AnyTagClassName
{
color: #22019D;
}
</style>
background-color css
<style>
a { background-color: #22019D; }
a { background-color: rgb(34,1,157); }
div.DivClassName
{
background-color: #22019D;
}
.BgClassName
{
background-color: #22019D;
}
</style>
border-color css
<style>
span { border-color: #22019D; }
span { border-color: rgb(34,1,157); }
td.TdClassName
{
border-color: #22019D;
}
.TagClassName
{
border-color: #22019D;
}
</style>