Shades of Ultramarine #19178C
Tints of Ultramarine #19178C
RGB
CMYK
RGB Variations
Color information
#19178C (or 0x19178C) is known color: Ultramarine. HEX triplet: 19, 17 and 8C. RGB value is (25,23,140). Sum of RGB (Red+Green+Blue) = 25+23+140=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #19178C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19178C is #E6E873. Grayscale: #242424. Windows color (decimal): -15132788 or 9180953. OLE color: 9180953.
HSL color Cylindrical-coordinate representation of color #19178C: hue angle of 241.03º 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 #19178C is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 23 | 140 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.45 |
| HSL | 241.03º | 0.72% | 0.32% | - |
| HSV(B) | 241.03º | 0.84% | 0.55% | - |
| XYZ | 5.44 | 2.71 | 25.05 | - |
| YUV | 36.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 140 | 0.82 | 0.84 | 0 | 0.45 | 241.03 | 0.72 | 0.32 |
| Hex | 19 | 17 | 8C | 52 | 54 | 0 | 2D | F1 | 48 | 20 |
| Octal | 31 | 27 | 214 | 122 | 124 | 0 | 55 | 361 | 110 | 40 |
| Binary | 11001 | 10111 | 10001100 | 1010010 | 1010100 | 0 | 101101 | 11110001 | 1001000 | 100000 |
Color Harmonies of #19178C
Complementary color
Monochromatic Colors of #19178C
Black with #19178C
Text Example
Text Example
White with #19178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19178C; }
p { color: rgb(25,23,140); }
H1.HeaderClassName
{
color: #19178C;
}
.AnyTagClassName
{
color: #19178C;
}
</style>
background-color css
<style>
a { background-color: #19178C; }
a { background-color: rgb(25,23,140); }
div.DivClassName
{
background-color: #19178C;
}
.BgClassName
{
background-color: #19178C;
}
</style>
border-color css
<style>
span { border-color: #19178C; }
span { border-color: rgb(25,23,140); }
td.TdClassName
{
border-color: #19178C;
}
.TagClassName
{
border-color: #19178C;
}
</style>