Shades of Ultramarine #191597
Tints of Ultramarine #191597
RGB
CMYK
RGB Variations
Color information
#191597 (or 0x191597) is known color: Ultramarine. HEX triplet: 19, 15 and 97. RGB value is (25,21,151). Sum of RGB (Red+Green+Blue) = 25+21+151=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 151 (59.38% from 255 or 76.65% from 197); Max value from RGB is 151 - color contains mainly: blue. Hex color #191597 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191597 is #E6EA68. Grayscale: #242424. Windows color (decimal): -15133289 or 9901337. OLE color: 9901337.
HSL color Cylindrical-coordinate representation of color #191597: hue angle of 241.85º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191597 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 21 | 151 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.41 |
| HSL | 241.85º | 0.76% | 0.34% | - |
| HSV(B) | 241.85º | 0.86% | 0.59% | - |
| XYZ | 6.25 | 2.98 | 29.52 | - |
| YUV | 37.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 151 | 0.83 | 0.86 | 0 | 0.41 | 241.85 | 0.76 | 0.34 |
| Hex | 19 | 15 | 97 | 53 | 56 | 0 | 29 | F2 | 4C | 22 |
| Octal | 31 | 25 | 227 | 123 | 126 | 0 | 51 | 362 | 114 | 42 |
| Binary | 11001 | 10101 | 10010111 | 1010011 | 1010110 | 0 | 101001 | 11110010 | 1001100 | 100010 |
Color Harmonies of #191597
Complementary color
Monochromatic Colors of #191597
Black with #191597
Text Example
Text Example
White with #191597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191597; }
p { color: rgb(25,21,151); }
H1.HeaderClassName
{
color: #191597;
}
.AnyTagClassName
{
color: #191597;
}
</style>
background-color css
<style>
a { background-color: #191597; }
a { background-color: rgb(25,21,151); }
div.DivClassName
{
background-color: #191597;
}
.BgClassName
{
background-color: #191597;
}
</style>
border-color css
<style>
span { border-color: #191597; }
span { border-color: rgb(25,21,151); }
td.TdClassName
{
border-color: #191597;
}
.TagClassName
{
border-color: #191597;
}
</style>