Shades of Ultramarine #190291
Tints of Ultramarine #190291
RGB
CMYK
RGB Variations
Color information
#190291 (or 0x190291) is known color: Ultramarine. HEX triplet: 19, 02 and 91. RGB value is (25,2,145). Sum of RGB (Red+Green+Blue) = 25+2+145=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 145 (57.03% from 255 or 84.30% from 172); Max value from RGB is 145 - color contains mainly: blue. Hex color #190291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190291 is #E6FD6E. Grayscale: #181818. Windows color (decimal): -15138159 or 9503257. OLE color: 9503257.
HSL color Cylindrical-coordinate representation of color #190291: hue angle of 249.65º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190291 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 2 | 145 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.43 |
| HSL | 249.65º | 0.97% | 0.29% | - |
| HSV(B) | 249.65º | 0.99% | 0.57% | - |
| XYZ | 5.53 | 2.29 | 26.94 | - |
| YUV | 25.18 | 195.62 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 145 | 0.83 | 0.99 | 0 | 0.43 | 249.65 | 0.97 | 0.29 |
| Hex | 19 | 2 | 91 | 53 | 63 | 0 | 2B | FA | 61 | 1D |
| Octal | 31 | 2 | 221 | 123 | 143 | 0 | 53 | 372 | 141 | 35 |
| Binary | 11001 | 10 | 10010001 | 1010011 | 1100011 | 0 | 101011 | 11111010 | 1100001 | 11101 |
Color Harmonies of #190291
Complementary color
Monochromatic Colors of #190291
Black with #190291
Text Example
Text Example
White with #190291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190291; }
p { color: rgb(25,2,145); }
H1.HeaderClassName
{
color: #190291;
}
.AnyTagClassName
{
color: #190291;
}
</style>
background-color css
<style>
a { background-color: #190291; }
a { background-color: rgb(25,2,145); }
div.DivClassName
{
background-color: #190291;
}
.BgClassName
{
background-color: #190291;
}
</style>
border-color css
<style>
span { border-color: #190291; }
span { border-color: rgb(25,2,145); }
td.TdClassName
{
border-color: #190291;
}
.TagClassName
{
border-color: #190291;
}
</style>