Shades of Ultramarine #160080
Tints of Ultramarine #160080
RGB
CMYK
RGB Variations
Color information
#160080 (or 0x160080) is known color: Ultramarine. HEX triplet: 16, 00 and 80. RGB value is (22,0,128). Sum of RGB (Red+Green+Blue) = 22+0+128=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 128 (50.39% from 255 or 85.33% from 150); Max value from RGB is 128 - color contains mainly: blue. Hex color #160080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160080 is #E9FF7F. Grayscale: #141414. Windows color (decimal): -15335296 or 8388630. OLE color: 8388630.
HSL color Cylindrical-coordinate representation of color #160080: hue angle of 250.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160080 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 0 | 128 | - |
| CMYK | 0.83 | 1 | 0 | 0.50 |
| HSL | 250.31º | 1% | 0.25% | - |
| HSV(B) | 250.31º | 1% | 0.5% | - |
| XYZ | 4.23 | 1.73 | 20.53 | - |
| YUV | 21.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 128 | 0.83 | 1 | 0 | 0.50 | 250.31 | 1 | 0.25 |
| Hex | 16 | 0 | 80 | 53 | 64 | 0 | 32 | FA | 64 | 19 |
| Octal | 26 | 0 | 200 | 123 | 144 | 0 | 62 | 372 | 144 | 31 |
| Binary | 10110 | 0 | 10000000 | 1010011 | 1100100 | 0 | 110010 | 11111010 | 1100100 | 11001 |
Color Harmonies of #160080
Complementary color
Monochromatic Colors of #160080
Black with #160080
Text Example
Text Example
White with #160080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160080; }
p { color: rgb(22,0,128); }
H1.HeaderClassName
{
color: #160080;
}
.AnyTagClassName
{
color: #160080;
}
</style>
background-color css
<style>
a { background-color: #160080; }
a { background-color: rgb(22,0,128); }
div.DivClassName
{
background-color: #160080;
}
.BgClassName
{
background-color: #160080;
}
</style>
border-color css
<style>
span { border-color: #160080; }
span { border-color: rgb(22,0,128); }
td.TdClassName
{
border-color: #160080;
}
.TagClassName
{
border-color: #160080;
}
</style>