Shades of Ultramarine #19178D
Tints of Ultramarine #19178D
RGB
CMYK
RGB Variations
Color information
#19178D (or 0x19178D) is known color: Ultramarine. HEX triplet: 19, 17 and 8D. RGB value is (25,23,141). Sum of RGB (Red+Green+Blue) = 25+23+141=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #19178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19178D is #E6E872. Grayscale: #242424. Windows color (decimal): -15132787 or 9246489. OLE color: 9246489.
HSL color Cylindrical-coordinate representation of color #19178D: hue angle of 241.02º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19178D is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 23 | 141 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.45 |
| HSL | 241.02º | 0.72% | 0.32% | - |
| HSV(B) | 241.02º | 0.84% | 0.55% | - |
| XYZ | 5.52 | 2.74 | 25.44 | - |
| YUV | 37.05 | 186.66 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 141 | 0.82 | 0.84 | 0 | 0.45 | 241.02 | 0.72 | 0.32 |
| Hex | 19 | 17 | 8D | 52 | 54 | 0 | 2D | F1 | 48 | 20 |
| Octal | 31 | 27 | 215 | 122 | 124 | 0 | 55 | 361 | 110 | 40 |
| Binary | 11001 | 10111 | 10001101 | 1010010 | 1010100 | 0 | 101101 | 11110001 | 1001000 | 100000 |
Color Harmonies of #19178D
Complementary color
Monochromatic Colors of #19178D
Black with #19178D
Text Example
Text Example
White with #19178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19178D; }
p { color: rgb(25,23,141); }
H1.HeaderClassName
{
color: #19178D;
}
.AnyTagClassName
{
color: #19178D;
}
</style>
background-color css
<style>
a { background-color: #19178D; }
a { background-color: rgb(25,23,141); }
div.DivClassName
{
background-color: #19178D;
}
.BgClassName
{
background-color: #19178D;
}
</style>
border-color css
<style>
span { border-color: #19178D; }
span { border-color: rgb(25,23,141); }
td.TdClassName
{
border-color: #19178D;
}
.TagClassName
{
border-color: #19178D;
}
</style>