Shades of Ultramarine #19109D
Tints of Ultramarine #19109D
RGB
CMYK
RGB Variations
Color information
#19109D (or 0x19109D) is known color: Ultramarine. HEX triplet: 19, 10 and 9D. RGB value is (25,16,157). Sum of RGB (Red+Green+Blue) = 25+16+157=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #19109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19109D is #E6EF62. Grayscale: #222222. Windows color (decimal): -15134563 or 10293273. OLE color: 10293273.
HSL color Cylindrical-coordinate representation of color #19109D: hue angle of 243.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19109D is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 16 | 157 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.38 |
| HSL | 243.83º | 0.82% | 0.34% | - |
| HSV(B) | 243.83º | 0.9% | 0.62% | - |
| XYZ | 6.67 | 3.01 | 32.13 | - |
| YUV | 34.77 | 196.98 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 157 | 0.84 | 0.90 | 0 | 0.38 | 243.83 | 0.82 | 0.34 |
| Hex | 19 | 10 | 9D | 54 | 5A | 0 | 26 | F4 | 52 | 22 |
| Octal | 31 | 20 | 235 | 124 | 132 | 0 | 46 | 364 | 122 | 42 |
| Binary | 11001 | 10000 | 10011101 | 1010100 | 1011010 | 0 | 100110 | 11110100 | 1010010 | 100010 |
Color Harmonies of #19109D
Complementary color
Monochromatic Colors of #19109D
Black with #19109D
Text Example
Text Example
White with #19109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19109D; }
p { color: rgb(25,16,157); }
H1.HeaderClassName
{
color: #19109D;
}
.AnyTagClassName
{
color: #19109D;
}
</style>
background-color css
<style>
a { background-color: #19109D; }
a { background-color: rgb(25,16,157); }
div.DivClassName
{
background-color: #19109D;
}
.BgClassName
{
background-color: #19109D;
}
</style>
border-color css
<style>
span { border-color: #19109D; }
span { border-color: rgb(25,16,157); }
td.TdClassName
{
border-color: #19109D;
}
.TagClassName
{
border-color: #19109D;
}
</style>