Shades of Ultramarine #191595
Tints of Ultramarine #191595
RGB
CMYK
RGB Variations
Color information
#191595 (or 0x191595) is known color: Ultramarine. HEX triplet: 19, 15 and 95. RGB value is (25,21,149). Sum of RGB (Red+Green+Blue) = 25+21+149=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #191595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191595 is #E6EA6A. Grayscale: #242424. Windows color (decimal): -15133291 or 9770265. OLE color: 9770265.
HSL color Cylindrical-coordinate representation of color #191595: hue angle of 241.88º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191595 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 21 | 149 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.42 |
| HSL | 241.88º | 0.75% | 0.33% | - |
| HSV(B) | 241.88º | 0.86% | 0.58% | - |
| XYZ | 6.09 | 2.91 | 28.67 | - |
| YUV | 36.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 149 | 0.83 | 0.86 | 0 | 0.42 | 241.88 | 0.75 | 0.33 |
| Hex | 19 | 15 | 95 | 53 | 56 | 0 | 2A | F2 | 4B | 21 |
| Octal | 31 | 25 | 225 | 123 | 126 | 0 | 52 | 362 | 113 | 41 |
| Binary | 11001 | 10101 | 10010101 | 1010011 | 1010110 | 0 | 101010 | 11110010 | 1001011 | 100001 |
Color Harmonies of #191595
Complementary color
Monochromatic Colors of #191595
Black with #191595
Text Example
Text Example
White with #191595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191595; }
p { color: rgb(25,21,149); }
H1.HeaderClassName
{
color: #191595;
}
.AnyTagClassName
{
color: #191595;
}
</style>
background-color css
<style>
a { background-color: #191595; }
a { background-color: rgb(25,21,149); }
div.DivClassName
{
background-color: #191595;
}
.BgClassName
{
background-color: #191595;
}
</style>
border-color css
<style>
span { border-color: #191595; }
span { border-color: rgb(25,21,149); }
td.TdClassName
{
border-color: #191595;
}
.TagClassName
{
border-color: #191595;
}
</style>