Shades of Ultramarine #190E84
Tints of Ultramarine #190E84
RGB
CMYK
RGB Variations
Color information
#190E84 (or 0x190E84) is known color: Ultramarine. HEX triplet: 19, 0E and 84. RGB value is (25,14,132). Sum of RGB (Red+Green+Blue) = 25+14+132=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #190E84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190E84 is #E6F17B. Grayscale: #1E1E1E. Windows color (decimal): -15135100 or 8654361. OLE color: 8654361.
HSL color Cylindrical-coordinate representation of color #190E84: hue angle of 245.59º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190E84 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 14 | 132 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.48 |
| HSL | 245.59º | 0.81% | 0.29% | - |
| HSV(B) | 245.59º | 0.89% | 0.52% | - |
| XYZ | 4.72 | 2.19 | 22 | - |
| YUV | 30.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 132 | 0.81 | 0.89 | 0 | 0.48 | 245.59 | 0.81 | 0.29 |
| Hex | 19 | E | 84 | 51 | 59 | 0 | 30 | F6 | 51 | 1D |
| Octal | 31 | 16 | 204 | 121 | 131 | 0 | 60 | 366 | 121 | 35 |
| Binary | 11001 | 1110 | 10000100 | 1010001 | 1011001 | 0 | 110000 | 11110110 | 1010001 | 11101 |
Color Harmonies of #190E84
Complementary color
Monochromatic Colors of #190E84
Black with #190E84
Text Example
Text Example
White with #190E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E84; }
p { color: rgb(25,14,132); }
H1.HeaderClassName
{
color: #190E84;
}
.AnyTagClassName
{
color: #190E84;
}
</style>
background-color css
<style>
a { background-color: #190E84; }
a { background-color: rgb(25,14,132); }
div.DivClassName
{
background-color: #190E84;
}
.BgClassName
{
background-color: #190E84;
}
</style>
border-color css
<style>
span { border-color: #190E84; }
span { border-color: rgb(25,14,132); }
td.TdClassName
{
border-color: #190E84;
}
.TagClassName
{
border-color: #190E84;
}
</style>