Shades of Ultramarine #191685
Tints of Ultramarine #191685
RGB
CMYK
RGB Variations
Color information
#191685 (or 0x191685) is known color: Ultramarine. HEX triplet: 19, 16 and 85. RGB value is (25,22,133). Sum of RGB (Red+Green+Blue) = 25+22+133=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #191685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191685 is #E6E97A. Grayscale: #232323. Windows color (decimal): -15133051 or 8721945. OLE color: 8721945.
HSL color Cylindrical-coordinate representation of color #191685: hue angle of 241.62º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191685 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 22 | 133 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.48 |
| HSL | 241.62º | 0.72% | 0.3% | - |
| HSV(B) | 241.62º | 0.83% | 0.52% | - |
| XYZ | 4.92 | 2.47 | 22.41 | - |
| YUV | 35.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 133 | 0.81 | 0.83 | 0 | 0.48 | 241.62 | 0.72 | 0.3 |
| Hex | 19 | 16 | 85 | 51 | 53 | 0 | 30 | F2 | 48 | 1E |
| Octal | 31 | 26 | 205 | 121 | 123 | 0 | 60 | 362 | 110 | 36 |
| Binary | 11001 | 10110 | 10000101 | 1010001 | 1010011 | 0 | 110000 | 11110010 | 1001000 | 11110 |
Color Harmonies of #191685
Complementary color
Monochromatic Colors of #191685
Black with #191685
Text Example
Text Example
White with #191685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191685; }
p { color: rgb(25,22,133); }
H1.HeaderClassName
{
color: #191685;
}
.AnyTagClassName
{
color: #191685;
}
</style>
background-color css
<style>
a { background-color: #191685; }
a { background-color: rgb(25,22,133); }
div.DivClassName
{
background-color: #191685;
}
.BgClassName
{
background-color: #191685;
}
</style>
border-color css
<style>
span { border-color: #191685; }
span { border-color: rgb(25,22,133); }
td.TdClassName
{
border-color: #191685;
}
.TagClassName
{
border-color: #191685;
}
</style>