Shades of Ultramarine #22149D
Tints of Ultramarine #22149D
RGB
CMYK
RGB Variations
Color information
#22149D (or 0x22149D) is known color: Ultramarine. HEX triplet: 22, 14 and 9D. RGB value is (34,20,157). Sum of RGB (Red+Green+Blue) = 34+20+157=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #22149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22149D is #DDEB62. Grayscale: #272727. Windows color (decimal): -14543715 or 10294306. OLE color: 10294306.
HSL color Cylindrical-coordinate representation of color #22149D: hue angle of 246.13º degrees, saturation: 0.77, 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 #22149D is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 20 | 157 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.38 |
| HSL | 246.13º | 0.77% | 0.35% | - |
| HSV(B) | 246.13º | 0.87% | 0.62% | - |
| XYZ | 7 | 3.27 | 32.16 | - |
| YUV | 39.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 157 | 0.78 | 0.87 | 0 | 0.38 | 246.13 | 0.77 | 0.35 |
| Hex | 22 | 14 | 9D | 4E | 57 | 0 | 26 | F6 | 4D | 23 |
| Octal | 42 | 24 | 235 | 116 | 127 | 0 | 46 | 366 | 115 | 43 |
| Binary | 100010 | 10100 | 10011101 | 1001110 | 1010111 | 0 | 100110 | 11110110 | 1001101 | 100011 |
Color Harmonies of #22149D
Complementary color
Monochromatic Colors of #22149D
Black with #22149D
Text Example
Text Example
White with #22149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22149D; }
p { color: rgb(34,20,157); }
H1.HeaderClassName
{
color: #22149D;
}
.AnyTagClassName
{
color: #22149D;
}
</style>
background-color css
<style>
a { background-color: #22149D; }
a { background-color: rgb(34,20,157); }
div.DivClassName
{
background-color: #22149D;
}
.BgClassName
{
background-color: #22149D;
}
</style>
border-color css
<style>
span { border-color: #22149D; }
span { border-color: rgb(34,20,157); }
td.TdClassName
{
border-color: #22149D;
}
.TagClassName
{
border-color: #22149D;
}
</style>