Shades of Ultramarine #160BAB
Tints of Ultramarine #160BAB
RGB
CMYK
RGB Variations
Color information
#160BAB (or 0x160BAB) is known color: Ultramarine. HEX triplet: 16, 0B and AB. RGB value is (22,11,171). Sum of RGB (Red+Green+Blue) = 22+11+171=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #160BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160BAB is #E9F454. Grayscale: #1F1F1F. Windows color (decimal): -15332437 or 11209494. OLE color: 11209494.
HSL color Cylindrical-coordinate representation of color #160BAB: hue angle of 244.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160BAB is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 11 | 171 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.33 |
| HSL | 244.13º | 0.88% | 0.36% | - |
| HSV(B) | 244.13º | 0.94% | 0.67% | - |
| XYZ | 7.8 | 3.35 | 38.76 | - |
| YUV | 32.53 | 206.14 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 171 | 0.87 | 0.94 | 0 | 0.33 | 244.13 | 0.88 | 0.36 |
| Hex | 16 | B | AB | 57 | 5E | 0 | 21 | F4 | 58 | 24 |
| Octal | 26 | 13 | 253 | 127 | 136 | 0 | 41 | 364 | 130 | 44 |
| Binary | 10110 | 1011 | 10101011 | 1010111 | 1011110 | 0 | 100001 | 11110100 | 1011000 | 100100 |
Color Harmonies of #160BAB
Complementary color
Monochromatic Colors of #160BAB
Black with #160BAB
Text Example
Text Example
White with #160BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160BAB; }
p { color: rgb(22,11,171); }
H1.HeaderClassName
{
color: #160BAB;
}
.AnyTagClassName
{
color: #160BAB;
}
</style>
background-color css
<style>
a { background-color: #160BAB; }
a { background-color: rgb(22,11,171); }
div.DivClassName
{
background-color: #160BAB;
}
.BgClassName
{
background-color: #160BAB;
}
</style>
border-color css
<style>
span { border-color: #160BAB; }
span { border-color: rgb(22,11,171); }
td.TdClassName
{
border-color: #160BAB;
}
.TagClassName
{
border-color: #160BAB;
}
</style>