Shades of Ultramarine #160882
Tints of Ultramarine #160882
RGB
CMYK
RGB Variations
Color information
#160882 (or 0x160882) is known color: Ultramarine. HEX triplet: 16, 08 and 82. RGB value is (22,8,130). Sum of RGB (Red+Green+Blue) = 22+8+130=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 130 (51.17% from 255 or 81.25% from 160); Max value from RGB is 130 - color contains mainly: blue. Hex color #160882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160882 is #E9F77D. Grayscale: #191919. Windows color (decimal): -15333246 or 8521750. OLE color: 8521750.
HSL color Cylindrical-coordinate representation of color #160882: hue angle of 246.89º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160882 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 8 | 130 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.49 |
| HSL | 246.89º | 0.88% | 0.27% | - |
| HSV(B) | 246.89º | 0.94% | 0.51% | - |
| XYZ | 4.45 | 1.96 | 21.26 | - |
| YUV | 26.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 130 | 0.83 | 0.94 | 0 | 0.49 | 246.89 | 0.88 | 0.27 |
| Hex | 16 | 8 | 82 | 53 | 5E | 0 | 31 | F7 | 58 | 1B |
| Octal | 26 | 10 | 202 | 123 | 136 | 0 | 61 | 367 | 130 | 33 |
| Binary | 10110 | 1000 | 10000010 | 1010011 | 1011110 | 0 | 110001 | 11110111 | 1011000 | 11011 |
Color Harmonies of #160882
Complementary color
Monochromatic Colors of #160882
Black with #160882
Text Example
Text Example
White with #160882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160882; }
p { color: rgb(22,8,130); }
H1.HeaderClassName
{
color: #160882;
}
.AnyTagClassName
{
color: #160882;
}
</style>
background-color css
<style>
a { background-color: #160882; }
a { background-color: rgb(22,8,130); }
div.DivClassName
{
background-color: #160882;
}
.BgClassName
{
background-color: #160882;
}
</style>
border-color css
<style>
span { border-color: #160882; }
span { border-color: rgb(22,8,130); }
td.TdClassName
{
border-color: #160882;
}
.TagClassName
{
border-color: #160882;
}
</style>