Shades of Ultramarine #19119D
Tints of Ultramarine #19119D
RGB
CMYK
RGB Variations
Color information
#19119D (or 0x19119D) is known color: Ultramarine. HEX triplet: 19, 11 and 9D. RGB value is (25,17,157). Sum of RGB (Red+Green+Blue) = 25+17+157=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #19119D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19119D is #E6EE62. Grayscale: #222222. Windows color (decimal): -15134307 or 10293529. OLE color: 10293529.
HSL color Cylindrical-coordinate representation of color #19119D: hue angle of 243.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19119D is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 17 | 157 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.38 |
| HSL | 243.43º | 0.8% | 0.34% | - |
| HSV(B) | 243.43º | 0.89% | 0.62% | - |
| XYZ | 6.69 | 3.04 | 32.13 | - |
| YUV | 35.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 157 | 0.84 | 0.89 | 0 | 0.38 | 243.43 | 0.8 | 0.34 |
| Hex | 19 | 11 | 9D | 54 | 59 | 0 | 26 | F3 | 50 | 22 |
| Octal | 31 | 21 | 235 | 124 | 131 | 0 | 46 | 363 | 120 | 42 |
| Binary | 11001 | 10001 | 10011101 | 1010100 | 1011001 | 0 | 100110 | 11110011 | 1010000 | 100010 |
Color Harmonies of #19119D
Complementary color
Monochromatic Colors of #19119D
Black with #19119D
Text Example
Text Example
White with #19119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19119D; }
p { color: rgb(25,17,157); }
H1.HeaderClassName
{
color: #19119D;
}
.AnyTagClassName
{
color: #19119D;
}
</style>
background-color css
<style>
a { background-color: #19119D; }
a { background-color: rgb(25,17,157); }
div.DivClassName
{
background-color: #19119D;
}
.BgClassName
{
background-color: #19119D;
}
</style>
border-color css
<style>
span { border-color: #19119D; }
span { border-color: rgb(25,17,157); }
td.TdClassName
{
border-color: #19119D;
}
.TagClassName
{
border-color: #19119D;
}
</style>