Shades of Ultramarine #160986
Tints of Ultramarine #160986
RGB
CMYK
RGB Variations
Color information
#160986 (or 0x160986) is known color: Ultramarine. HEX triplet: 16, 09 and 86. RGB value is (22,9,134). Sum of RGB (Red+Green+Blue) = 22+9+134=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 134 (52.73% from 255 or 81.21% from 165); Max value from RGB is 134 - color contains mainly: blue. Hex color #160986 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160986 is #E9F679. Grayscale: #1A1A1A. Windows color (decimal): -15332986 or 8784150. OLE color: 8784150.
HSL color Cylindrical-coordinate representation of color #160986: hue angle of 246.24º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160986 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 9 | 134 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.47 |
| HSL | 246.24º | 0.87% | 0.28% | - |
| HSV(B) | 246.24º | 0.93% | 0.53% | - |
| XYZ | 4.73 | 2.09 | 22.71 | - |
| YUV | 27.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 134 | 0.84 | 0.93 | 0 | 0.47 | 246.24 | 0.87 | 0.28 |
| Hex | 16 | 9 | 86 | 54 | 5D | 0 | 2F | F6 | 57 | 1C |
| Octal | 26 | 11 | 206 | 124 | 135 | 0 | 57 | 366 | 127 | 34 |
| Binary | 10110 | 1001 | 10000110 | 1010100 | 1011101 | 0 | 101111 | 11110110 | 1010111 | 11100 |
Color Harmonies of #160986
Complementary color
Monochromatic Colors of #160986
Black with #160986
Text Example
Text Example
White with #160986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160986; }
p { color: rgb(22,9,134); }
H1.HeaderClassName
{
color: #160986;
}
.AnyTagClassName
{
color: #160986;
}
</style>
background-color css
<style>
a { background-color: #160986; }
a { background-color: rgb(22,9,134); }
div.DivClassName
{
background-color: #160986;
}
.BgClassName
{
background-color: #160986;
}
</style>
border-color css
<style>
span { border-color: #160986; }
span { border-color: rgb(22,9,134); }
td.TdClassName
{
border-color: #160986;
}
.TagClassName
{
border-color: #160986;
}
</style>