Shades of Ultramarine #160077
Tints of Ultramarine #160077
RGB
CMYK
RGB Variations
Color information
#160077 (or 0x160077) is known color: Ultramarine. HEX triplet: 16, 00 and 77. RGB value is (22,0,119). Sum of RGB (Red+Green+Blue) = 22+0+119=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #160077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160077 is #E9FF88. Grayscale: #131313. Windows color (decimal): -15335305 or 7798806. OLE color: 7798806.
HSL color Cylindrical-coordinate representation of color #160077: hue angle of 251.09º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160077 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 0 | 119 | - |
| CMYK | 0.82 | 1 | 0 | 0.53 |
| HSL | 251.09º | 1% | 0.23% | - |
| HSV(B) | 251.09º | 1% | 0.47% | - |
| XYZ | 3.66 | 1.5 | 17.55 | - |
| YUV | 20.14 | 183.79 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 119 | 0.82 | 1 | 0 | 0.53 | 251.09 | 1 | 0.23 |
| Hex | 16 | 0 | 77 | 52 | 64 | 0 | 35 | FB | 64 | 17 |
| Octal | 26 | 0 | 167 | 122 | 144 | 0 | 65 | 373 | 144 | 27 |
| Binary | 10110 | 0 | 1110111 | 1010010 | 1100100 | 0 | 110101 | 11111011 | 1100100 | 10111 |
Color Harmonies of #160077
Complementary color
Monochromatic Colors of #160077
Black with #160077
Text Example
Text Example
White with #160077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160077; }
p { color: rgb(22,0,119); }
H1.HeaderClassName
{
color: #160077;
}
.AnyTagClassName
{
color: #160077;
}
</style>
background-color css
<style>
a { background-color: #160077; }
a { background-color: rgb(22,0,119); }
div.DivClassName
{
background-color: #160077;
}
.BgClassName
{
background-color: #160077;
}
</style>
border-color css
<style>
span { border-color: #160077; }
span { border-color: rgb(22,0,119); }
td.TdClassName
{
border-color: #160077;
}
.TagClassName
{
border-color: #160077;
}
</style>