Shades of Ultramarine #19098C
Tints of Ultramarine #19098C
RGB
CMYK
RGB Variations
Color information
#19098C (or 0x19098C) is known color: Ultramarine. HEX triplet: 19, 09 and 8C. RGB value is (25,9,140). Sum of RGB (Red+Green+Blue) = 25+9+140=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 140 (55.08% from 255 or 80.46% from 174); Max value from RGB is 140 - color contains mainly: blue. Hex color #19098C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19098C is #E6F673. Grayscale: #1C1C1C. Windows color (decimal): -15136372 or 9177369. OLE color: 9177369.
HSL color Cylindrical-coordinate representation of color #19098C: hue angle of 247.33º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19098C is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 9 | 140 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.45 |
| HSL | 247.33º | 0.88% | 0.29% | - |
| HSV(B) | 247.33º | 0.94% | 0.55% | - |
| XYZ | 5.23 | 2.3 | 24.98 | - |
| YUV | 28.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 140 | 0.82 | 0.94 | 0 | 0.45 | 247.33 | 0.88 | 0.29 |
| Hex | 19 | 9 | 8C | 52 | 5E | 0 | 2D | F7 | 58 | 1D |
| Octal | 31 | 11 | 214 | 122 | 136 | 0 | 55 | 367 | 130 | 35 |
| Binary | 11001 | 1001 | 10001100 | 1010010 | 1011110 | 0 | 101101 | 11110111 | 1011000 | 11101 |
Color Harmonies of #19098C
Complementary color
Monochromatic Colors of #19098C
Black with #19098C
Text Example
Text Example
White with #19098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19098C; }
p { color: rgb(25,9,140); }
H1.HeaderClassName
{
color: #19098C;
}
.AnyTagClassName
{
color: #19098C;
}
</style>
background-color css
<style>
a { background-color: #19098C; }
a { background-color: rgb(25,9,140); }
div.DivClassName
{
background-color: #19098C;
}
.BgClassName
{
background-color: #19098C;
}
</style>
border-color css
<style>
span { border-color: #19098C; }
span { border-color: rgb(25,9,140); }
td.TdClassName
{
border-color: #19098C;
}
.TagClassName
{
border-color: #19098C;
}
</style>