Shades of Ultramarine #160982
Tints of Ultramarine #160982
RGB
CMYK
RGB Variations
Color information
#160982 (or 0x160982) is known color: Ultramarine. HEX triplet: 16, 09 and 82. RGB value is (22,9,130). Sum of RGB (Red+Green+Blue) = 22+9+130=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 130 (51.17% from 255 or 80.75% from 161); Max value from RGB is 130 - color contains mainly: blue. Hex color #160982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160982 is #E9F67D. Grayscale: #1A1A1A. Windows color (decimal): -15332990 or 8522006. OLE color: 8522006.
HSL color Cylindrical-coordinate representation of color #160982: hue angle of 246.45º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160982 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 9 | 130 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.49 |
| HSL | 246.45º | 0.87% | 0.27% | - |
| HSV(B) | 246.45º | 0.93% | 0.51% | - |
| XYZ | 4.46 | 1.98 | 21.27 | - |
| YUV | 26.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 130 | 0.83 | 0.93 | 0 | 0.49 | 246.45 | 0.87 | 0.27 |
| Hex | 16 | 9 | 82 | 53 | 5D | 0 | 31 | F6 | 57 | 1B |
| Octal | 26 | 11 | 202 | 123 | 135 | 0 | 61 | 366 | 127 | 33 |
| Binary | 10110 | 1001 | 10000010 | 1010011 | 1011101 | 0 | 110001 | 11110110 | 1010111 | 11011 |
Color Harmonies of #160982
Complementary color
Monochromatic Colors of #160982
Black with #160982
Text Example
Text Example
White with #160982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160982; }
p { color: rgb(22,9,130); }
H1.HeaderClassName
{
color: #160982;
}
.AnyTagClassName
{
color: #160982;
}
</style>
background-color css
<style>
a { background-color: #160982; }
a { background-color: rgb(22,9,130); }
div.DivClassName
{
background-color: #160982;
}
.BgClassName
{
background-color: #160982;
}
</style>
border-color css
<style>
span { border-color: #160982; }
span { border-color: rgb(22,9,130); }
td.TdClassName
{
border-color: #160982;
}
.TagClassName
{
border-color: #160982;
}
</style>