Shades of Ultramarine #192392
Tints of Ultramarine #192392
RGB
CMYK
RGB Variations
Color information
#192392 (or 0x192392) is known color: Ultramarine. HEX triplet: 19, 23 and 92. RGB value is (25,35,146). Sum of RGB (Red+Green+Blue) = 25+35+146=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #192392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192392 is #E6DC6D. Grayscale: #2C2C2C. Windows color (decimal): -15129710 or 9577241. OLE color: 9577241.
HSL color Cylindrical-coordinate representation of color #192392: hue angle of 235.04º 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 #192392 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 35 | 146 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.43 |
| HSL | 235.04º | 0.71% | 0.34% | - |
| HSV(B) | 235.04º | 0.83% | 0.57% | - |
| XYZ | 6.19 | 3.48 | 27.54 | - |
| YUV | 44.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 146 | 0.83 | 0.76 | 0 | 0.43 | 235.04 | 0.71 | 0.34 |
| Hex | 19 | 23 | 92 | 53 | 4C | 0 | 2B | EB | 47 | 22 |
| Octal | 31 | 43 | 222 | 123 | 114 | 0 | 53 | 353 | 107 | 42 |
| Binary | 11001 | 100011 | 10010010 | 1010011 | 1001100 | 0 | 101011 | 11101011 | 1000111 | 100010 |
Color Harmonies of #192392
Complementary color
Monochromatic Colors of #192392
Black with #192392
Text Example
Text Example
White with #192392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192392; }
p { color: rgb(25,35,146); }
H1.HeaderClassName
{
color: #192392;
}
.AnyTagClassName
{
color: #192392;
}
</style>
background-color css
<style>
a { background-color: #192392; }
a { background-color: rgb(25,35,146); }
div.DivClassName
{
background-color: #192392;
}
.BgClassName
{
background-color: #192392;
}
</style>
border-color css
<style>
span { border-color: #192392; }
span { border-color: rgb(25,35,146); }
td.TdClassName
{
border-color: #192392;
}
.TagClassName
{
border-color: #192392;
}
</style>