Shades of Ultramarine #16119F
Tints of Ultramarine #16119F
RGB
CMYK
RGB Variations
Color information
#16119F (or 0x16119F) is known color: Ultramarine. HEX triplet: 16, 11 and 9F. RGB value is (22,17,159). Sum of RGB (Red+Green+Blue) = 22+17+159=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 159 (62.5% from 255 or 80.30% from 198); Max value from RGB is 159 - color contains mainly: blue. Hex color #16119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16119F is #E9EE60. Grayscale: #222222. Windows color (decimal): -15330913 or 10424598. OLE color: 10424598.
HSL color Cylindrical-coordinate representation of color #16119F: hue angle of 242.11º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16119F is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 17 | 159 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.38 |
| HSL | 242.11º | 0.81% | 0.35% | - |
| HSV(B) | 242.11º | 0.89% | 0.62% | - |
| XYZ | 6.79 | 3.07 | 33.04 | - |
| YUV | 34.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 159 | 0.86 | 0.89 | 0 | 0.38 | 242.11 | 0.81 | 0.35 |
| Hex | 16 | 11 | 9F | 56 | 59 | 0 | 26 | F2 | 51 | 23 |
| Octal | 26 | 21 | 237 | 126 | 131 | 0 | 46 | 362 | 121 | 43 |
| Binary | 10110 | 10001 | 10011111 | 1010110 | 1011001 | 0 | 100110 | 11110010 | 1010001 | 100011 |
Color Harmonies of #16119F
Complementary color
Monochromatic Colors of #16119F
Black with #16119F
Text Example
Text Example
White with #16119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16119F; }
p { color: rgb(22,17,159); }
H1.HeaderClassName
{
color: #16119F;
}
.AnyTagClassName
{
color: #16119F;
}
</style>
background-color css
<style>
a { background-color: #16119F; }
a { background-color: rgb(22,17,159); }
div.DivClassName
{
background-color: #16119F;
}
.BgClassName
{
background-color: #16119F;
}
</style>
border-color css
<style>
span { border-color: #16119F; }
span { border-color: rgb(22,17,159); }
td.TdClassName
{
border-color: #16119F;
}
.TagClassName
{
border-color: #16119F;
}
</style>