Shades of Ultramarine #191D91
Tints of Ultramarine #191D91
RGB
CMYK
RGB Variations
Color information
#191D91 (or 0x191D91) is known color: Ultramarine. HEX triplet: 19, 1D and 91. RGB value is (25,29,145). Sum of RGB (Red+Green+Blue) = 25+29+145=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #191D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191D91 is #E6E26E. Grayscale: #282828. Windows color (decimal): -15131247 or 9510169. OLE color: 9510169.
HSL color Cylindrical-coordinate representation of color #191D91: hue angle of 238º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191D91 is Cyan = 0.83, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 29 | 145 | - |
| CMYK | 0.83 | 0.8 | 0 | 0.43 |
| HSL | 238º | 0.71% | 0.33% | - |
| HSV(B) | 238º | 0.83% | 0.57% | - |
| XYZ | 5.95 | 3.13 | 27.08 | - |
| YUV | 41.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 145 | 0.83 | 0.8 | 0 | 0.43 | 238 | 0.71 | 0.33 |
| Hex | 19 | 1D | 91 | 53 | 50 | 0 | 2B | EE | 47 | 21 |
| Octal | 31 | 35 | 221 | 123 | 120 | 0 | 53 | 356 | 107 | 41 |
| Binary | 11001 | 11101 | 10010001 | 1010011 | 1010000 | 0 | 101011 | 11101110 | 1000111 | 100001 |
Color Harmonies of #191D91
Complementary color
Monochromatic Colors of #191D91
Black with #191D91
Text Example
Text Example
White with #191D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D91; }
p { color: rgb(25,29,145); }
H1.HeaderClassName
{
color: #191D91;
}
.AnyTagClassName
{
color: #191D91;
}
</style>
background-color css
<style>
a { background-color: #191D91; }
a { background-color: rgb(25,29,145); }
div.DivClassName
{
background-color: #191D91;
}
.BgClassName
{
background-color: #191D91;
}
</style>
border-color css
<style>
span { border-color: #191D91; }
span { border-color: rgb(25,29,145); }
td.TdClassName
{
border-color: #191D91;
}
.TagClassName
{
border-color: #191D91;
}
</style>