Shades of Ultramarine #22019B
Tints of Ultramarine #22019B
RGB
CMYK
RGB Variations
Color information
#22019B (or 0x22019B) is known color: Ultramarine. HEX triplet: 22, 01 and 9B. RGB value is (34,1,155). Sum of RGB (Red+Green+Blue) = 34+1+155=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 155 (60.94% from 255 or 81.58% from 190); Max value from RGB is 155 - color contains mainly: blue. Hex color #22019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22019B is #DDFE64. Grayscale: #1B1B1B. Windows color (decimal): -14548581 or 10158370. OLE color: 10158370.
HSL color Cylindrical-coordinate representation of color #22019B: hue angle of 252.86º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22019B is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 1 | 155 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.39 |
| HSL | 252.86º | 0.99% | 0.31% | - |
| HSV(B) | 252.86º | 0.99% | 0.61% | - |
| XYZ | 6.59 | 2.73 | 31.19 | - |
| YUV | 28.42 | 199.43 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 155 | 0.78 | 0.99 | 0 | 0.39 | 252.86 | 0.99 | 0.31 |
| Hex | 22 | 1 | 9B | 4E | 63 | 0 | 27 | FD | 63 | 1F |
| Octal | 42 | 1 | 233 | 116 | 143 | 0 | 47 | 375 | 143 | 37 |
| Binary | 100010 | 1 | 10011011 | 1001110 | 1100011 | 0 | 100111 | 11111101 | 1100011 | 11111 |
Color Harmonies of #22019B
Complementary color
Monochromatic Colors of #22019B
Black with #22019B
Text Example
Text Example
White with #22019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22019B; }
p { color: rgb(34,1,155); }
H1.HeaderClassName
{
color: #22019B;
}
.AnyTagClassName
{
color: #22019B;
}
</style>
background-color css
<style>
a { background-color: #22019B; }
a { background-color: rgb(34,1,155); }
div.DivClassName
{
background-color: #22019B;
}
.BgClassName
{
background-color: #22019B;
}
</style>
border-color css
<style>
span { border-color: #22019B; }
span { border-color: rgb(34,1,155); }
td.TdClassName
{
border-color: #22019B;
}
.TagClassName
{
border-color: #22019B;
}
</style>