Shades of Ultramarine #160599
Tints of Ultramarine #160599
RGB
CMYK
RGB Variations
Color information
#160599 (or 0x160599) is known color: Ultramarine. HEX triplet: 16, 05 and 99. RGB value is (22,5,153). Sum of RGB (Red+Green+Blue) = 22+5+153=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 153 (60.16% from 255 or 85% from 180); Max value from RGB is 153 - color contains mainly: blue. Hex color #160599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160599 is #E9FA66. Grayscale: #1A1A1A. Windows color (decimal): -15333991 or 10028310. OLE color: 10028310.
HSL color Cylindrical-coordinate representation of color #160599: hue angle of 246.89º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160599 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 5 | 153 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.4 |
| HSL | 246.89º | 0.94% | 0.31% | - |
| HSV(B) | 246.89º | 0.97% | 0.6% | - |
| XYZ | 6.13 | 2.58 | 30.31 | - |
| YUV | 26.96 | 199.13 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 153 | 0.86 | 0.97 | 0 | 0.4 | 246.89 | 0.94 | 0.31 |
| Hex | 16 | 5 | 99 | 56 | 61 | 0 | 28 | F7 | 5E | 1F |
| Octal | 26 | 5 | 231 | 126 | 141 | 0 | 50 | 367 | 136 | 37 |
| Binary | 10110 | 101 | 10011001 | 1010110 | 1100001 | 0 | 101000 | 11110111 | 1011110 | 11111 |
Color Harmonies of #160599
Complementary color
Monochromatic Colors of #160599
Black with #160599
Text Example
Text Example
White with #160599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160599; }
p { color: rgb(22,5,153); }
H1.HeaderClassName
{
color: #160599;
}
.AnyTagClassName
{
color: #160599;
}
</style>
background-color css
<style>
a { background-color: #160599; }
a { background-color: rgb(22,5,153); }
div.DivClassName
{
background-color: #160599;
}
.BgClassName
{
background-color: #160599;
}
</style>
border-color css
<style>
span { border-color: #160599; }
span { border-color: rgb(22,5,153); }
td.TdClassName
{
border-color: #160599;
}
.TagClassName
{
border-color: #160599;
}
</style>