Shades of Ultramarine #160286
Tints of Ultramarine #160286
RGB
CMYK
RGB Variations
Color information
#160286 (or 0x160286) is known color: Ultramarine. HEX triplet: 16, 02 and 86. RGB value is (22,2,134). Sum of RGB (Red+Green+Blue) = 22+2+134=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #160286 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160286 is #E9FD79. Grayscale: #161616. Windows color (decimal): -15334778 or 8782358. OLE color: 8782358.
HSL color Cylindrical-coordinate representation of color #160286: hue angle of 249.09º degrees, saturation: 0.97, 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 #160286 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 2 | 134 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.47 |
| HSL | 249.09º | 0.97% | 0.27% | - |
| HSV(B) | 249.09º | 0.99% | 0.53% | - |
| XYZ | 4.66 | 1.94 | 22.68 | - |
| YUV | 23.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 134 | 0.84 | 0.99 | 0 | 0.47 | 249.09 | 0.97 | 0.27 |
| Hex | 16 | 2 | 86 | 54 | 63 | 0 | 2F | F9 | 61 | 1B |
| Octal | 26 | 2 | 206 | 124 | 143 | 0 | 57 | 371 | 141 | 33 |
| Binary | 10110 | 10 | 10000110 | 1010100 | 1100011 | 0 | 101111 | 11111001 | 1100001 | 11011 |
Color Harmonies of #160286
Complementary color
Monochromatic Colors of #160286
Black with #160286
Text Example
Text Example
White with #160286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160286; }
p { color: rgb(22,2,134); }
H1.HeaderClassName
{
color: #160286;
}
.AnyTagClassName
{
color: #160286;
}
</style>
background-color css
<style>
a { background-color: #160286; }
a { background-color: rgb(22,2,134); }
div.DivClassName
{
background-color: #160286;
}
.BgClassName
{
background-color: #160286;
}
</style>
border-color css
<style>
span { border-color: #160286; }
span { border-color: rgb(22,2,134); }
td.TdClassName
{
border-color: #160286;
}
.TagClassName
{
border-color: #160286;
}
</style>