Shades of Ultramarine #191886
Tints of Ultramarine #191886
RGB
CMYK
RGB Variations
Color information
#191886 (or 0x191886) is known color: Ultramarine. HEX triplet: 19, 18 and 86. RGB value is (25,24,134). Sum of RGB (Red+Green+Blue) = 25+24+134=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #191886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191886 is #E6E779. Grayscale: #242424. Windows color (decimal): -15132538 or 8787993. OLE color: 8787993.
HSL color Cylindrical-coordinate representation of color #191886: hue angle of 240.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191886 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 24 | 134 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.47 |
| HSL | 240.55º | 0.7% | 0.31% | - |
| HSV(B) | 240.55º | 0.82% | 0.53% | - |
| XYZ | 5.03 | 2.58 | 22.79 | - |
| YUV | 36.84 | 182.83 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 134 | 0.81 | 0.82 | 0 | 0.47 | 240.55 | 0.7 | 0.31 |
| Hex | 19 | 18 | 86 | 51 | 52 | 0 | 2F | F1 | 46 | 1F |
| Octal | 31 | 30 | 206 | 121 | 122 | 0 | 57 | 361 | 106 | 37 |
| Binary | 11001 | 11000 | 10000110 | 1010001 | 1010010 | 0 | 101111 | 11110001 | 1000110 | 11111 |
Color Harmonies of #191886
Complementary color
Monochromatic Colors of #191886
Black with #191886
Text Example
Text Example
White with #191886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191886; }
p { color: rgb(25,24,134); }
H1.HeaderClassName
{
color: #191886;
}
.AnyTagClassName
{
color: #191886;
}
</style>
background-color css
<style>
a { background-color: #191886; }
a { background-color: rgb(25,24,134); }
div.DivClassName
{
background-color: #191886;
}
.BgClassName
{
background-color: #191886;
}
</style>
border-color css
<style>
span { border-color: #191886; }
span { border-color: rgb(25,24,134); }
td.TdClassName
{
border-color: #191886;
}
.TagClassName
{
border-color: #191886;
}
</style>