Shades of Ultramarine #22139B
Tints of Ultramarine #22139B
RGB
CMYK
RGB Variations
Color information
#22139B (or 0x22139B) is known color: Ultramarine. HEX triplet: 22, 13 and 9B. RGB value is (34,19,155). Sum of RGB (Red+Green+Blue) = 34+19+155=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #22139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22139B is #DDEC64. Grayscale: #262626. Windows color (decimal): -14543973 or 10162978. OLE color: 10162978.
HSL color Cylindrical-coordinate representation of color #22139B: hue angle of 246.62º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22139B is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 19 | 155 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.39 |
| HSL | 246.62º | 0.78% | 0.34% | - |
| HSV(B) | 246.62º | 0.88% | 0.61% | - |
| XYZ | 6.81 | 3.17 | 31.26 | - |
| YUV | 38.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 155 | 0.78 | 0.88 | 0 | 0.39 | 246.62 | 0.78 | 0.34 |
| Hex | 22 | 13 | 9B | 4E | 58 | 0 | 27 | F7 | 4E | 22 |
| Octal | 42 | 23 | 233 | 116 | 130 | 0 | 47 | 367 | 116 | 42 |
| Binary | 100010 | 10011 | 10011011 | 1001110 | 1011000 | 0 | 100111 | 11110111 | 1001110 | 100010 |
Color Harmonies of #22139B
Complementary color
Monochromatic Colors of #22139B
Black with #22139B
Text Example
Text Example
White with #22139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22139B; }
p { color: rgb(34,19,155); }
H1.HeaderClassName
{
color: #22139B;
}
.AnyTagClassName
{
color: #22139B;
}
</style>
background-color css
<style>
a { background-color: #22139B; }
a { background-color: rgb(34,19,155); }
div.DivClassName
{
background-color: #22139B;
}
.BgClassName
{
background-color: #22139B;
}
</style>
border-color css
<style>
span { border-color: #22139B; }
span { border-color: rgb(34,19,155); }
td.TdClassName
{
border-color: #22139B;
}
.TagClassName
{
border-color: #22139B;
}
</style>