Shades of Ultramarine #19087D
Tints of Ultramarine #19087D
RGB
CMYK
RGB Variations
Color information
#19087D (or 0x19087D) is known color: Ultramarine. HEX triplet: 19, 08 and 7D. RGB value is (25,8,125). Sum of RGB (Red+Green+Blue) = 25+8+125=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #19087D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19087D is #E6F782. Grayscale: #191919. Windows color (decimal): -15136643 or 8194073. OLE color: 8194073.
HSL color Cylindrical-coordinate representation of color #19087D: hue angle of 248.72º 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 #19087D is Cyan = 0.8, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 8 | 125 | - |
| CMYK | 0.8 | 0.94 | 0 | 0.51 |
| HSL | 248.72º | 0.88% | 0.26% | - |
| HSV(B) | 248.72º | 0.94% | 0.49% | - |
| XYZ | 4.19 | 1.86 | 19.54 | - |
| YUV | 26.42 | 183.63 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 125 | 0.8 | 0.94 | 0 | 0.51 | 248.72 | 0.88 | 0.26 |
| Hex | 19 | 8 | 7D | 50 | 5E | 0 | 33 | F9 | 58 | 1A |
| Octal | 31 | 10 | 175 | 120 | 136 | 0 | 63 | 371 | 130 | 32 |
| Binary | 11001 | 1000 | 1111101 | 1010000 | 1011110 | 0 | 110011 | 11111001 | 1011000 | 11010 |
Color Harmonies of #19087D
Complementary color
Monochromatic Colors of #19087D
Black with #19087D
Text Example
Text Example
White with #19087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19087D; }
p { color: rgb(25,8,125); }
H1.HeaderClassName
{
color: #19087D;
}
.AnyTagClassName
{
color: #19087D;
}
</style>
background-color css
<style>
a { background-color: #19087D; }
a { background-color: rgb(25,8,125); }
div.DivClassName
{
background-color: #19087D;
}
.BgClassName
{
background-color: #19087D;
}
</style>
border-color css
<style>
span { border-color: #19087D; }
span { border-color: rgb(25,8,125); }
td.TdClassName
{
border-color: #19087D;
}
.TagClassName
{
border-color: #19087D;
}
</style>