Shades of Ultramarine #191593
Tints of Ultramarine #191593
RGB
CMYK
RGB Variations
Color information
#191593 (or 0x191593) is known color: Ultramarine. HEX triplet: 19, 15 and 93. RGB value is (25,21,147). Sum of RGB (Red+Green+Blue) = 25+21+147=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #191593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191593 is #E6EA6C. Grayscale: #242424. Windows color (decimal): -15133293 or 9639193. OLE color: 9639193.
HSL color Cylindrical-coordinate representation of color #191593: hue angle of 241.9º 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 #191593 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 21 | 147 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.42 |
| HSL | 241.9º | 0.75% | 0.33% | - |
| HSV(B) | 241.9º | 0.86% | 0.58% | - |
| XYZ | 5.94 | 2.85 | 27.84 | - |
| YUV | 36.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 147 | 0.83 | 0.86 | 0 | 0.42 | 241.9 | 0.75 | 0.33 |
| Hex | 19 | 15 | 93 | 53 | 56 | 0 | 2A | F2 | 4B | 21 |
| Octal | 31 | 25 | 223 | 123 | 126 | 0 | 52 | 362 | 113 | 41 |
| Binary | 11001 | 10101 | 10010011 | 1010011 | 1010110 | 0 | 101010 | 11110010 | 1001011 | 100001 |
Color Harmonies of #191593
Complementary color
Monochromatic Colors of #191593
Black with #191593
Text Example
Text Example
White with #191593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191593; }
p { color: rgb(25,21,147); }
H1.HeaderClassName
{
color: #191593;
}
.AnyTagClassName
{
color: #191593;
}
</style>
background-color css
<style>
a { background-color: #191593; }
a { background-color: rgb(25,21,147); }
div.DivClassName
{
background-color: #191593;
}
.BgClassName
{
background-color: #191593;
}
</style>
border-color css
<style>
span { border-color: #191593; }
span { border-color: rgb(25,21,147); }
td.TdClassName
{
border-color: #191593;
}
.TagClassName
{
border-color: #191593;
}
</style>