Shades of Ultramarine #19088F
Tints of Ultramarine #19088F
RGB
CMYK
RGB Variations
Color information
#19088F (or 0x19088F) is known color: Ultramarine. HEX triplet: 19, 08 and 8F. RGB value is (25,8,143). Sum of RGB (Red+Green+Blue) = 25+8+143=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 143 (56.25% from 255 or 81.25% from 176); Max value from RGB is 143 - color contains mainly: blue. Hex color #19088F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19088F is #E6F770. Grayscale: #1B1B1B. Windows color (decimal): -15136625 or 9373721. OLE color: 9373721.
HSL color Cylindrical-coordinate representation of color #19088F: hue angle of 247.56º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19088F is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 8 | 143 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.44 |
| HSL | 247.56º | 0.89% | 0.3% | - |
| HSV(B) | 247.56º | 0.94% | 0.56% | - |
| XYZ | 5.45 | 2.36 | 26.16 | - |
| YUV | 28.47 | 192.63 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 143 | 0.83 | 0.94 | 0 | 0.44 | 247.56 | 0.89 | 0.3 |
| Hex | 19 | 8 | 8F | 53 | 5E | 0 | 2C | F8 | 59 | 1E |
| Octal | 31 | 10 | 217 | 123 | 136 | 0 | 54 | 370 | 131 | 36 |
| Binary | 11001 | 1000 | 10001111 | 1010011 | 1011110 | 0 | 101100 | 11111000 | 1011001 | 11110 |
Color Harmonies of #19088F
Complementary color
Monochromatic Colors of #19088F
Black with #19088F
Text Example
Text Example
White with #19088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19088F; }
p { color: rgb(25,8,143); }
H1.HeaderClassName
{
color: #19088F;
}
.AnyTagClassName
{
color: #19088F;
}
</style>
background-color css
<style>
a { background-color: #19088F; }
a { background-color: rgb(25,8,143); }
div.DivClassName
{
background-color: #19088F;
}
.BgClassName
{
background-color: #19088F;
}
</style>
border-color css
<style>
span { border-color: #19088F; }
span { border-color: rgb(25,8,143); }
td.TdClassName
{
border-color: #19088F;
}
.TagClassName
{
border-color: #19088F;
}
</style>