Shades of Ultramarine #192191
Tints of Ultramarine #192191
RGB
CMYK
RGB Variations
Color information
#192191 (or 0x192191) is known color: Ultramarine. HEX triplet: 19, 21 and 91. RGB value is (25,33,145). Sum of RGB (Red+Green+Blue) = 25+33+145=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #192191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192191 is #E6DE6E. Grayscale: #2A2A2A. Windows color (decimal): -15130223 or 9511193. OLE color: 9511193.
HSL color Cylindrical-coordinate representation of color #192191: hue angle of 236º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192191 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 33 | 145 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.43 |
| HSL | 236º | 0.71% | 0.33% | - |
| HSV(B) | 236º | 0.83% | 0.57% | - |
| XYZ | 6.06 | 3.34 | 27.11 | - |
| YUV | 43.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 145 | 0.83 | 0.77 | 0 | 0.43 | 236 | 0.71 | 0.33 |
| Hex | 19 | 21 | 91 | 53 | 4D | 0 | 2B | EC | 47 | 21 |
| Octal | 31 | 41 | 221 | 123 | 115 | 0 | 53 | 354 | 107 | 41 |
| Binary | 11001 | 100001 | 10010001 | 1010011 | 1001101 | 0 | 101011 | 11101100 | 1000111 | 100001 |
Color Harmonies of #192191
Complementary color
Monochromatic Colors of #192191
Black with #192191
Text Example
Text Example
White with #192191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192191; }
p { color: rgb(25,33,145); }
H1.HeaderClassName
{
color: #192191;
}
.AnyTagClassName
{
color: #192191;
}
</style>
background-color css
<style>
a { background-color: #192191; }
a { background-color: rgb(25,33,145); }
div.DivClassName
{
background-color: #192191;
}
.BgClassName
{
background-color: #192191;
}
</style>
border-color css
<style>
span { border-color: #192191; }
span { border-color: rgb(25,33,145); }
td.TdClassName
{
border-color: #192191;
}
.TagClassName
{
border-color: #192191;
}
</style>