Shades of Ultramarine #191096
Tints of Ultramarine #191096
RGB
CMYK
RGB Variations
Color information
#191096 (or 0x191096) is known color: Ultramarine. HEX triplet: 19, 10 and 96. RGB value is (25,16,150). Sum of RGB (Red+Green+Blue) = 25+16+150=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #191096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191096 is #E6EF69. Grayscale: #212121. Windows color (decimal): -15134570 or 9834521. OLE color: 9834521.
HSL color Cylindrical-coordinate representation of color #191096: hue angle of 244.03º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191096 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 16 | 150 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.41 |
| HSL | 244.03º | 0.81% | 0.33% | - |
| HSV(B) | 244.03º | 0.89% | 0.59% | - |
| XYZ | 6.09 | 2.78 | 29.07 | - |
| YUV | 33.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 150 | 0.83 | 0.89 | 0 | 0.41 | 244.03 | 0.81 | 0.33 |
| Hex | 19 | 10 | 96 | 53 | 59 | 0 | 29 | F4 | 51 | 21 |
| Octal | 31 | 20 | 226 | 123 | 131 | 0 | 51 | 364 | 121 | 41 |
| Binary | 11001 | 10000 | 10010110 | 1010011 | 1011001 | 0 | 101001 | 11110100 | 1010001 | 100001 |
Color Harmonies of #191096
Complementary color
Monochromatic Colors of #191096
Black with #191096
Text Example
Text Example
White with #191096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191096; }
p { color: rgb(25,16,150); }
H1.HeaderClassName
{
color: #191096;
}
.AnyTagClassName
{
color: #191096;
}
</style>
background-color css
<style>
a { background-color: #191096; }
a { background-color: rgb(25,16,150); }
div.DivClassName
{
background-color: #191096;
}
.BgClassName
{
background-color: #191096;
}
</style>
border-color css
<style>
span { border-color: #191096; }
span { border-color: rgb(25,16,150); }
td.TdClassName
{
border-color: #191096;
}
.TagClassName
{
border-color: #191096;
}
</style>