Shades of Ultramarine #190191
Tints of Ultramarine #190191
RGB
CMYK
RGB Variations
Color information
#190191 (or 0x190191) is known color: Ultramarine. HEX triplet: 19, 01 and 91. RGB value is (25,1,145). Sum of RGB (Red+Green+Blue) = 25+1+145=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 145 (57.03% from 255 or 84.80% from 171); Max value from RGB is 145 - color contains mainly: blue. Hex color #190191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190191 is #E6FE6E. Grayscale: #181818. Windows color (decimal): -15138415 or 9503001. OLE color: 9503001.
HSL color Cylindrical-coordinate representation of color #190191: hue angle of 250º degrees, saturation: 0.99, 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 #190191 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 1 | 145 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.43 |
| HSL | 250º | 0.99% | 0.29% | - |
| HSV(B) | 250º | 0.99% | 0.57% | - |
| XYZ | 5.52 | 2.27 | 26.94 | - |
| YUV | 24.59 | 195.95 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 145 | 0.83 | 0.99 | 0 | 0.43 | 250 | 0.99 | 0.29 |
| Hex | 19 | 1 | 91 | 53 | 63 | 0 | 2B | FA | 63 | 1D |
| Octal | 31 | 1 | 221 | 123 | 143 | 0 | 53 | 372 | 143 | 35 |
| Binary | 11001 | 1 | 10010001 | 1010011 | 1100011 | 0 | 101011 | 11111010 | 1100011 | 11101 |
Color Harmonies of #190191
Complementary color
Monochromatic Colors of #190191
Black with #190191
Text Example
Text Example
White with #190191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190191; }
p { color: rgb(25,1,145); }
H1.HeaderClassName
{
color: #190191;
}
.AnyTagClassName
{
color: #190191;
}
</style>
background-color css
<style>
a { background-color: #190191; }
a { background-color: rgb(25,1,145); }
div.DivClassName
{
background-color: #190191;
}
.BgClassName
{
background-color: #190191;
}
</style>
border-color css
<style>
span { border-color: #190191; }
span { border-color: rgb(25,1,145); }
td.TdClassName
{
border-color: #190191;
}
.TagClassName
{
border-color: #190191;
}
</style>