Shades of Ultramarine #192091
Tints of Ultramarine #192091
RGB
CMYK
RGB Variations
Color information
#192091 (or 0x192091) is known color: Ultramarine. HEX triplet: 19, 20 and 91. RGB value is (25,32,145). Sum of RGB (Red+Green+Blue) = 25+32+145=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #192091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192091 is #E6DF6E. Grayscale: #2A2A2A. Windows color (decimal): -15130479 or 9510937. OLE color: 9510937.
HSL color Cylindrical-coordinate representation of color #192091: hue angle of 236.5º 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 #192091 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 32 | 145 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.43 |
| HSL | 236.5º | 0.71% | 0.33% | - |
| HSV(B) | 236.5º | 0.83% | 0.57% | - |
| XYZ | 6.03 | 3.28 | 27.1 | - |
| YUV | 42.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 145 | 0.83 | 0.78 | 0 | 0.43 | 236.5 | 0.71 | 0.33 |
| Hex | 19 | 20 | 91 | 53 | 4E | 0 | 2B | EC | 47 | 21 |
| Octal | 31 | 40 | 221 | 123 | 116 | 0 | 53 | 354 | 107 | 41 |
| Binary | 11001 | 100000 | 10010001 | 1010011 | 1001110 | 0 | 101011 | 11101100 | 1000111 | 100001 |
Color Harmonies of #192091
Complementary color
Monochromatic Colors of #192091
Black with #192091
Text Example
Text Example
White with #192091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192091; }
p { color: rgb(25,32,145); }
H1.HeaderClassName
{
color: #192091;
}
.AnyTagClassName
{
color: #192091;
}
</style>
background-color css
<style>
a { background-color: #192091; }
a { background-color: rgb(25,32,145); }
div.DivClassName
{
background-color: #192091;
}
.BgClassName
{
background-color: #192091;
}
</style>
border-color css
<style>
span { border-color: #192091; }
span { border-color: rgb(25,32,145); }
td.TdClassName
{
border-color: #192091;
}
.TagClassName
{
border-color: #192091;
}
</style>