Shades of Ultramarine #190091
Tints of Ultramarine #190091
RGB
CMYK
RGB Variations
Color information
#190091 (or 0x190091) is known color: Ultramarine. HEX triplet: 19, 00 and 91. RGB value is (25,0,145). Sum of RGB (Red+Green+Blue) = 25+0+145=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 145 (57.03% from 255 or 85.29% from 170); Max value from RGB is 145 - color contains mainly: blue. Hex color #190091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190091 is #E6FF6E. Grayscale: #171717. Windows color (decimal): -15138671 or 9502745. OLE color: 9502745.
HSL color Cylindrical-coordinate representation of color #190091: hue angle of 250.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190091 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 0 | 145 | - |
| CMYK | 0.83 | 1 | 0 | 0.43 |
| HSL | 250.34º | 1% | 0.28% | - |
| HSV(B) | 250.34º | 1% | 0.57% | - |
| XYZ | 5.51 | 2.25 | 26.93 | - |
| YUV | 24.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 145 | 0.83 | 1 | 0 | 0.43 | 250.34 | 1 | 0.28 |
| Hex | 19 | 0 | 91 | 53 | 64 | 0 | 2B | FA | 64 | 1C |
| Octal | 31 | 0 | 221 | 123 | 144 | 0 | 53 | 372 | 144 | 34 |
| Binary | 11001 | 0 | 10010001 | 1010011 | 1100100 | 0 | 101011 | 11111010 | 1100100 | 11100 |
Color Harmonies of #190091
Complementary color
Monochromatic Colors of #190091
Black with #190091
Text Example
Text Example
White with #190091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190091; }
p { color: rgb(25,0,145); }
H1.HeaderClassName
{
color: #190091;
}
.AnyTagClassName
{
color: #190091;
}
</style>
background-color css
<style>
a { background-color: #190091; }
a { background-color: rgb(25,0,145); }
div.DivClassName
{
background-color: #190091;
}
.BgClassName
{
background-color: #190091;
}
</style>
border-color css
<style>
span { border-color: #190091; }
span { border-color: rgb(25,0,145); }
td.TdClassName
{
border-color: #190091;
}
.TagClassName
{
border-color: #190091;
}
</style>