Shades of Ultramarine #22138D
Tints of Ultramarine #22138D
RGB
CMYK
RGB Variations
Color information
#22138D (or 0x22138D) is known color: Ultramarine. HEX triplet: 22, 13 and 8D. RGB value is (34,19,141). Sum of RGB (Red+Green+Blue) = 34+19+141=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #22138D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22138D is #DDEC72. Grayscale: #242424. Windows color (decimal): -14543987 or 9245474. OLE color: 9245474.
HSL color Cylindrical-coordinate representation of color #22138D: hue angle of 247.38º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22138D is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 19 | 141 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.45 |
| HSL | 247.38º | 0.76% | 0.31% | - |
| HSV(B) | 247.38º | 0.87% | 0.55% | - |
| XYZ | 5.7 | 2.73 | 25.43 | - |
| YUV | 37.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 141 | 0.76 | 0.87 | 0 | 0.45 | 247.38 | 0.76 | 0.31 |
| Hex | 22 | 13 | 8D | 4C | 57 | 0 | 2D | F7 | 4C | 1F |
| Octal | 42 | 23 | 215 | 114 | 127 | 0 | 55 | 367 | 114 | 37 |
| Binary | 100010 | 10011 | 10001101 | 1001100 | 1010111 | 0 | 101101 | 11110111 | 1001100 | 11111 |
Color Harmonies of #22138D
Complementary color
Monochromatic Colors of #22138D
Black with #22138D
Text Example
Text Example
White with #22138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22138D; }
p { color: rgb(34,19,141); }
H1.HeaderClassName
{
color: #22138D;
}
.AnyTagClassName
{
color: #22138D;
}
</style>
background-color css
<style>
a { background-color: #22138D; }
a { background-color: rgb(34,19,141); }
div.DivClassName
{
background-color: #22138D;
}
.BgClassName
{
background-color: #22138D;
}
</style>
border-color css
<style>
span { border-color: #22138D; }
span { border-color: rgb(34,19,141); }
td.TdClassName
{
border-color: #22138D;
}
.TagClassName
{
border-color: #22138D;
}
</style>