Shades of Ultramarine #160582
Tints of Ultramarine #160582
RGB
CMYK
RGB Variations
Color information
#160582 (or 0x160582) is known color: Ultramarine. HEX triplet: 16, 05 and 82. RGB value is (22,5,130). Sum of RGB (Red+Green+Blue) = 22+5+130=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 130 (51.17% from 255 or 82.80% from 157); Max value from RGB is 130 - color contains mainly: blue. Hex color #160582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160582 is #E9FA7D. Grayscale: #171717. Windows color (decimal): -15334014 or 8520982. OLE color: 8520982.
HSL color Cylindrical-coordinate representation of color #160582: hue angle of 248.16º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160582 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 5 | 130 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.49 |
| HSL | 248.16º | 0.93% | 0.26% | - |
| HSV(B) | 248.16º | 0.96% | 0.51% | - |
| XYZ | 4.41 | 1.89 | 21.25 | - |
| YUV | 24.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 130 | 0.83 | 0.96 | 0 | 0.49 | 248.16 | 0.93 | 0.26 |
| Hex | 16 | 5 | 82 | 53 | 60 | 0 | 31 | F8 | 5D | 1A |
| Octal | 26 | 5 | 202 | 123 | 140 | 0 | 61 | 370 | 135 | 32 |
| Binary | 10110 | 101 | 10000010 | 1010011 | 1100000 | 0 | 110001 | 11111000 | 1011101 | 11010 |
Color Harmonies of #160582
Complementary color
Monochromatic Colors of #160582
Black with #160582
Text Example
Text Example
White with #160582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160582; }
p { color: rgb(22,5,130); }
H1.HeaderClassName
{
color: #160582;
}
.AnyTagClassName
{
color: #160582;
}
</style>
background-color css
<style>
a { background-color: #160582; }
a { background-color: rgb(22,5,130); }
div.DivClassName
{
background-color: #160582;
}
.BgClassName
{
background-color: #160582;
}
</style>
border-color css
<style>
span { border-color: #160582; }
span { border-color: rgb(22,5,130); }
td.TdClassName
{
border-color: #160582;
}
.TagClassName
{
border-color: #160582;
}
</style>