Shades of Ultramarine #22188C
Tints of Ultramarine #22188C
RGB
CMYK
RGB Variations
Color information
#22188C (or 0x22188C) is known color: Ultramarine. HEX triplet: 22, 18 and 8C. RGB value is (34,24,140). Sum of RGB (Red+Green+Blue) = 34+24+140=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #22188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22188C is #DDE773. Grayscale: #272727. Windows color (decimal): -14542708 or 9181218. OLE color: 9181218.
HSL color Cylindrical-coordinate representation of color #22188C: hue angle of 245.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22188C is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 24 | 140 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.45 |
| HSL | 245.17º | 0.71% | 0.32% | - |
| HSV(B) | 245.17º | 0.83% | 0.55% | - |
| XYZ | 5.72 | 2.89 | 25.07 | - |
| YUV | 40.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 140 | 0.76 | 0.83 | 0 | 0.45 | 245.17 | 0.71 | 0.32 |
| Hex | 22 | 18 | 8C | 4C | 53 | 0 | 2D | F5 | 47 | 20 |
| Octal | 42 | 30 | 214 | 114 | 123 | 0 | 55 | 365 | 107 | 40 |
| Binary | 100010 | 11000 | 10001100 | 1001100 | 1010011 | 0 | 101101 | 11110101 | 1000111 | 100000 |
Color Harmonies of #22188C
Complementary color
Monochromatic Colors of #22188C
Black with #22188C
Text Example
Text Example
White with #22188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22188C; }
p { color: rgb(34,24,140); }
H1.HeaderClassName
{
color: #22188C;
}
.AnyTagClassName
{
color: #22188C;
}
</style>
background-color css
<style>
a { background-color: #22188C; }
a { background-color: rgb(34,24,140); }
div.DivClassName
{
background-color: #22188C;
}
.BgClassName
{
background-color: #22188C;
}
</style>
border-color css
<style>
span { border-color: #22188C; }
span { border-color: rgb(34,24,140); }
td.TdClassName
{
border-color: #22188C;
}
.TagClassName
{
border-color: #22188C;
}
</style>