Shades of Ultramarine #162190
Tints of Ultramarine #162190
RGB
CMYK
RGB Variations
Color information
#162190 (or 0x162190) is known color: Ultramarine. HEX triplet: 16, 21 and 90. RGB value is (22,33,144). Sum of RGB (Red+Green+Blue) = 22+33+144=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #162190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162190 is #E9DE6F. Grayscale: #292929. Windows color (decimal): -15326832 or 9445654. OLE color: 9445654.
HSL color Cylindrical-coordinate representation of color #162190: hue angle of 234.59º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162190 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 33 | 144 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.44 |
| HSL | 234.59º | 0.73% | 0.33% | - |
| HSV(B) | 234.59º | 0.85% | 0.56% | - |
| XYZ | 5.91 | 3.27 | 26.71 | - |
| YUV | 42.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 144 | 0.85 | 0.77 | 0 | 0.44 | 234.59 | 0.73 | 0.33 |
| Hex | 16 | 21 | 90 | 55 | 4D | 0 | 2C | EB | 49 | 21 |
| Octal | 26 | 41 | 220 | 125 | 115 | 0 | 54 | 353 | 111 | 41 |
| Binary | 10110 | 100001 | 10010000 | 1010101 | 1001101 | 0 | 101100 | 11101011 | 1001001 | 100001 |
Color Harmonies of #162190
Complementary color
Monochromatic Colors of #162190
Black with #162190
Text Example
Text Example
White with #162190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162190; }
p { color: rgb(22,33,144); }
H1.HeaderClassName
{
color: #162190;
}
.AnyTagClassName
{
color: #162190;
}
</style>
background-color css
<style>
a { background-color: #162190; }
a { background-color: rgb(22,33,144); }
div.DivClassName
{
background-color: #162190;
}
.BgClassName
{
background-color: #162190;
}
</style>
border-color css
<style>
span { border-color: #162190; }
span { border-color: rgb(22,33,144); }
td.TdClassName
{
border-color: #162190;
}
.TagClassName
{
border-color: #162190;
}
</style>