Shades of Ultramarine #19038D
Tints of Ultramarine #19038D
RGB
CMYK
RGB Variations
Color information
#19038D (or 0x19038D) is known color: Ultramarine. HEX triplet: 19, 03 and 8D. RGB value is (25,3,141). Sum of RGB (Red+Green+Blue) = 25+3+141=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 141 (55.47% from 255 or 83.43% from 169); Max value from RGB is 141 - color contains mainly: blue. Hex color #19038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19038D is #E6FC72. Grayscale: #181818. Windows color (decimal): -15137907 or 9241369. OLE color: 9241369.
HSL color Cylindrical-coordinate representation of color #19038D: hue angle of 249.57º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19038D is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 3 | 141 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.45 |
| HSL | 249.57º | 0.96% | 0.28% | - |
| HSV(B) | 249.57º | 0.98% | 0.55% | - |
| XYZ | 5.24 | 2.19 | 25.35 | - |
| YUV | 25.31 | 193.29 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 141 | 0.82 | 0.98 | 0 | 0.45 | 249.57 | 0.96 | 0.28 |
| Hex | 19 | 3 | 8D | 52 | 62 | 0 | 2D | FA | 60 | 1C |
| Octal | 31 | 3 | 215 | 122 | 142 | 0 | 55 | 372 | 140 | 34 |
| Binary | 11001 | 11 | 10001101 | 1010010 | 1100010 | 0 | 101101 | 11111010 | 1100000 | 11100 |
Color Harmonies of #19038D
Complementary color
Monochromatic Colors of #19038D
Black with #19038D
Text Example
Text Example
White with #19038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19038D; }
p { color: rgb(25,3,141); }
H1.HeaderClassName
{
color: #19038D;
}
.AnyTagClassName
{
color: #19038D;
}
</style>
background-color css
<style>
a { background-color: #19038D; }
a { background-color: rgb(25,3,141); }
div.DivClassName
{
background-color: #19038D;
}
.BgClassName
{
background-color: #19038D;
}
</style>
border-color css
<style>
span { border-color: #19038D; }
span { border-color: rgb(25,3,141); }
td.TdClassName
{
border-color: #19038D;
}
.TagClassName
{
border-color: #19038D;
}
</style>