Shades of Ultramarine #191695
Tints of Ultramarine #191695
RGB
CMYK
RGB Variations
Color information
#191695 (or 0x191695) is known color: Ultramarine. HEX triplet: 19, 16 and 95. RGB value is (25,22,149). Sum of RGB (Red+Green+Blue) = 25+22+149=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #191695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191695 is #E6E96A. Grayscale: #242424. Windows color (decimal): -15133035 or 9770521. OLE color: 9770521.
HSL color Cylindrical-coordinate representation of color #191695: hue angle of 241.42º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191695 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 22 | 149 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.42 |
| HSL | 241.42º | 0.74% | 0.34% | - |
| HSV(B) | 241.42º | 0.85% | 0.58% | - |
| XYZ | 6.11 | 2.95 | 28.68 | - |
| YUV | 37.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 149 | 0.83 | 0.85 | 0 | 0.42 | 241.42 | 0.74 | 0.34 |
| Hex | 19 | 16 | 95 | 53 | 55 | 0 | 2A | F1 | 4A | 22 |
| Octal | 31 | 26 | 225 | 123 | 125 | 0 | 52 | 361 | 112 | 42 |
| Binary | 11001 | 10110 | 10010101 | 1010011 | 1010101 | 0 | 101010 | 11110001 | 1001010 | 100010 |
Color Harmonies of #191695
Complementary color
Monochromatic Colors of #191695
Black with #191695
Text Example
Text Example
White with #191695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191695; }
p { color: rgb(25,22,149); }
H1.HeaderClassName
{
color: #191695;
}
.AnyTagClassName
{
color: #191695;
}
</style>
background-color css
<style>
a { background-color: #191695; }
a { background-color: rgb(25,22,149); }
div.DivClassName
{
background-color: #191695;
}
.BgClassName
{
background-color: #191695;
}
</style>
border-color css
<style>
span { border-color: #191695; }
span { border-color: rgb(25,22,149); }
td.TdClassName
{
border-color: #191695;
}
.TagClassName
{
border-color: #191695;
}
</style>