Shades of Ultramarine #160589
Tints of Ultramarine #160589
RGB
CMYK
RGB Variations
Color information
#160589 (or 0x160589) is known color: Ultramarine. HEX triplet: 16, 05 and 89. RGB value is (22,5,137). Sum of RGB (Red+Green+Blue) = 22+5+137=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 137 (53.91% from 255 or 83.54% from 164); Max value from RGB is 137 - color contains mainly: blue. Hex color #160589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160589 is #E9FA76. Grayscale: #181818. Windows color (decimal): -15334007 or 8979734. OLE color: 8979734.
HSL color Cylindrical-coordinate representation of color #160589: hue angle of 247.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160589 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 5 | 137 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.46 |
| HSL | 247.73º | 0.93% | 0.28% | - |
| HSV(B) | 247.73º | 0.96% | 0.54% | - |
| XYZ | 4.9 | 2.09 | 23.81 | - |
| YUV | 25.13 | 191.13 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 137 | 0.84 | 0.96 | 0 | 0.46 | 247.73 | 0.93 | 0.28 |
| Hex | 16 | 5 | 89 | 54 | 60 | 0 | 2E | F8 | 5D | 1C |
| Octal | 26 | 5 | 211 | 124 | 140 | 0 | 56 | 370 | 135 | 34 |
| Binary | 10110 | 101 | 10001001 | 1010100 | 1100000 | 0 | 101110 | 11111000 | 1011101 | 11100 |
Color Harmonies of #160589
Complementary color
Monochromatic Colors of #160589
Black with #160589
Text Example
Text Example
White with #160589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160589; }
p { color: rgb(22,5,137); }
H1.HeaderClassName
{
color: #160589;
}
.AnyTagClassName
{
color: #160589;
}
</style>
background-color css
<style>
a { background-color: #160589; }
a { background-color: rgb(22,5,137); }
div.DivClassName
{
background-color: #160589;
}
.BgClassName
{
background-color: #160589;
}
</style>
border-color css
<style>
span { border-color: #160589; }
span { border-color: rgb(22,5,137); }
td.TdClassName
{
border-color: #160589;
}
.TagClassName
{
border-color: #160589;
}
</style>