Shades of Ultramarine #19138D
Tints of Ultramarine #19138D
RGB
CMYK
RGB Variations
Color information
#19138D (or 0x19138D) is known color: Ultramarine. HEX triplet: 19, 13 and 8D. RGB value is (25,19,141). Sum of RGB (Red+Green+Blue) = 25+19+141=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #19138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19138D is #E6EC72. Grayscale: #222222. Windows color (decimal): -15133811 or 9245465. OLE color: 9245465.
HSL color Cylindrical-coordinate representation of color #19138D: hue angle of 242.95º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19138D is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 19 | 141 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.45 |
| HSL | 242.95º | 0.76% | 0.31% | - |
| HSV(B) | 242.95º | 0.87% | 0.55% | - |
| XYZ | 5.44 | 2.6 | 25.41 | - |
| YUV | 34.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 141 | 0.82 | 0.87 | 0 | 0.45 | 242.95 | 0.76 | 0.31 |
| Hex | 19 | 13 | 8D | 52 | 57 | 0 | 2D | F3 | 4C | 1F |
| Octal | 31 | 23 | 215 | 122 | 127 | 0 | 55 | 363 | 114 | 37 |
| Binary | 11001 | 10011 | 10001101 | 1010010 | 1010111 | 0 | 101101 | 11110011 | 1001100 | 11111 |
Color Harmonies of #19138D
Complementary color
Monochromatic Colors of #19138D
Black with #19138D
Text Example
Text Example
White with #19138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19138D; }
p { color: rgb(25,19,141); }
H1.HeaderClassName
{
color: #19138D;
}
.AnyTagClassName
{
color: #19138D;
}
</style>
background-color css
<style>
a { background-color: #19138D; }
a { background-color: rgb(25,19,141); }
div.DivClassName
{
background-color: #19138D;
}
.BgClassName
{
background-color: #19138D;
}
</style>
border-color css
<style>
span { border-color: #19138D; }
span { border-color: rgb(25,19,141); }
td.TdClassName
{
border-color: #19138D;
}
.TagClassName
{
border-color: #19138D;
}
</style>