Shades of Ultramarine #162091
Tints of Ultramarine #162091
RGB
CMYK
RGB Variations
Color information
#162091 (or 0x162091) is known color: Ultramarine. HEX triplet: 16, 20 and 91. RGB value is (22,32,145). Sum of RGB (Red+Green+Blue) = 22+32+145=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #162091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162091 is #E9DF6E. Grayscale: #292929. Windows color (decimal): -15327087 or 9510934. OLE color: 9510934.
HSL color Cylindrical-coordinate representation of color #162091: hue angle of 235.12º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162091 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 32 | 145 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.43 |
| HSL | 235.12º | 0.74% | 0.33% | - |
| HSV(B) | 235.12º | 0.85% | 0.57% | - |
| XYZ | 5.96 | 3.25 | 27.1 | - |
| YUV | 41.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 145 | 0.85 | 0.78 | 0 | 0.43 | 235.12 | 0.74 | 0.33 |
| Hex | 16 | 20 | 91 | 55 | 4E | 0 | 2B | EB | 4A | 21 |
| Octal | 26 | 40 | 221 | 125 | 116 | 0 | 53 | 353 | 112 | 41 |
| Binary | 10110 | 100000 | 10010001 | 1010101 | 1001110 | 0 | 101011 | 11101011 | 1001010 | 100001 |
Color Harmonies of #162091
Complementary color
Monochromatic Colors of #162091
Black with #162091
Text Example
Text Example
White with #162091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162091; }
p { color: rgb(22,32,145); }
H1.HeaderClassName
{
color: #162091;
}
.AnyTagClassName
{
color: #162091;
}
</style>
background-color css
<style>
a { background-color: #162091; }
a { background-color: rgb(22,32,145); }
div.DivClassName
{
background-color: #162091;
}
.BgClassName
{
background-color: #162091;
}
</style>
border-color css
<style>
span { border-color: #162091; }
span { border-color: rgb(22,32,145); }
td.TdClassName
{
border-color: #162091;
}
.TagClassName
{
border-color: #162091;
}
</style>