Shades of Ultramarine #19159D
Tints of Ultramarine #19159D
RGB
CMYK
RGB Variations
Color information
#19159D (or 0x19159D) is known color: Ultramarine. HEX triplet: 19, 15 and 9D. RGB value is (25,21,157). Sum of RGB (Red+Green+Blue) = 25+21+157=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #19159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19159D is #E6EA62. Grayscale: #252525. Windows color (decimal): -15133283 or 10294553. OLE color: 10294553.
HSL color Cylindrical-coordinate representation of color #19159D: hue angle of 241.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19159D is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 21 | 157 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.38 |
| HSL | 241.76º | 0.76% | 0.35% | - |
| HSV(B) | 241.76º | 0.87% | 0.62% | - |
| XYZ | 6.75 | 3.18 | 32.16 | - |
| YUV | 37.7 | 195.33 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 157 | 0.84 | 0.87 | 0 | 0.38 | 241.76 | 0.76 | 0.35 |
| Hex | 19 | 15 | 9D | 54 | 57 | 0 | 26 | F2 | 4C | 23 |
| Octal | 31 | 25 | 235 | 124 | 127 | 0 | 46 | 362 | 114 | 43 |
| Binary | 11001 | 10101 | 10011101 | 1010100 | 1010111 | 0 | 100110 | 11110010 | 1001100 | 100011 |
Color Harmonies of #19159D
Complementary color
Monochromatic Colors of #19159D
Black with #19159D
Text Example
Text Example
White with #19159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19159D; }
p { color: rgb(25,21,157); }
H1.HeaderClassName
{
color: #19159D;
}
.AnyTagClassName
{
color: #19159D;
}
</style>
background-color css
<style>
a { background-color: #19159D; }
a { background-color: rgb(25,21,157); }
div.DivClassName
{
background-color: #19159D;
}
.BgClassName
{
background-color: #19159D;
}
</style>
border-color css
<style>
span { border-color: #19159D; }
span { border-color: rgb(25,21,157); }
td.TdClassName
{
border-color: #19159D;
}
.TagClassName
{
border-color: #19159D;
}
</style>