Shades of Ultramarine #19048A
Tints of Ultramarine #19048A
RGB
CMYK
RGB Variations
Color information
#19048A (or 0x19048A) is known color: Ultramarine. HEX triplet: 19, 04 and 8A. RGB value is (25,4,138). Sum of RGB (Red+Green+Blue) = 25+4+138=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 138 (54.30% from 255 or 82.63% from 167); Max value from RGB is 138 - color contains mainly: blue. Hex color #19048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19048A is #E6FB75. Grayscale: #191919. Windows color (decimal): -15137654 or 9045017. OLE color: 9045017.
HSL color Cylindrical-coordinate representation of color #19048A: hue angle of 249.4º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19048A is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 4 | 138 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.46 |
| HSL | 249.4º | 0.94% | 0.28% | - |
| HSV(B) | 249.4º | 0.97% | 0.54% | - |
| XYZ | 5.03 | 2.13 | 24.19 | - |
| YUV | 25.56 | 191.46 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 138 | 0.82 | 0.97 | 0 | 0.46 | 249.4 | 0.94 | 0.28 |
| Hex | 19 | 4 | 8A | 52 | 61 | 0 | 2E | F9 | 5E | 1C |
| Octal | 31 | 4 | 212 | 122 | 141 | 0 | 56 | 371 | 136 | 34 |
| Binary | 11001 | 100 | 10001010 | 1010010 | 1100001 | 0 | 101110 | 11111001 | 1011110 | 11100 |
Color Harmonies of #19048A
Complementary color
Monochromatic Colors of #19048A
Black with #19048A
Text Example
Text Example
White with #19048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19048A; }
p { color: rgb(25,4,138); }
H1.HeaderClassName
{
color: #19048A;
}
.AnyTagClassName
{
color: #19048A;
}
</style>
background-color css
<style>
a { background-color: #19048A; }
a { background-color: rgb(25,4,138); }
div.DivClassName
{
background-color: #19048A;
}
.BgClassName
{
background-color: #19048A;
}
</style>
border-color css
<style>
span { border-color: #19048A; }
span { border-color: rgb(25,4,138); }
td.TdClassName
{
border-color: #19048A;
}
.TagClassName
{
border-color: #19048A;
}
</style>