Shades of Ultramarine #160180
Tints of Ultramarine #160180
RGB
CMYK
RGB Variations
Color information
#160180 (or 0x160180) is known color: Ultramarine. HEX triplet: 16, 01 and 80. RGB value is (22,1,128). Sum of RGB (Red+Green+Blue) = 22+1+128=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 128 (50.39% from 255 or 84.77% from 151); Max value from RGB is 128 - color contains mainly: blue. Hex color #160180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160180 is #E9FE7F. Grayscale: #151515. Windows color (decimal): -15335040 or 8388886. OLE color: 8388886.
HSL color Cylindrical-coordinate representation of color #160180: hue angle of 249.92º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160180 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 1 | 128 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.50 |
| HSL | 249.92º | 0.98% | 0.25% | - |
| HSV(B) | 249.92º | 0.99% | 0.5% | - |
| XYZ | 4.24 | 1.75 | 20.54 | - |
| YUV | 21.76 | 187.96 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 128 | 0.83 | 0.99 | 0 | 0.50 | 249.92 | 0.98 | 0.25 |
| Hex | 16 | 1 | 80 | 53 | 63 | 0 | 32 | FA | 62 | 19 |
| Octal | 26 | 1 | 200 | 123 | 143 | 0 | 62 | 372 | 142 | 31 |
| Binary | 10110 | 1 | 10000000 | 1010011 | 1100011 | 0 | 110010 | 11111010 | 1100010 | 11001 |
Color Harmonies of #160180
Complementary color
Monochromatic Colors of #160180
Black with #160180
Text Example
Text Example
White with #160180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160180; }
p { color: rgb(22,1,128); }
H1.HeaderClassName
{
color: #160180;
}
.AnyTagClassName
{
color: #160180;
}
</style>
background-color css
<style>
a { background-color: #160180; }
a { background-color: rgb(22,1,128); }
div.DivClassName
{
background-color: #160180;
}
.BgClassName
{
background-color: #160180;
}
</style>
border-color css
<style>
span { border-color: #160180; }
span { border-color: rgb(22,1,128); }
td.TdClassName
{
border-color: #160180;
}
.TagClassName
{
border-color: #160180;
}
</style>