Shades of Ultramarine #190891
Tints of Ultramarine #190891
RGB
CMYK
RGB Variations
Color information
#190891 (or 0x190891) is known color: Ultramarine. HEX triplet: 19, 08 and 91. RGB value is (25,8,145). Sum of RGB (Red+Green+Blue) = 25+8+145=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 145 (57.03% from 255 or 81.46% from 178); Max value from RGB is 145 - color contains mainly: blue. Hex color #190891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190891 is #E6F76E. Grayscale: #1C1C1C. Windows color (decimal): -15136623 or 9504793. OLE color: 9504793.
HSL color Cylindrical-coordinate representation of color #190891: hue angle of 247.45º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190891 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 8 | 145 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.43 |
| HSL | 247.45º | 0.9% | 0.3% | - |
| HSV(B) | 247.45º | 0.94% | 0.57% | - |
| XYZ | 5.6 | 2.42 | 26.96 | - |
| YUV | 28.7 | 193.63 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 145 | 0.83 | 0.94 | 0 | 0.43 | 247.45 | 0.9 | 0.3 |
| Hex | 19 | 8 | 91 | 53 | 5E | 0 | 2B | F7 | 5A | 1E |
| Octal | 31 | 10 | 221 | 123 | 136 | 0 | 53 | 367 | 132 | 36 |
| Binary | 11001 | 1000 | 10010001 | 1010011 | 1011110 | 0 | 101011 | 11110111 | 1011010 | 11110 |
Color Harmonies of #190891
Complementary color
Monochromatic Colors of #190891
Black with #190891
Text Example
Text Example
White with #190891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190891; }
p { color: rgb(25,8,145); }
H1.HeaderClassName
{
color: #190891;
}
.AnyTagClassName
{
color: #190891;
}
</style>
background-color css
<style>
a { background-color: #190891; }
a { background-color: rgb(25,8,145); }
div.DivClassName
{
background-color: #190891;
}
.BgClassName
{
background-color: #190891;
}
</style>
border-color css
<style>
span { border-color: #190891; }
span { border-color: rgb(25,8,145); }
td.TdClassName
{
border-color: #190891;
}
.TagClassName
{
border-color: #190891;
}
</style>