Shades of Ultramarine #19087E
Tints of Ultramarine #19087E
RGB
CMYK
RGB Variations
Color information
#19087E (or 0x19087E) is known color: Ultramarine. HEX triplet: 19, 08 and 7E. RGB value is (25,8,126). Sum of RGB (Red+Green+Blue) = 25+8+126=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 126 (49.61% from 255 or 79.25% from 159); Max value from RGB is 126 - color contains mainly: blue. Hex color #19087E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19087E is #E6F781. Grayscale: #1A1A1A. Windows color (decimal): -15136642 or 8259609. OLE color: 8259609.
HSL color Cylindrical-coordinate representation of color #19087E: hue angle of 248.64º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19087E is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 8 | 126 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.51 |
| HSL | 248.64º | 0.88% | 0.26% | - |
| HSV(B) | 248.64º | 0.94% | 0.49% | - |
| XYZ | 4.25 | 1.89 | 19.88 | - |
| YUV | 26.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 126 | 0.80 | 0.94 | 0 | 0.51 | 248.64 | 0.88 | 0.26 |
| Hex | 19 | 8 | 7E | 50 | 5E | 0 | 33 | F9 | 58 | 1A |
| Octal | 31 | 10 | 176 | 120 | 136 | 0 | 63 | 371 | 130 | 32 |
| Binary | 11001 | 1000 | 1111110 | 1010000 | 1011110 | 0 | 110011 | 11111001 | 1011000 | 11010 |
Color Harmonies of #19087E
Complementary color
Monochromatic Colors of #19087E
Black with #19087E
Text Example
Text Example
White with #19087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19087E; }
p { color: rgb(25,8,126); }
H1.HeaderClassName
{
color: #19087E;
}
.AnyTagClassName
{
color: #19087E;
}
</style>
background-color css
<style>
a { background-color: #19087E; }
a { background-color: rgb(25,8,126); }
div.DivClassName
{
background-color: #19087E;
}
.BgClassName
{
background-color: #19087E;
}
</style>
border-color css
<style>
span { border-color: #19087E; }
span { border-color: rgb(25,8,126); }
td.TdClassName
{
border-color: #19087E;
}
.TagClassName
{
border-color: #19087E;
}
</style>