Shades of Ultramarine #160481
Tints of Ultramarine #160481
RGB
CMYK
RGB Variations
Color information
#160481 (or 0x160481) is known color: Ultramarine. HEX triplet: 16, 04 and 81. RGB value is (22,4,129). Sum of RGB (Red+Green+Blue) = 22+4+129=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #160481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160481 is #E9FB7E. Grayscale: #171717. Windows color (decimal): -15334271 or 8455190. OLE color: 8455190.
HSL color Cylindrical-coordinate representation of color #160481: hue angle of 248.64º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160481 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 4 | 129 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.49 |
| HSL | 248.64º | 0.94% | 0.26% | - |
| HSV(B) | 248.64º | 0.97% | 0.51% | - |
| XYZ | 4.34 | 1.84 | 20.9 | - |
| YUV | 23.63 | 187.46 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 129 | 0.83 | 0.97 | 0 | 0.49 | 248.64 | 0.94 | 0.26 |
| Hex | 16 | 4 | 81 | 53 | 61 | 0 | 31 | F9 | 5E | 1A |
| Octal | 26 | 4 | 201 | 123 | 141 | 0 | 61 | 371 | 136 | 32 |
| Binary | 10110 | 100 | 10000001 | 1010011 | 1100001 | 0 | 110001 | 11111001 | 1011110 | 11010 |
Color Harmonies of #160481
Complementary color
Monochromatic Colors of #160481
Black with #160481
Text Example
Text Example
White with #160481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160481; }
p { color: rgb(22,4,129); }
H1.HeaderClassName
{
color: #160481;
}
.AnyTagClassName
{
color: #160481;
}
</style>
background-color css
<style>
a { background-color: #160481; }
a { background-color: rgb(22,4,129); }
div.DivClassName
{
background-color: #160481;
}
.BgClassName
{
background-color: #160481;
}
</style>
border-color css
<style>
span { border-color: #160481; }
span { border-color: rgb(22,4,129); }
td.TdClassName
{
border-color: #160481;
}
.TagClassName
{
border-color: #160481;
}
</style>