Shades of Ultramarine #160A96
Tints of Ultramarine #160A96
RGB
CMYK
RGB Variations
Color information
#160A96 (or 0x160A96) is known color: Ultramarine. HEX triplet: 16, 0A and 96. RGB value is (22,10,150). Sum of RGB (Red+Green+Blue) = 22+10+150=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #160A96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160A96 is #E9F569. Grayscale: #1D1D1D. Windows color (decimal): -15332714 or 9832982. OLE color: 9832982.
HSL color Cylindrical-coordinate representation of color #160A96: hue angle of 245.14º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160A96 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 10 | 150 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.41 |
| HSL | 245.14º | 0.88% | 0.31% | - |
| HSV(B) | 245.14º | 0.93% | 0.59% | - |
| XYZ | 5.94 | 2.59 | 29.04 | - |
| YUV | 29.55 | 195.98 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 150 | 0.85 | 0.93 | 0 | 0.41 | 245.14 | 0.88 | 0.31 |
| Hex | 16 | A | 96 | 55 | 5D | 0 | 29 | F5 | 58 | 1F |
| Octal | 26 | 12 | 226 | 125 | 135 | 0 | 51 | 365 | 130 | 37 |
| Binary | 10110 | 1010 | 10010110 | 1010101 | 1011101 | 0 | 101001 | 11110101 | 1011000 | 11111 |
Color Harmonies of #160A96
Complementary color
Monochromatic Colors of #160A96
Black with #160A96
Text Example
Text Example
White with #160A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160A96; }
p { color: rgb(22,10,150); }
H1.HeaderClassName
{
color: #160A96;
}
.AnyTagClassName
{
color: #160A96;
}
</style>
background-color css
<style>
a { background-color: #160A96; }
a { background-color: rgb(22,10,150); }
div.DivClassName
{
background-color: #160A96;
}
.BgClassName
{
background-color: #160A96;
}
</style>
border-color css
<style>
span { border-color: #160A96; }
span { border-color: rgb(22,10,150); }
td.TdClassName
{
border-color: #160A96;
}
.TagClassName
{
border-color: #160A96;
}
</style>