Shades of Ultramarine #19039D
Tints of Ultramarine #19039D
RGB
CMYK
RGB Variations
Color information
#19039D (or 0x19039D) is known color: Ultramarine. HEX triplet: 19, 03 and 9D. RGB value is (25,3,157). Sum of RGB (Red+Green+Blue) = 25+3+157=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #19039D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19039D is #E6FC62. Grayscale: #1A1A1A. Windows color (decimal): -15137891 or 10289945. OLE color: 10289945.
HSL color Cylindrical-coordinate representation of color #19039D: hue angle of 248.57º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19039D is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 3 | 157 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.38 |
| HSL | 248.57º | 0.96% | 0.31% | - |
| HSV(B) | 248.57º | 0.98% | 0.62% | - |
| XYZ | 6.52 | 2.71 | 32.08 | - |
| YUV | 27.13 | 201.29 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 157 | 0.84 | 0.98 | 0 | 0.38 | 248.57 | 0.96 | 0.31 |
| Hex | 19 | 3 | 9D | 54 | 62 | 0 | 26 | F9 | 60 | 1F |
| Octal | 31 | 3 | 235 | 124 | 142 | 0 | 46 | 371 | 140 | 37 |
| Binary | 11001 | 11 | 10011101 | 1010100 | 1100010 | 0 | 100110 | 11111001 | 1100000 | 11111 |
Color Harmonies of #19039D
Complementary color
Monochromatic Colors of #19039D
Black with #19039D
Text Example
Text Example
White with #19039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19039D; }
p { color: rgb(25,3,157); }
H1.HeaderClassName
{
color: #19039D;
}
.AnyTagClassName
{
color: #19039D;
}
</style>
background-color css
<style>
a { background-color: #19039D; }
a { background-color: rgb(25,3,157); }
div.DivClassName
{
background-color: #19039D;
}
.BgClassName
{
background-color: #19039D;
}
</style>
border-color css
<style>
span { border-color: #19039D; }
span { border-color: rgb(25,3,157); }
td.TdClassName
{
border-color: #19039D;
}
.TagClassName
{
border-color: #19039D;
}
</style>