Shades of Ultramarine #22148D
Tints of Ultramarine #22148D
RGB
CMYK
RGB Variations
Color information
#22148D (or 0x22148D) is known color: Ultramarine. HEX triplet: 22, 14 and 8D. RGB value is (34,20,141). Sum of RGB (Red+Green+Blue) = 34+20+141=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #22148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22148D is #DDEB72. Grayscale: #252525. Windows color (decimal): -14543731 or 9245730. OLE color: 9245730.
HSL color Cylindrical-coordinate representation of color #22148D: hue angle of 246.94º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22148D is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 20 | 141 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.45 |
| HSL | 246.94º | 0.75% | 0.32% | - |
| HSV(B) | 246.94º | 0.86% | 0.55% | - |
| XYZ | 5.72 | 2.76 | 25.43 | - |
| YUV | 37.98 | 186.14 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 141 | 0.76 | 0.86 | 0 | 0.45 | 246.94 | 0.75 | 0.32 |
| Hex | 22 | 14 | 8D | 4C | 56 | 0 | 2D | F7 | 4B | 20 |
| Octal | 42 | 24 | 215 | 114 | 126 | 0 | 55 | 367 | 113 | 40 |
| Binary | 100010 | 10100 | 10001101 | 1001100 | 1010110 | 0 | 101101 | 11110111 | 1001011 | 100000 |
Color Harmonies of #22148D
Complementary color
Monochromatic Colors of #22148D
Black with #22148D
Text Example
Text Example
White with #22148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22148D; }
p { color: rgb(34,20,141); }
H1.HeaderClassName
{
color: #22148D;
}
.AnyTagClassName
{
color: #22148D;
}
</style>
background-color css
<style>
a { background-color: #22148D; }
a { background-color: rgb(34,20,141); }
div.DivClassName
{
background-color: #22148D;
}
.BgClassName
{
background-color: #22148D;
}
</style>
border-color css
<style>
span { border-color: #22148D; }
span { border-color: rgb(34,20,141); }
td.TdClassName
{
border-color: #22148D;
}
.TagClassName
{
border-color: #22148D;
}
</style>