Shades of Ultramarine #192092
Tints of Ultramarine #192092
RGB
CMYK
RGB Variations
Color information
#192092 (or 0x192092) is known color: Ultramarine. HEX triplet: 19, 20 and 92. RGB value is (25,32,146). Sum of RGB (Red+Green+Blue) = 25+32+146=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #192092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192092 is #E6DF6D. Grayscale: #2A2A2A. Windows color (decimal): -15130478 or 9576473. OLE color: 9576473.
HSL color Cylindrical-coordinate representation of color #192092: hue angle of 236.53º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192092 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 32 | 146 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.43 |
| HSL | 236.53º | 0.71% | 0.34% | - |
| HSV(B) | 236.53º | 0.83% | 0.57% | - |
| XYZ | 6.11 | 3.32 | 27.51 | - |
| YUV | 42.9 | 186.18 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 146 | 0.83 | 0.78 | 0 | 0.43 | 236.53 | 0.71 | 0.34 |
| Hex | 19 | 20 | 92 | 53 | 4E | 0 | 2B | ED | 47 | 22 |
| Octal | 31 | 40 | 222 | 123 | 116 | 0 | 53 | 355 | 107 | 42 |
| Binary | 11001 | 100000 | 10010010 | 1010011 | 1001110 | 0 | 101011 | 11101101 | 1000111 | 100010 |
Color Harmonies of #192092
Complementary color
Monochromatic Colors of #192092
Black with #192092
Text Example
Text Example
White with #192092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192092; }
p { color: rgb(25,32,146); }
H1.HeaderClassName
{
color: #192092;
}
.AnyTagClassName
{
color: #192092;
}
</style>
background-color css
<style>
a { background-color: #192092; }
a { background-color: rgb(25,32,146); }
div.DivClassName
{
background-color: #192092;
}
.BgClassName
{
background-color: #192092;
}
</style>
border-color css
<style>
span { border-color: #192092; }
span { border-color: rgb(25,32,146); }
td.TdClassName
{
border-color: #192092;
}
.TagClassName
{
border-color: #192092;
}
</style>