Shades of Ultramarine #191193
Tints of Ultramarine #191193
RGB
CMYK
RGB Variations
Color information
#191193 (or 0x191193) is known color: Ultramarine. HEX triplet: 19, 11 and 93. RGB value is (25,17,147). Sum of RGB (Red+Green+Blue) = 25+17+147=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #191193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191193 is #E6EE6C. Grayscale: #212121. Windows color (decimal): -15134317 or 9638169. OLE color: 9638169.
HSL color Cylindrical-coordinate representation of color #191193: hue angle of 243.69º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191193 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 17 | 147 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.42 |
| HSL | 243.69º | 0.79% | 0.32% | - |
| HSV(B) | 243.69º | 0.88% | 0.58% | - |
| XYZ | 5.87 | 2.71 | 27.82 | - |
| YUV | 34.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 147 | 0.83 | 0.88 | 0 | 0.42 | 243.69 | 0.79 | 0.32 |
| Hex | 19 | 11 | 93 | 53 | 58 | 0 | 2A | F4 | 4F | 20 |
| Octal | 31 | 21 | 223 | 123 | 130 | 0 | 52 | 364 | 117 | 40 |
| Binary | 11001 | 10001 | 10010011 | 1010011 | 1011000 | 0 | 101010 | 11110100 | 1001111 | 100000 |
Color Harmonies of #191193
Complementary color
Monochromatic Colors of #191193
Black with #191193
Text Example
Text Example
White with #191193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191193; }
p { color: rgb(25,17,147); }
H1.HeaderClassName
{
color: #191193;
}
.AnyTagClassName
{
color: #191193;
}
</style>
background-color css
<style>
a { background-color: #191193; }
a { background-color: rgb(25,17,147); }
div.DivClassName
{
background-color: #191193;
}
.BgClassName
{
background-color: #191193;
}
</style>
border-color css
<style>
span { border-color: #191193; }
span { border-color: rgb(25,17,147); }
td.TdClassName
{
border-color: #191193;
}
.TagClassName
{
border-color: #191193;
}
</style>