Shades of Ultramarine #19059A
Tints of Ultramarine #19059A
RGB
CMYK
RGB Variations
Color information
#19059A (or 0x19059A) is known color: Ultramarine. HEX triplet: 19, 05 and 9A. RGB value is (25,5,154). Sum of RGB (Red+Green+Blue) = 25+5+154=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 154 (60.55% from 255 or 83.70% from 184); Max value from RGB is 154 - color contains mainly: blue. Hex color #19059A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19059A is #E6FA65. Grayscale: #1B1B1B. Windows color (decimal): -15137382 or 10093849. OLE color: 10093849.
HSL color Cylindrical-coordinate representation of color #19059A: hue angle of 248.05º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19059A is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 5 | 154 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.40 |
| HSL | 248.05º | 0.94% | 0.31% | - |
| HSV(B) | 248.05º | 0.97% | 0.6% | - |
| XYZ | 6.29 | 2.65 | 30.75 | - |
| YUV | 27.97 | 199.13 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 154 | 0.84 | 0.97 | 0 | 0.40 | 248.05 | 0.94 | 0.31 |
| Hex | 19 | 5 | 9A | 54 | 61 | 0 | 28 | F8 | 5E | 1F |
| Octal | 31 | 5 | 232 | 124 | 141 | 0 | 50 | 370 | 136 | 37 |
| Binary | 11001 | 101 | 10011010 | 1010100 | 1100001 | 0 | 101000 | 11111000 | 1011110 | 11111 |
Color Harmonies of #19059A
Complementary color
Monochromatic Colors of #19059A
Black with #19059A
Text Example
Text Example
White with #19059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19059A; }
p { color: rgb(25,5,154); }
H1.HeaderClassName
{
color: #19059A;
}
.AnyTagClassName
{
color: #19059A;
}
</style>
background-color css
<style>
a { background-color: #19059A; }
a { background-color: rgb(25,5,154); }
div.DivClassName
{
background-color: #19059A;
}
.BgClassName
{
background-color: #19059A;
}
</style>
border-color css
<style>
span { border-color: #19059A; }
span { border-color: rgb(25,5,154); }
td.TdClassName
{
border-color: #19059A;
}
.TagClassName
{
border-color: #19059A;
}
</style>