Shades of Ultramarine #19088C
Tints of Ultramarine #19088C
RGB
CMYK
RGB Variations
Color information
#19088C (or 0x19088C) is known color: Ultramarine. HEX triplet: 19, 08 and 8C. RGB value is (25,8,140). Sum of RGB (Red+Green+Blue) = 25+8+140=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 140 (55.08% from 255 or 80.92% from 173); Max value from RGB is 140 - color contains mainly: blue. Hex color #19088C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19088C is #E6F773. Grayscale: #1B1B1B. Windows color (decimal): -15136628 or 9177113. OLE color: 9177113.
HSL color Cylindrical-coordinate representation of color #19088C: hue angle of 247.73º degrees, saturation: 0.89, 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 #19088C is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 8 | 140 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.45 |
| HSL | 247.73º | 0.89% | 0.29% | - |
| HSV(B) | 247.73º | 0.94% | 0.55% | - |
| XYZ | 5.22 | 2.27 | 24.97 | - |
| YUV | 28.13 | 191.13 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 140 | 0.82 | 0.94 | 0 | 0.45 | 247.73 | 0.89 | 0.29 |
| Hex | 19 | 8 | 8C | 52 | 5E | 0 | 2D | F8 | 59 | 1D |
| Octal | 31 | 10 | 214 | 122 | 136 | 0 | 55 | 370 | 131 | 35 |
| Binary | 11001 | 1000 | 10001100 | 1010010 | 1011110 | 0 | 101101 | 11111000 | 1011001 | 11101 |
Color Harmonies of #19088C
Complementary color
Monochromatic Colors of #19088C
Black with #19088C
Text Example
Text Example
White with #19088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19088C; }
p { color: rgb(25,8,140); }
H1.HeaderClassName
{
color: #19088C;
}
.AnyTagClassName
{
color: #19088C;
}
</style>
background-color css
<style>
a { background-color: #19088C; }
a { background-color: rgb(25,8,140); }
div.DivClassName
{
background-color: #19088C;
}
.BgClassName
{
background-color: #19088C;
}
</style>
border-color css
<style>
span { border-color: #19088C; }
span { border-color: rgb(25,8,140); }
td.TdClassName
{
border-color: #19088C;
}
.TagClassName
{
border-color: #19088C;
}
</style>