Shades of Ultramarine #190087
Tints of Ultramarine #190087
RGB
CMYK
RGB Variations
Color information
#190087 (or 0x190087) is known color: Ultramarine. HEX triplet: 19, 00 and 87. RGB value is (25,0,135). Sum of RGB (Red+Green+Blue) = 25+0+135=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 135 (53.12% from 255 or 84.38% from 160); Max value from RGB is 135 - color contains mainly: blue. Hex color #190087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190087 is #E6FF78. Grayscale: #161616. Windows color (decimal): -15138681 or 8847385. OLE color: 8847385.
HSL color Cylindrical-coordinate representation of color #190087: hue angle of 251.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190087 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 0 | 135 | - |
| CMYK | 0.81 | 1 | 0 | 0.47 |
| HSL | 251.11º | 1% | 0.26% | - |
| HSV(B) | 251.11º | 1% | 0.53% | - |
| XYZ | 4.77 | 1.96 | 23.05 | - |
| YUV | 22.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 135 | 0.81 | 1 | 0 | 0.47 | 251.11 | 1 | 0.26 |
| Hex | 19 | 0 | 87 | 51 | 64 | 0 | 2F | FB | 64 | 1A |
| Octal | 31 | 0 | 207 | 121 | 144 | 0 | 57 | 373 | 144 | 32 |
| Binary | 11001 | 0 | 10000111 | 1010001 | 1100100 | 0 | 101111 | 11111011 | 1100100 | 11010 |
Color Harmonies of #190087
Complementary color
Monochromatic Colors of #190087
Black with #190087
Text Example
Text Example
White with #190087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190087; }
p { color: rgb(25,0,135); }
H1.HeaderClassName
{
color: #190087;
}
.AnyTagClassName
{
color: #190087;
}
</style>
background-color css
<style>
a { background-color: #190087; }
a { background-color: rgb(25,0,135); }
div.DivClassName
{
background-color: #190087;
}
.BgClassName
{
background-color: #190087;
}
</style>
border-color css
<style>
span { border-color: #190087; }
span { border-color: rgb(25,0,135); }
td.TdClassName
{
border-color: #190087;
}
.TagClassName
{
border-color: #190087;
}
</style>