Shades of Ultramarine #19087B
Tints of Ultramarine #19087B
RGB
CMYK
RGB Variations
Color information
#19087B (or 0x19087B) is known color: Ultramarine. HEX triplet: 19, 08 and 7B. RGB value is (25,8,123). Sum of RGB (Red+Green+Blue) = 25+8+123=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 123 (48.44% from 255 or 78.85% from 156); Max value from RGB is 123 - color contains mainly: blue. Hex color #19087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19087B is #E6F784. Grayscale: #191919. Windows color (decimal): -15136645 or 8063001. OLE color: 8063001.
HSL color Cylindrical-coordinate representation of color #19087B: hue angle of 248.87º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19087B is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 8 | 123 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.52 |
| HSL | 248.87º | 0.88% | 0.26% | - |
| HSV(B) | 248.87º | 0.93% | 0.48% | - |
| XYZ | 4.06 | 1.81 | 18.87 | - |
| YUV | 26.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 123 | 0.80 | 0.93 | 0 | 0.52 | 248.87 | 0.88 | 0.26 |
| Hex | 19 | 8 | 7B | 50 | 5D | 0 | 34 | F9 | 58 | 1A |
| Octal | 31 | 10 | 173 | 120 | 135 | 0 | 64 | 371 | 130 | 32 |
| Binary | 11001 | 1000 | 1111011 | 1010000 | 1011101 | 0 | 110100 | 11111001 | 1011000 | 11010 |
Color Harmonies of #19087B
Complementary color
Monochromatic Colors of #19087B
Black with #19087B
Text Example
Text Example
White with #19087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19087B; }
p { color: rgb(25,8,123); }
H1.HeaderClassName
{
color: #19087B;
}
.AnyTagClassName
{
color: #19087B;
}
</style>
background-color css
<style>
a { background-color: #19087B; }
a { background-color: rgb(25,8,123); }
div.DivClassName
{
background-color: #19087B;
}
.BgClassName
{
background-color: #19087B;
}
</style>
border-color css
<style>
span { border-color: #19087B; }
span { border-color: rgb(25,8,123); }
td.TdClassName
{
border-color: #19087B;
}
.TagClassName
{
border-color: #19087B;
}
</style>