Shades of Ultramarine #160187
Tints of Ultramarine #160187
RGB
CMYK
RGB Variations
Color information
#160187 (or 0x160187) is known color: Ultramarine. HEX triplet: 16, 01 and 87. RGB value is (22,1,135). Sum of RGB (Red+Green+Blue) = 22+1+135=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 135 (53.12% from 255 or 85.44% from 158); Max value from RGB is 135 - color contains mainly: blue. Hex color #160187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160187 is #E9FE78. Grayscale: #161616. Windows color (decimal): -15335033 or 8847638. OLE color: 8847638.
HSL color Cylindrical-coordinate representation of color #160187: hue angle of 249.4º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160187 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 1 | 135 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.47 |
| HSL | 249.4º | 0.99% | 0.27% | - |
| HSV(B) | 249.4º | 0.99% | 0.53% | - |
| XYZ | 4.71 | 1.94 | 23.05 | - |
| YUV | 22.56 | 191.46 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 135 | 0.84 | 0.99 | 0 | 0.47 | 249.4 | 0.99 | 0.27 |
| Hex | 16 | 1 | 87 | 54 | 63 | 0 | 2F | F9 | 63 | 1B |
| Octal | 26 | 1 | 207 | 124 | 143 | 0 | 57 | 371 | 143 | 33 |
| Binary | 10110 | 1 | 10000111 | 1010100 | 1100011 | 0 | 101111 | 11111001 | 1100011 | 11011 |
Color Harmonies of #160187
Complementary color
Monochromatic Colors of #160187
Black with #160187
Text Example
Text Example
White with #160187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160187; }
p { color: rgb(22,1,135); }
H1.HeaderClassName
{
color: #160187;
}
.AnyTagClassName
{
color: #160187;
}
</style>
background-color css
<style>
a { background-color: #160187; }
a { background-color: rgb(22,1,135); }
div.DivClassName
{
background-color: #160187;
}
.BgClassName
{
background-color: #160187;
}
</style>
border-color css
<style>
span { border-color: #160187; }
span { border-color: rgb(22,1,135); }
td.TdClassName
{
border-color: #160187;
}
.TagClassName
{
border-color: #160187;
}
</style>