Shades of Ultramarine #19099D
Tints of Ultramarine #19099D
RGB
CMYK
RGB Variations
Color information
#19099D (or 0x19099D) is known color: Ultramarine. HEX triplet: 19, 09 and 9D. RGB value is (25,9,157). Sum of RGB (Red+Green+Blue) = 25+9+157=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 157 (61.72% from 255 or 82.20% from 191); Max value from RGB is 157 - color contains mainly: blue. Hex color #19099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19099D is #E6F662. Grayscale: #1E1E1E. Windows color (decimal): -15136355 or 10291481. OLE color: 10291481.
HSL color Cylindrical-coordinate representation of color #19099D: hue angle of 246.49º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19099D is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 9 | 157 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.38 |
| HSL | 246.49º | 0.89% | 0.33% | - |
| HSV(B) | 246.49º | 0.94% | 0.62% | - |
| XYZ | 6.58 | 2.84 | 32.1 | - |
| YUV | 30.66 | 199.3 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 157 | 0.84 | 0.94 | 0 | 0.38 | 246.49 | 0.89 | 0.33 |
| Hex | 19 | 9 | 9D | 54 | 5E | 0 | 26 | F6 | 59 | 21 |
| Octal | 31 | 11 | 235 | 124 | 136 | 0 | 46 | 366 | 131 | 41 |
| Binary | 11001 | 1001 | 10011101 | 1010100 | 1011110 | 0 | 100110 | 11110110 | 1011001 | 100001 |
Color Harmonies of #19099D
Complementary color
Monochromatic Colors of #19099D
Black with #19099D
Text Example
Text Example
White with #19099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19099D; }
p { color: rgb(25,9,157); }
H1.HeaderClassName
{
color: #19099D;
}
.AnyTagClassName
{
color: #19099D;
}
</style>
background-color css
<style>
a { background-color: #19099D; }
a { background-color: rgb(25,9,157); }
div.DivClassName
{
background-color: #19099D;
}
.BgClassName
{
background-color: #19099D;
}
</style>
border-color css
<style>
span { border-color: #19099D; }
span { border-color: rgb(25,9,157); }
td.TdClassName
{
border-color: #19099D;
}
.TagClassName
{
border-color: #19099D;
}
</style>