Shades of Ultramarine #160F95
Tints of Ultramarine #160F95
RGB
CMYK
RGB Variations
Color information
#160F95 (or 0x160F95) is known color: Ultramarine. HEX triplet: 16, 0F and 95. RGB value is (22,15,149). Sum of RGB (Red+Green+Blue) = 22+15+149=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #160F95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160F95 is #E9F06A. Grayscale: #1F1F1F. Windows color (decimal): -15331435 or 9768726. OLE color: 9768726.
HSL color Cylindrical-coordinate representation of color #160F95: hue angle of 243.13º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160F95 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 15 | 149 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.42 |
| HSL | 243.13º | 0.82% | 0.32% | - |
| HSV(B) | 243.13º | 0.9% | 0.58% | - |
| XYZ | 5.93 | 2.68 | 28.64 | - |
| YUV | 32.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 149 | 0.85 | 0.90 | 0 | 0.42 | 243.13 | 0.82 | 0.32 |
| Hex | 16 | F | 95 | 55 | 5A | 0 | 2A | F3 | 52 | 20 |
| Octal | 26 | 17 | 225 | 125 | 132 | 0 | 52 | 363 | 122 | 40 |
| Binary | 10110 | 1111 | 10010101 | 1010101 | 1011010 | 0 | 101010 | 11110011 | 1010010 | 100000 |
Color Harmonies of #160F95
Complementary color
Monochromatic Colors of #160F95
Black with #160F95
Text Example
Text Example
White with #160F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160F95; }
p { color: rgb(22,15,149); }
H1.HeaderClassName
{
color: #160F95;
}
.AnyTagClassName
{
color: #160F95;
}
</style>
background-color css
<style>
a { background-color: #160F95; }
a { background-color: rgb(22,15,149); }
div.DivClassName
{
background-color: #160F95;
}
.BgClassName
{
background-color: #160F95;
}
</style>
border-color css
<style>
span { border-color: #160F95; }
span { border-color: rgb(22,15,149); }
td.TdClassName
{
border-color: #160F95;
}
.TagClassName
{
border-color: #160F95;
}
</style>