Shades of Ultramarine #16119C
Tints of Ultramarine #16119C
RGB
CMYK
RGB Variations
Color information
#16119C (or 0x16119C) is known color: Ultramarine. HEX triplet: 16, 11 and 9C. RGB value is (22,17,156). Sum of RGB (Red+Green+Blue) = 22+17+156=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 156 (61.33% from 255 or 80% from 195); Max value from RGB is 156 - color contains mainly: blue. Hex color #16119C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16119C is #E9EE63. Grayscale: #212121. Windows color (decimal): -15330916 or 10227990. OLE color: 10227990.
HSL color Cylindrical-coordinate representation of color #16119C: hue angle of 242.16º 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 #16119C is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 17 | 156 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.39 |
| HSL | 242.16º | 0.8% | 0.34% | - |
| HSV(B) | 242.16º | 0.89% | 0.61% | - |
| XYZ | 6.53 | 2.97 | 31.68 | - |
| YUV | 34.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 156 | 0.86 | 0.89 | 0 | 0.39 | 242.16 | 0.8 | 0.34 |
| Hex | 16 | 11 | 9C | 56 | 59 | 0 | 27 | F2 | 50 | 22 |
| Octal | 26 | 21 | 234 | 126 | 131 | 0 | 47 | 362 | 120 | 42 |
| Binary | 10110 | 10001 | 10011100 | 1010110 | 1011001 | 0 | 100111 | 11110010 | 1010000 | 100010 |
Color Harmonies of #16119C
Complementary color
Monochromatic Colors of #16119C
Black with #16119C
Text Example
Text Example
White with #16119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16119C; }
p { color: rgb(22,17,156); }
H1.HeaderClassName
{
color: #16119C;
}
.AnyTagClassName
{
color: #16119C;
}
</style>
background-color css
<style>
a { background-color: #16119C; }
a { background-color: rgb(22,17,156); }
div.DivClassName
{
background-color: #16119C;
}
.BgClassName
{
background-color: #16119C;
}
</style>
border-color css
<style>
span { border-color: #16119C; }
span { border-color: rgb(22,17,156); }
td.TdClassName
{
border-color: #16119C;
}
.TagClassName
{
border-color: #16119C;
}
</style>