Shades of Ultramarine #19139A
Tints of Ultramarine #19139A
RGB
CMYK
RGB Variations
Color information
#19139A (or 0x19139A) is known color: Ultramarine. HEX triplet: 19, 13 and 9A. RGB value is (25,19,154). Sum of RGB (Red+Green+Blue) = 25+19+154=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 154 (60.55% from 255 or 77.78% from 198); Max value from RGB is 154 - color contains mainly: blue. Hex color #19139A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19139A is #E6EC65. Grayscale: #232323. Windows color (decimal): -15133798 or 10097433. OLE color: 10097433.
HSL color Cylindrical-coordinate representation of color #19139A: hue angle of 242.67º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19139A is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 19 | 154 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.40 |
| HSL | 242.67º | 0.78% | 0.34% | - |
| HSV(B) | 242.67º | 0.88% | 0.6% | - |
| XYZ | 6.47 | 3.01 | 30.81 | - |
| YUV | 36.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 154 | 0.84 | 0.88 | 0 | 0.40 | 242.67 | 0.78 | 0.34 |
| Hex | 19 | 13 | 9A | 54 | 58 | 0 | 28 | F3 | 4E | 22 |
| Octal | 31 | 23 | 232 | 124 | 130 | 0 | 50 | 363 | 116 | 42 |
| Binary | 11001 | 10011 | 10011010 | 1010100 | 1011000 | 0 | 101000 | 11110011 | 1001110 | 100010 |
Color Harmonies of #19139A
Complementary color
Monochromatic Colors of #19139A
Black with #19139A
Text Example
Text Example
White with #19139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19139A; }
p { color: rgb(25,19,154); }
H1.HeaderClassName
{
color: #19139A;
}
.AnyTagClassName
{
color: #19139A;
}
</style>
background-color css
<style>
a { background-color: #19139A; }
a { background-color: rgb(25,19,154); }
div.DivClassName
{
background-color: #19139A;
}
.BgClassName
{
background-color: #19139A;
}
</style>
border-color css
<style>
span { border-color: #19139A; }
span { border-color: rgb(25,19,154); }
td.TdClassName
{
border-color: #19139A;
}
.TagClassName
{
border-color: #19139A;
}
</style>