Shades of Ultramarine #191499
Tints of Ultramarine #191499
RGB
CMYK
RGB Variations
Color information
#191499 (or 0x191499) is known color: Ultramarine. HEX triplet: 19, 14 and 99. RGB value is (25,20,153). Sum of RGB (Red+Green+Blue) = 25+20+153=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 153 (60.16% from 255 or 77.27% from 198); Max value from RGB is 153 - color contains mainly: blue. Hex color #191499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191499 is #E6EB66. Grayscale: #242424. Windows color (decimal): -15133543 or 10032153. OLE color: 10032153.
HSL color Cylindrical-coordinate representation of color #191499: hue angle of 242.26º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191499 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 20 | 153 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.4 |
| HSL | 242.26º | 0.77% | 0.34% | - |
| HSV(B) | 242.26º | 0.87% | 0.6% | - |
| XYZ | 6.4 | 3.01 | 30.38 | - |
| YUV | 36.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 153 | 0.84 | 0.87 | 0 | 0.4 | 242.26 | 0.77 | 0.34 |
| Hex | 19 | 14 | 99 | 54 | 57 | 0 | 28 | F2 | 4D | 22 |
| Octal | 31 | 24 | 231 | 124 | 127 | 0 | 50 | 362 | 115 | 42 |
| Binary | 11001 | 10100 | 10011001 | 1010100 | 1010111 | 0 | 101000 | 11110010 | 1001101 | 100010 |
Color Harmonies of #191499
Complementary color
Monochromatic Colors of #191499
Black with #191499
Text Example
Text Example
White with #191499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191499; }
p { color: rgb(25,20,153); }
H1.HeaderClassName
{
color: #191499;
}
.AnyTagClassName
{
color: #191499;
}
</style>
background-color css
<style>
a { background-color: #191499; }
a { background-color: rgb(25,20,153); }
div.DivClassName
{
background-color: #191499;
}
.BgClassName
{
background-color: #191499;
}
</style>
border-color css
<style>
span { border-color: #191499; }
span { border-color: rgb(25,20,153); }
td.TdClassName
{
border-color: #191499;
}
.TagClassName
{
border-color: #191499;
}
</style>