Shades of Ultramarine #22149E
Tints of Ultramarine #22149E
RGB
CMYK
RGB Variations
Color information
#22149E (or 0x22149E) is known color: Ultramarine. HEX triplet: 22, 14 and 9E. RGB value is (34,20,158). Sum of RGB (Red+Green+Blue) = 34+20+158=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #22149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22149E is #DDEB61. Grayscale: #272727. Windows color (decimal): -14543714 or 10359842. OLE color: 10359842.
HSL color Cylindrical-coordinate representation of color #22149E: hue angle of 246.09º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22149E is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 20 | 158 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.38 |
| HSL | 246.09º | 0.78% | 0.35% | - |
| HSV(B) | 246.09º | 0.87% | 0.62% | - |
| XYZ | 7.08 | 3.31 | 32.61 | - |
| YUV | 39.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 158 | 0.78 | 0.87 | 0 | 0.38 | 246.09 | 0.78 | 0.35 |
| Hex | 22 | 14 | 9E | 4E | 57 | 0 | 26 | F6 | 4E | 23 |
| Octal | 42 | 24 | 236 | 116 | 127 | 0 | 46 | 366 | 116 | 43 |
| Binary | 100010 | 10100 | 10011110 | 1001110 | 1010111 | 0 | 100110 | 11110110 | 1001110 | 100011 |
Color Harmonies of #22149E
Complementary color
Monochromatic Colors of #22149E
Black with #22149E
Text Example
Text Example
White with #22149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22149E; }
p { color: rgb(34,20,158); }
H1.HeaderClassName
{
color: #22149E;
}
.AnyTagClassName
{
color: #22149E;
}
</style>
background-color css
<style>
a { background-color: #22149E; }
a { background-color: rgb(34,20,158); }
div.DivClassName
{
background-color: #22149E;
}
.BgClassName
{
background-color: #22149E;
}
</style>
border-color css
<style>
span { border-color: #22149E; }
span { border-color: rgb(34,20,158); }
td.TdClassName
{
border-color: #22149E;
}
.TagClassName
{
border-color: #22149E;
}
</style>