Shades of Ultramarine #191491
Tints of Ultramarine #191491
RGB
CMYK
RGB Variations
Color information
#191491 (or 0x191491) is known color: Ultramarine. HEX triplet: 19, 14 and 91. RGB value is (25,20,145). Sum of RGB (Red+Green+Blue) = 25+20+145=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #191491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191491 is #E6EB6E. Grayscale: #232323. Windows color (decimal): -15133551 or 9507865. OLE color: 9507865.
HSL color Cylindrical-coordinate representation of color #191491: hue angle of 242.4º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191491 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 20 | 145 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.43 |
| HSL | 242.4º | 0.76% | 0.32% | - |
| HSV(B) | 242.4º | 0.86% | 0.57% | - |
| XYZ | 5.76 | 2.75 | 27.02 | - |
| YUV | 35.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 145 | 0.83 | 0.86 | 0 | 0.43 | 242.4 | 0.76 | 0.32 |
| Hex | 19 | 14 | 91 | 53 | 56 | 0 | 2B | F2 | 4C | 20 |
| Octal | 31 | 24 | 221 | 123 | 126 | 0 | 53 | 362 | 114 | 40 |
| Binary | 11001 | 10100 | 10010001 | 1010011 | 1010110 | 0 | 101011 | 11110010 | 1001100 | 100000 |
Color Harmonies of #191491
Complementary color
Monochromatic Colors of #191491
Black with #191491
Text Example
Text Example
White with #191491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191491; }
p { color: rgb(25,20,145); }
H1.HeaderClassName
{
color: #191491;
}
.AnyTagClassName
{
color: #191491;
}
</style>
background-color css
<style>
a { background-color: #191491; }
a { background-color: rgb(25,20,145); }
div.DivClassName
{
background-color: #191491;
}
.BgClassName
{
background-color: #191491;
}
</style>
border-color css
<style>
span { border-color: #191491; }
span { border-color: rgb(25,20,145); }
td.TdClassName
{
border-color: #191491;
}
.TagClassName
{
border-color: #191491;
}
</style>