Shades of Ultramarine #191B91
Tints of Ultramarine #191B91
RGB
CMYK
RGB Variations
Color information
#191B91 (or 0x191B91) is known color: Ultramarine. HEX triplet: 19, 1B and 91. RGB value is (25,27,145). Sum of RGB (Red+Green+Blue) = 25+27+145=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #191B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191B91 is #E6E46E. Grayscale: #272727. Windows color (decimal): -15131759 or 9509657. OLE color: 9509657.
HSL color Cylindrical-coordinate representation of color #191B91: hue angle of 239º 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 #191B91 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 27 | 145 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.43 |
| HSL | 239º | 0.71% | 0.33% | - |
| HSV(B) | 239º | 0.83% | 0.57% | - |
| XYZ | 5.9 | 3.03 | 27.06 | - |
| YUV | 39.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 145 | 0.83 | 0.81 | 0 | 0.43 | 239 | 0.71 | 0.33 |
| Hex | 19 | 1B | 91 | 53 | 51 | 0 | 2B | EF | 47 | 21 |
| Octal | 31 | 33 | 221 | 123 | 121 | 0 | 53 | 357 | 107 | 41 |
| Binary | 11001 | 11011 | 10010001 | 1010011 | 1010001 | 0 | 101011 | 11101111 | 1000111 | 100001 |
Color Harmonies of #191B91
Complementary color
Monochromatic Colors of #191B91
Black with #191B91
Text Example
Text Example
White with #191B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B91; }
p { color: rgb(25,27,145); }
H1.HeaderClassName
{
color: #191B91;
}
.AnyTagClassName
{
color: #191B91;
}
</style>
background-color css
<style>
a { background-color: #191B91; }
a { background-color: rgb(25,27,145); }
div.DivClassName
{
background-color: #191B91;
}
.BgClassName
{
background-color: #191B91;
}
</style>
border-color css
<style>
span { border-color: #191B91; }
span { border-color: rgb(25,27,145); }
td.TdClassName
{
border-color: #191B91;
}
.TagClassName
{
border-color: #191B91;
}
</style>