Shades of Ultramarine #190C91
Tints of Ultramarine #190C91
RGB
CMYK
RGB Variations
Color information
#190C91 (or 0x190C91) is known color: Ultramarine. HEX triplet: 19, 0C and 91. RGB value is (25,12,145). Sum of RGB (Red+Green+Blue) = 25+12+145=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 145 (57.03% from 255 or 79.67% from 182); Max value from RGB is 145 - color contains mainly: blue. Hex color #190C91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190C91 is #E6F36E. Grayscale: #1E1E1E. Windows color (decimal): -15135599 or 9505817. OLE color: 9505817.
HSL color Cylindrical-coordinate representation of color #190C91: hue angle of 245.86º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190C91 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 12 | 145 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.43 |
| HSL | 245.86º | 0.85% | 0.31% | - |
| HSV(B) | 245.86º | 0.92% | 0.57% | - |
| XYZ | 5.64 | 2.51 | 26.98 | - |
| YUV | 31.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 145 | 0.83 | 0.92 | 0 | 0.43 | 245.86 | 0.85 | 0.31 |
| Hex | 19 | C | 91 | 53 | 5C | 0 | 2B | F6 | 55 | 1F |
| Octal | 31 | 14 | 221 | 123 | 134 | 0 | 53 | 366 | 125 | 37 |
| Binary | 11001 | 1100 | 10010001 | 1010011 | 1011100 | 0 | 101011 | 11110110 | 1010101 | 11111 |
Color Harmonies of #190C91
Complementary color
Monochromatic Colors of #190C91
Black with #190C91
Text Example
Text Example
White with #190C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C91; }
p { color: rgb(25,12,145); }
H1.HeaderClassName
{
color: #190C91;
}
.AnyTagClassName
{
color: #190C91;
}
</style>
background-color css
<style>
a { background-color: #190C91; }
a { background-color: rgb(25,12,145); }
div.DivClassName
{
background-color: #190C91;
}
.BgClassName
{
background-color: #190C91;
}
</style>
border-color css
<style>
span { border-color: #190C91; }
span { border-color: rgb(25,12,145); }
td.TdClassName
{
border-color: #190C91;
}
.TagClassName
{
border-color: #190C91;
}
</style>