Shades of Ultramarine #190F91
Tints of Ultramarine #190F91
RGB
CMYK
RGB Variations
Color information
#190F91 (or 0x190F91) is known color: Ultramarine. HEX triplet: 19, 0F and 91. RGB value is (25,15,145). Sum of RGB (Red+Green+Blue) = 25+15+145=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #190F91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190F91 is #E6F06E. Grayscale: #202020. Windows color (decimal): -15134831 or 9506585. OLE color: 9506585.
HSL color Cylindrical-coordinate representation of color #190F91: hue angle of 244.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190F91 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 15 | 145 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.43 |
| HSL | 244.62º | 0.81% | 0.31% | - |
| HSV(B) | 244.62º | 0.9% | 0.57% | - |
| XYZ | 5.68 | 2.59 | 26.99 | - |
| YUV | 32.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 145 | 0.83 | 0.90 | 0 | 0.43 | 244.62 | 0.81 | 0.31 |
| Hex | 19 | F | 91 | 53 | 5A | 0 | 2B | F5 | 51 | 1F |
| Octal | 31 | 17 | 221 | 123 | 132 | 0 | 53 | 365 | 121 | 37 |
| Binary | 11001 | 1111 | 10010001 | 1010011 | 1011010 | 0 | 101011 | 11110101 | 1010001 | 11111 |
Color Harmonies of #190F91
Complementary color
Monochromatic Colors of #190F91
Black with #190F91
Text Example
Text Example
White with #190F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F91; }
p { color: rgb(25,15,145); }
H1.HeaderClassName
{
color: #190F91;
}
.AnyTagClassName
{
color: #190F91;
}
</style>
background-color css
<style>
a { background-color: #190F91; }
a { background-color: rgb(25,15,145); }
div.DivClassName
{
background-color: #190F91;
}
.BgClassName
{
background-color: #190F91;
}
</style>
border-color css
<style>
span { border-color: #190F91; }
span { border-color: rgb(25,15,145); }
td.TdClassName
{
border-color: #190F91;
}
.TagClassName
{
border-color: #190F91;
}
</style>