Shades of Ultramarine #160694
Tints of Ultramarine #160694
RGB
CMYK
RGB Variations
Color information
#160694 (or 0x160694) is known color: Ultramarine. HEX triplet: 16, 06 and 94. RGB value is (22,6,148). Sum of RGB (Red+Green+Blue) = 22+6+148=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 148 (58.20% from 255 or 84.09% from 176); Max value from RGB is 148 - color contains mainly: blue. Hex color #160694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160694 is #E9F96B. Grayscale: #1A1A1A. Windows color (decimal): -15333740 or 9700886. OLE color: 9700886.
HSL color Cylindrical-coordinate representation of color #160694: hue angle of 246.76º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160694 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 6 | 148 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.42 |
| HSL | 246.76º | 0.92% | 0.3% | - |
| HSV(B) | 246.76º | 0.96% | 0.58% | - |
| XYZ | 5.74 | 2.44 | 28.19 | - |
| YUV | 26.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 148 | 0.85 | 0.96 | 0 | 0.42 | 246.76 | 0.92 | 0.3 |
| Hex | 16 | 6 | 94 | 55 | 60 | 0 | 2A | F7 | 5C | 1E |
| Octal | 26 | 6 | 224 | 125 | 140 | 0 | 52 | 367 | 134 | 36 |
| Binary | 10110 | 110 | 10010100 | 1010101 | 1100000 | 0 | 101010 | 11110111 | 1011100 | 11110 |
Color Harmonies of #160694
Complementary color
Monochromatic Colors of #160694
Black with #160694
Text Example
Text Example
White with #160694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160694; }
p { color: rgb(22,6,148); }
H1.HeaderClassName
{
color: #160694;
}
.AnyTagClassName
{
color: #160694;
}
</style>
background-color css
<style>
a { background-color: #160694; }
a { background-color: rgb(22,6,148); }
div.DivClassName
{
background-color: #160694;
}
.BgClassName
{
background-color: #160694;
}
</style>
border-color css
<style>
span { border-color: #160694; }
span { border-color: rgb(22,6,148); }
td.TdClassName
{
border-color: #160694;
}
.TagClassName
{
border-color: #160694;
}
</style>