Shades of Ultramarine #19118C
Tints of Ultramarine #19118C
RGB
CMYK
RGB Variations
Color information
#19118C (or 0x19118C) is known color: Ultramarine. HEX triplet: 19, 11 and 8C. RGB value is (25,17,140). Sum of RGB (Red+Green+Blue) = 25+17+140=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 140 (55.08% from 255 or 76.92% from 182); Max value from RGB is 140 - color contains mainly: blue. Hex color #19118C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19118C is #E6EE73. Grayscale: #202020. Windows color (decimal): -15134324 or 9179417. OLE color: 9179417.
HSL color Cylindrical-coordinate representation of color #19118C: hue angle of 243.9º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19118C is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 17 | 140 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.45 |
| HSL | 243.9º | 0.78% | 0.31% | - |
| HSV(B) | 243.9º | 0.88% | 0.55% | - |
| XYZ | 5.33 | 2.5 | 25.01 | - |
| YUV | 33.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 140 | 0.82 | 0.88 | 0 | 0.45 | 243.9 | 0.78 | 0.31 |
| Hex | 19 | 11 | 8C | 52 | 58 | 0 | 2D | F4 | 4E | 1F |
| Octal | 31 | 21 | 214 | 122 | 130 | 0 | 55 | 364 | 116 | 37 |
| Binary | 11001 | 10001 | 10001100 | 1010010 | 1011000 | 0 | 101101 | 11110100 | 1001110 | 11111 |
Color Harmonies of #19118C
Complementary color
Monochromatic Colors of #19118C
Black with #19118C
Text Example
Text Example
White with #19118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19118C; }
p { color: rgb(25,17,140); }
H1.HeaderClassName
{
color: #19118C;
}
.AnyTagClassName
{
color: #19118C;
}
</style>
background-color css
<style>
a { background-color: #19118C; }
a { background-color: rgb(25,17,140); }
div.DivClassName
{
background-color: #19118C;
}
.BgClassName
{
background-color: #19118C;
}
</style>
border-color css
<style>
span { border-color: #19118C; }
span { border-color: rgb(25,17,140); }
td.TdClassName
{
border-color: #19118C;
}
.TagClassName
{
border-color: #19118C;
}
</style>