Shades of Ultramarine #22149C
Tints of Ultramarine #22149C
RGB
CMYK
RGB Variations
Color information
#22149C (or 0x22149C) is known color: Ultramarine. HEX triplet: 22, 14 and 9C. RGB value is (34,20,156). Sum of RGB (Red+Green+Blue) = 34+20+156=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #22149C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22149C is #DDEB63. Grayscale: #272727. Windows color (decimal): -14543716 or 10228770. OLE color: 10228770.
HSL color Cylindrical-coordinate representation of color #22149C: hue angle of 246.18º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22149C is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 20 | 156 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.39 |
| HSL | 246.18º | 0.77% | 0.35% | - |
| HSV(B) | 246.18º | 0.87% | 0.61% | - |
| XYZ | 6.91 | 3.24 | 31.71 | - |
| YUV | 39.69 | 193.64 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 156 | 0.78 | 0.87 | 0 | 0.39 | 246.18 | 0.77 | 0.35 |
| Hex | 22 | 14 | 9C | 4E | 57 | 0 | 27 | F6 | 4D | 23 |
| Octal | 42 | 24 | 234 | 116 | 127 | 0 | 47 | 366 | 115 | 43 |
| Binary | 100010 | 10100 | 10011100 | 1001110 | 1010111 | 0 | 100111 | 11110110 | 1001101 | 100011 |
Color Harmonies of #22149C
Complementary color
Monochromatic Colors of #22149C
Black with #22149C
Text Example
Text Example
White with #22149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22149C; }
p { color: rgb(34,20,156); }
H1.HeaderClassName
{
color: #22149C;
}
.AnyTagClassName
{
color: #22149C;
}
</style>
background-color css
<style>
a { background-color: #22149C; }
a { background-color: rgb(34,20,156); }
div.DivClassName
{
background-color: #22149C;
}
.BgClassName
{
background-color: #22149C;
}
</style>
border-color css
<style>
span { border-color: #22149C; }
span { border-color: rgb(34,20,156); }
td.TdClassName
{
border-color: #22149C;
}
.TagClassName
{
border-color: #22149C;
}
</style>