Shades of Ultramarine #160998
Tints of Ultramarine #160998
RGB
CMYK
RGB Variations
Color information
#160998 (or 0x160998) is known color: Ultramarine. HEX triplet: 16, 09 and 98. RGB value is (22,9,152). Sum of RGB (Red+Green+Blue) = 22+9+152=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 152 (59.77% from 255 or 83.06% from 183); Max value from RGB is 152 - color contains mainly: blue. Hex color #160998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160998 is #E9F667. Grayscale: #1C1C1C. Windows color (decimal): -15332968 or 9963798. OLE color: 9963798.
HSL color Cylindrical-coordinate representation of color #160998: hue angle of 245.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160998 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 9 | 152 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.40 |
| HSL | 245.45º | 0.89% | 0.32% | - |
| HSV(B) | 245.45º | 0.94% | 0.6% | - |
| XYZ | 6.1 | 2.63 | 29.89 | - |
| YUV | 29.19 | 197.31 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 152 | 0.86 | 0.94 | 0 | 0.40 | 245.45 | 0.89 | 0.32 |
| Hex | 16 | 9 | 98 | 56 | 5E | 0 | 28 | F5 | 59 | 20 |
| Octal | 26 | 11 | 230 | 126 | 136 | 0 | 50 | 365 | 131 | 40 |
| Binary | 10110 | 1001 | 10011000 | 1010110 | 1011110 | 0 | 101000 | 11110101 | 1011001 | 100000 |
Color Harmonies of #160998
Complementary color
Monochromatic Colors of #160998
Black with #160998
Text Example
Text Example
White with #160998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160998; }
p { color: rgb(22,9,152); }
H1.HeaderClassName
{
color: #160998;
}
.AnyTagClassName
{
color: #160998;
}
</style>
background-color css
<style>
a { background-color: #160998; }
a { background-color: rgb(22,9,152); }
div.DivClassName
{
background-color: #160998;
}
.BgClassName
{
background-color: #160998;
}
</style>
border-color css
<style>
span { border-color: #160998; }
span { border-color: rgb(22,9,152); }
td.TdClassName
{
border-color: #160998;
}
.TagClassName
{
border-color: #160998;
}
</style>