Shades of Ultramarine #160699
Tints of Ultramarine #160699
RGB
CMYK
RGB Variations
Color information
#160699 (or 0x160699) is known color: Ultramarine. HEX triplet: 16, 06 and 99. RGB value is (22,6,153). Sum of RGB (Red+Green+Blue) = 22+6+153=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #160699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160699 is #E9F966. Grayscale: #1A1A1A. Windows color (decimal): -15333735 or 10028566. OLE color: 10028566.
HSL color Cylindrical-coordinate representation of color #160699: hue angle of 246.53º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160699 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 6 | 153 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.4 |
| HSL | 246.53º | 0.92% | 0.31% | - |
| HSV(B) | 246.53º | 0.96% | 0.6% | - |
| XYZ | 6.15 | 2.6 | 30.32 | - |
| YUV | 27.54 | 198.8 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 153 | 0.86 | 0.96 | 0 | 0.4 | 246.53 | 0.92 | 0.31 |
| Hex | 16 | 6 | 99 | 56 | 60 | 0 | 28 | F7 | 5C | 1F |
| Octal | 26 | 6 | 231 | 126 | 140 | 0 | 50 | 367 | 134 | 37 |
| Binary | 10110 | 110 | 10011001 | 1010110 | 1100000 | 0 | 101000 | 11110111 | 1011100 | 11111 |
Color Harmonies of #160699
Complementary color
Monochromatic Colors of #160699
Black with #160699
Text Example
Text Example
White with #160699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160699; }
p { color: rgb(22,6,153); }
H1.HeaderClassName
{
color: #160699;
}
.AnyTagClassName
{
color: #160699;
}
</style>
background-color css
<style>
a { background-color: #160699; }
a { background-color: rgb(22,6,153); }
div.DivClassName
{
background-color: #160699;
}
.BgClassName
{
background-color: #160699;
}
</style>
border-color css
<style>
span { border-color: #160699; }
span { border-color: rgb(22,6,153); }
td.TdClassName
{
border-color: #160699;
}
.TagClassName
{
border-color: #160699;
}
</style>