Shades of Ultramarine #191386
Tints of Ultramarine #191386
RGB
CMYK
RGB Variations
Color information
#191386 (or 0x191386) is known color: Ultramarine. HEX triplet: 19, 13 and 86. RGB value is (25,19,134). Sum of RGB (Red+Green+Blue) = 25+19+134=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 134 (52.73% from 255 or 75.28% from 178); Max value from RGB is 134 - color contains mainly: blue. Hex color #191386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191386 is #E6EC79. Grayscale: #212121. Windows color (decimal): -15133818 or 8786713. OLE color: 8786713.
HSL color Cylindrical-coordinate representation of color #191386: hue angle of 243.13º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191386 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 19 | 134 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.47 |
| HSL | 243.13º | 0.75% | 0.3% | - |
| HSV(B) | 243.13º | 0.86% | 0.53% | - |
| XYZ | 4.94 | 2.39 | 22.76 | - |
| YUV | 33.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 134 | 0.81 | 0.86 | 0 | 0.47 | 243.13 | 0.75 | 0.3 |
| Hex | 19 | 13 | 86 | 51 | 56 | 0 | 2F | F3 | 4B | 1E |
| Octal | 31 | 23 | 206 | 121 | 126 | 0 | 57 | 363 | 113 | 36 |
| Binary | 11001 | 10011 | 10000110 | 1010001 | 1010110 | 0 | 101111 | 11110011 | 1001011 | 11110 |
Color Harmonies of #191386
Complementary color
Monochromatic Colors of #191386
Black with #191386
Text Example
Text Example
White with #191386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191386; }
p { color: rgb(25,19,134); }
H1.HeaderClassName
{
color: #191386;
}
.AnyTagClassName
{
color: #191386;
}
</style>
background-color css
<style>
a { background-color: #191386; }
a { background-color: rgb(25,19,134); }
div.DivClassName
{
background-color: #191386;
}
.BgClassName
{
background-color: #191386;
}
</style>
border-color css
<style>
span { border-color: #191386; }
span { border-color: rgb(25,19,134); }
td.TdClassName
{
border-color: #191386;
}
.TagClassName
{
border-color: #191386;
}
</style>