Shades of Ultramarine #160595
Tints of Ultramarine #160595
RGB
CMYK
RGB Variations
Color information
#160595 (or 0x160595) is known color: Ultramarine. HEX triplet: 16, 05 and 95. RGB value is (22,5,149). Sum of RGB (Red+Green+Blue) = 22+5+149=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 149 (58.59% from 255 or 84.66% from 176); Max value from RGB is 149 - color contains mainly: blue. Hex color #160595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160595 is #E9FA6A. Grayscale: #191919. Windows color (decimal): -15333995 or 9766166. OLE color: 9766166.
HSL color Cylindrical-coordinate representation of color #160595: hue angle of 247.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160595 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 5 | 149 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.42 |
| HSL | 247.08º | 0.94% | 0.3% | - |
| HSV(B) | 247.08º | 0.97% | 0.58% | - |
| XYZ | 5.81 | 2.45 | 28.6 | - |
| YUV | 26.5 | 197.13 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 149 | 0.85 | 0.97 | 0 | 0.42 | 247.08 | 0.94 | 0.3 |
| Hex | 16 | 5 | 95 | 55 | 61 | 0 | 2A | F7 | 5E | 1E |
| Octal | 26 | 5 | 225 | 125 | 141 | 0 | 52 | 367 | 136 | 36 |
| Binary | 10110 | 101 | 10010101 | 1010101 | 1100001 | 0 | 101010 | 11110111 | 1011110 | 11110 |
Color Harmonies of #160595
Complementary color
Monochromatic Colors of #160595
Black with #160595
Text Example
Text Example
White with #160595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160595; }
p { color: rgb(22,5,149); }
H1.HeaderClassName
{
color: #160595;
}
.AnyTagClassName
{
color: #160595;
}
</style>
background-color css
<style>
a { background-color: #160595; }
a { background-color: rgb(22,5,149); }
div.DivClassName
{
background-color: #160595;
}
.BgClassName
{
background-color: #160595;
}
</style>
border-color css
<style>
span { border-color: #160595; }
span { border-color: rgb(22,5,149); }
td.TdClassName
{
border-color: #160595;
}
.TagClassName
{
border-color: #160595;
}
</style>