Shades of Ultramarine #16119E
Tints of Ultramarine #16119E
RGB
CMYK
RGB Variations
Color information
#16119E (or 0x16119E) is known color: Ultramarine. HEX triplet: 16, 11 and 9E. RGB value is (22,17,158). Sum of RGB (Red+Green+Blue) = 22+17+158=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 158 (62.11% from 255 or 80.20% from 197); Max value from RGB is 158 - color contains mainly: blue. Hex color #16119E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16119E is #E9EE61. Grayscale: #222222. Windows color (decimal): -15330914 or 10359062. OLE color: 10359062.
HSL color Cylindrical-coordinate representation of color #16119E: hue angle of 242.13º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16119E is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 17 | 158 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.38 |
| HSL | 242.13º | 0.81% | 0.34% | - |
| HSV(B) | 242.13º | 0.89% | 0.62% | - |
| XYZ | 6.7 | 3.04 | 32.58 | - |
| YUV | 34.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 158 | 0.86 | 0.89 | 0 | 0.38 | 242.13 | 0.81 | 0.34 |
| Hex | 16 | 11 | 9E | 56 | 59 | 0 | 26 | F2 | 51 | 22 |
| Octal | 26 | 21 | 236 | 126 | 131 | 0 | 46 | 362 | 121 | 42 |
| Binary | 10110 | 10001 | 10011110 | 1010110 | 1011001 | 0 | 100110 | 11110010 | 1010001 | 100010 |
Color Harmonies of #16119E
Complementary color
Monochromatic Colors of #16119E
Black with #16119E
Text Example
Text Example
White with #16119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16119E; }
p { color: rgb(22,17,158); }
H1.HeaderClassName
{
color: #16119E;
}
.AnyTagClassName
{
color: #16119E;
}
</style>
background-color css
<style>
a { background-color: #16119E; }
a { background-color: rgb(22,17,158); }
div.DivClassName
{
background-color: #16119E;
}
.BgClassName
{
background-color: #16119E;
}
</style>
border-color css
<style>
span { border-color: #16119E; }
span { border-color: rgb(22,17,158); }
td.TdClassName
{
border-color: #16119E;
}
.TagClassName
{
border-color: #16119E;
}
</style>