Shades of Ultramarine #19059E
Tints of Ultramarine #19059E
RGB
CMYK
RGB Variations
Color information
#19059E (or 0x19059E) is known color: Ultramarine. HEX triplet: 19, 05 and 9E. RGB value is (25,5,158). Sum of RGB (Red+Green+Blue) = 25+5+158=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 158 (62.11% from 255 or 84.04% from 188); Max value from RGB is 158 - color contains mainly: blue. Hex color #19059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19059E is #E6FA61. Grayscale: #1B1B1B. Windows color (decimal): -15137378 or 10355993. OLE color: 10355993.
HSL color Cylindrical-coordinate representation of color #19059E: hue angle of 247.84º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19059E is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 5 | 158 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.38 |
| HSL | 247.84º | 0.94% | 0.32% | - |
| HSV(B) | 247.84º | 0.97% | 0.62% | - |
| XYZ | 6.63 | 2.78 | 32.54 | - |
| YUV | 28.42 | 201.13 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 158 | 0.84 | 0.97 | 0 | 0.38 | 247.84 | 0.94 | 0.32 |
| Hex | 19 | 5 | 9E | 54 | 61 | 0 | 26 | F8 | 5E | 20 |
| Octal | 31 | 5 | 236 | 124 | 141 | 0 | 46 | 370 | 136 | 40 |
| Binary | 11001 | 101 | 10011110 | 1010100 | 1100001 | 0 | 100110 | 11111000 | 1011110 | 100000 |
Color Harmonies of #19059E
Complementary color
Monochromatic Colors of #19059E
Black with #19059E
Text Example
Text Example
White with #19059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19059E; }
p { color: rgb(25,5,158); }
H1.HeaderClassName
{
color: #19059E;
}
.AnyTagClassName
{
color: #19059E;
}
</style>
background-color css
<style>
a { background-color: #19059E; }
a { background-color: rgb(25,5,158); }
div.DivClassName
{
background-color: #19059E;
}
.BgClassName
{
background-color: #19059E;
}
</style>
border-color css
<style>
span { border-color: #19059E; }
span { border-color: rgb(25,5,158); }
td.TdClassName
{
border-color: #19059E;
}
.TagClassName
{
border-color: #19059E;
}
</style>