Shades of Ultramarine #16119B
Tints of Ultramarine #16119B
RGB
CMYK
RGB Variations
Color information
#16119B (or 0x16119B) is known color: Ultramarine. HEX triplet: 16, 11 and 9B. RGB value is (22,17,155). Sum of RGB (Red+Green+Blue) = 22+17+155=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #16119B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16119B is #E9EE64. Grayscale: #212121. Windows color (decimal): -15330917 or 10162454. OLE color: 10162454.
HSL color Cylindrical-coordinate representation of color #16119B: hue angle of 242.17º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16119B is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 17 | 155 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.39 |
| HSL | 242.17º | 0.8% | 0.34% | - |
| HSV(B) | 242.17º | 0.89% | 0.61% | - |
| XYZ | 6.45 | 2.94 | 31.24 | - |
| YUV | 34.23 | 196.16 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 155 | 0.86 | 0.89 | 0 | 0.39 | 242.17 | 0.8 | 0.34 |
| Hex | 16 | 11 | 9B | 56 | 59 | 0 | 27 | F2 | 50 | 22 |
| Octal | 26 | 21 | 233 | 126 | 131 | 0 | 47 | 362 | 120 | 42 |
| Binary | 10110 | 10001 | 10011011 | 1010110 | 1011001 | 0 | 100111 | 11110010 | 1010000 | 100010 |
Color Harmonies of #16119B
Complementary color
Monochromatic Colors of #16119B
Black with #16119B
Text Example
Text Example
White with #16119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16119B; }
p { color: rgb(22,17,155); }
H1.HeaderClassName
{
color: #16119B;
}
.AnyTagClassName
{
color: #16119B;
}
</style>
background-color css
<style>
a { background-color: #16119B; }
a { background-color: rgb(22,17,155); }
div.DivClassName
{
background-color: #16119B;
}
.BgClassName
{
background-color: #16119B;
}
</style>
border-color css
<style>
span { border-color: #16119B; }
span { border-color: rgb(22,17,155); }
td.TdClassName
{
border-color: #16119B;
}
.TagClassName
{
border-color: #16119B;
}
</style>