Shades of Ultramarine #161791
Tints of Ultramarine #161791
RGB
CMYK
RGB Variations
Color information
#161791 (or 0x161791) is known color: Ultramarine. HEX triplet: 16, 17 and 91. RGB value is (22,23,145). Sum of RGB (Red+Green+Blue) = 22+23+145=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #161791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161791 is #E9E86E. Grayscale: #242424. Windows color (decimal): -15329391 or 9508630. OLE color: 9508630.
HSL color Cylindrical-coordinate representation of color #161791: hue angle of 239.51º 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 #161791 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 23 | 145 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.43 |
| HSL | 239.51º | 0.74% | 0.33% | - |
| HSV(B) | 239.51º | 0.85% | 0.57% | - |
| XYZ | 5.75 | 2.83 | 27.03 | - |
| YUV | 36.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 145 | 0.85 | 0.84 | 0 | 0.43 | 239.51 | 0.74 | 0.33 |
| Hex | 16 | 17 | 91 | 55 | 54 | 0 | 2B | F0 | 4A | 21 |
| Octal | 26 | 27 | 221 | 125 | 124 | 0 | 53 | 360 | 112 | 41 |
| Binary | 10110 | 10111 | 10010001 | 1010101 | 1010100 | 0 | 101011 | 11110000 | 1001010 | 100001 |
Color Harmonies of #161791
Complementary color
Monochromatic Colors of #161791
Black with #161791
Text Example
Text Example
White with #161791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161791; }
p { color: rgb(22,23,145); }
H1.HeaderClassName
{
color: #161791;
}
.AnyTagClassName
{
color: #161791;
}
</style>
background-color css
<style>
a { background-color: #161791; }
a { background-color: rgb(22,23,145); }
div.DivClassName
{
background-color: #161791;
}
.BgClassName
{
background-color: #161791;
}
</style>
border-color css
<style>
span { border-color: #161791; }
span { border-color: rgb(22,23,145); }
td.TdClassName
{
border-color: #161791;
}
.TagClassName
{
border-color: #161791;
}
</style>