Shades of Ultramarine #161691
Tints of Ultramarine #161691
RGB
CMYK
RGB Variations
Color information
#161691 (or 0x161691) is known color: Ultramarine. HEX triplet: 16, 16 and 91. RGB value is (22,22,145). Sum of RGB (Red+Green+Blue) = 22+22+145=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #161691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161691 is #E9E96E. Grayscale: #232323. Windows color (decimal): -15329647 or 9508374. OLE color: 9508374.
HSL color Cylindrical-coordinate representation of color #161691: hue angle of 240º 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 #161691 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 22 | 145 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.43 |
| HSL | 240º | 0.74% | 0.33% | - |
| HSV(B) | 240º | 0.85% | 0.57% | - |
| XYZ | 5.73 | 2.79 | 27.02 | - |
| YUV | 36.02 | 189.5 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 145 | 0.85 | 0.85 | 0 | 0.43 | 240 | 0.74 | 0.33 |
| Hex | 16 | 16 | 91 | 55 | 55 | 0 | 2B | F0 | 4A | 21 |
| Octal | 26 | 26 | 221 | 125 | 125 | 0 | 53 | 360 | 112 | 41 |
| Binary | 10110 | 10110 | 10010001 | 1010101 | 1010101 | 0 | 101011 | 11110000 | 1001010 | 100001 |
Color Harmonies of #161691
Complementary color
Monochromatic Colors of #161691
Black with #161691
Text Example
Text Example
White with #161691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161691; }
p { color: rgb(22,22,145); }
H1.HeaderClassName
{
color: #161691;
}
.AnyTagClassName
{
color: #161691;
}
</style>
background-color css
<style>
a { background-color: #161691; }
a { background-color: rgb(22,22,145); }
div.DivClassName
{
background-color: #161691;
}
.BgClassName
{
background-color: #161691;
}
</style>
border-color css
<style>
span { border-color: #161691; }
span { border-color: rgb(22,22,145); }
td.TdClassName
{
border-color: #161691;
}
.TagClassName
{
border-color: #161691;
}
</style>