Shades of Ultramarine #162189
Tints of Ultramarine #162189
RGB
CMYK
RGB Variations
Color information
#162189 (or 0x162189) is known color: Ultramarine. HEX triplet: 16, 21 and 89. RGB value is (22,33,137). Sum of RGB (Red+Green+Blue) = 22+33+137=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #162189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162189 is #E9DE76. Grayscale: #292929. Windows color (decimal): -15326839 or 8986902. OLE color: 8986902.
HSL color Cylindrical-coordinate representation of color #162189: hue angle of 234.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #162189 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 33 | 137 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.46 |
| HSL | 234.26º | 0.72% | 0.31% | - |
| HSV(B) | 234.26º | 0.84% | 0.54% | - |
| XYZ | 5.39 | 3.06 | 23.97 | - |
| YUV | 41.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 137 | 0.84 | 0.76 | 0 | 0.46 | 234.26 | 0.72 | 0.31 |
| Hex | 16 | 21 | 89 | 54 | 4C | 0 | 2E | EA | 48 | 1F |
| Octal | 26 | 41 | 211 | 124 | 114 | 0 | 56 | 352 | 110 | 37 |
| Binary | 10110 | 100001 | 10001001 | 1010100 | 1001100 | 0 | 101110 | 11101010 | 1001000 | 11111 |
Color Harmonies of #162189
Complementary color
Monochromatic Colors of #162189
Black with #162189
Text Example
Text Example
White with #162189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162189; }
p { color: rgb(22,33,137); }
H1.HeaderClassName
{
color: #162189;
}
.AnyTagClassName
{
color: #162189;
}
</style>
background-color css
<style>
a { background-color: #162189; }
a { background-color: rgb(22,33,137); }
div.DivClassName
{
background-color: #162189;
}
.BgClassName
{
background-color: #162189;
}
</style>
border-color css
<style>
span { border-color: #162189; }
span { border-color: rgb(22,33,137); }
td.TdClassName
{
border-color: #162189;
}
.TagClassName
{
border-color: #162189;
}
</style>