Shades of Ultramarine #19108D
Tints of Ultramarine #19108D
RGB
CMYK
RGB Variations
Color information
#19108D (or 0x19108D) is known color: Ultramarine. HEX triplet: 19, 10 and 8D. RGB value is (25,16,141). Sum of RGB (Red+Green+Blue) = 25+16+141=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 141 (55.47% from 255 or 77.47% from 182); Max value from RGB is 141 - color contains mainly: blue. Hex color #19108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19108D is #E6EF72. Grayscale: #202020. Windows color (decimal): -15134579 or 9244697. OLE color: 9244697.
HSL color Cylindrical-coordinate representation of color #19108D: hue angle of 244.32º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19108D is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 16 | 141 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.45 |
| HSL | 244.32º | 0.8% | 0.31% | - |
| HSV(B) | 244.32º | 0.89% | 0.55% | - |
| XYZ | 5.39 | 2.5 | 25.4 | - |
| YUV | 32.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 141 | 0.82 | 0.89 | 0 | 0.45 | 244.32 | 0.8 | 0.31 |
| Hex | 19 | 10 | 8D | 52 | 59 | 0 | 2D | F4 | 50 | 1F |
| Octal | 31 | 20 | 215 | 122 | 131 | 0 | 55 | 364 | 120 | 37 |
| Binary | 11001 | 10000 | 10001101 | 1010010 | 1011001 | 0 | 101101 | 11110100 | 1010000 | 11111 |
Color Harmonies of #19108D
Complementary color
Monochromatic Colors of #19108D
Black with #19108D
Text Example
Text Example
White with #19108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19108D; }
p { color: rgb(25,16,141); }
H1.HeaderClassName
{
color: #19108D;
}
.AnyTagClassName
{
color: #19108D;
}
</style>
background-color css
<style>
a { background-color: #19108D; }
a { background-color: rgb(25,16,141); }
div.DivClassName
{
background-color: #19108D;
}
.BgClassName
{
background-color: #19108D;
}
</style>
border-color css
<style>
span { border-color: #19108D; }
span { border-color: rgb(25,16,141); }
td.TdClassName
{
border-color: #19108D;
}
.TagClassName
{
border-color: #19108D;
}
</style>