Shades of Ultramarine #160BA6
Tints of Ultramarine #160BA6
RGB
CMYK
RGB Variations
Color information
#160BA6 (or 0x160BA6) is known color: Ultramarine. HEX triplet: 16, 0B and A6. RGB value is (22,11,166). Sum of RGB (Red+Green+Blue) = 22+11+166=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 166 (65.23% from 255 or 83.42% from 199); Max value from RGB is 166 - color contains mainly: blue. Hex color #160BA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160BA6 is #E9F459. Grayscale: #1F1F1F. Windows color (decimal): -15332442 or 10881814. OLE color: 10881814.
HSL color Cylindrical-coordinate representation of color #160BA6: hue angle of 244.26º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160BA6 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 11 | 166 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.35 |
| HSL | 244.26º | 0.88% | 0.35% | - |
| HSV(B) | 244.26º | 0.93% | 0.65% | - |
| XYZ | 7.33 | 3.16 | 36.3 | - |
| YUV | 31.96 | 203.64 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 166 | 0.87 | 0.93 | 0 | 0.35 | 244.26 | 0.88 | 0.35 |
| Hex | 16 | B | A6 | 57 | 5D | 0 | 23 | F4 | 58 | 23 |
| Octal | 26 | 13 | 246 | 127 | 135 | 0 | 43 | 364 | 130 | 43 |
| Binary | 10110 | 1011 | 10100110 | 1010111 | 1011101 | 0 | 100011 | 11110100 | 1011000 | 100011 |
Color Harmonies of #160BA6
Complementary color
Monochromatic Colors of #160BA6
Black with #160BA6
Text Example
Text Example
White with #160BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160BA6; }
p { color: rgb(22,11,166); }
H1.HeaderClassName
{
color: #160BA6;
}
.AnyTagClassName
{
color: #160BA6;
}
</style>
background-color css
<style>
a { background-color: #160BA6; }
a { background-color: rgb(22,11,166); }
div.DivClassName
{
background-color: #160BA6;
}
.BgClassName
{
background-color: #160BA6;
}
</style>
border-color css
<style>
span { border-color: #160BA6; }
span { border-color: rgb(22,11,166); }
td.TdClassName
{
border-color: #160BA6;
}
.TagClassName
{
border-color: #160BA6;
}
</style>