Shades of Ultramarine #192094
Tints of Ultramarine #192094
RGB
CMYK
RGB Variations
Color information
#192094 (or 0x192094) is known color: Ultramarine. HEX triplet: 19, 20 and 94. RGB value is (25,32,148). Sum of RGB (Red+Green+Blue) = 25+32+148=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #192094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192094 is #E6DF6B. Grayscale: #2A2A2A. Windows color (decimal): -15130476 or 9707545. OLE color: 9707545.
HSL color Cylindrical-coordinate representation of color #192094: hue angle of 236.59º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192094 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 32 | 148 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.42 |
| HSL | 236.59º | 0.71% | 0.34% | - |
| HSV(B) | 236.59º | 0.83% | 0.58% | - |
| XYZ | 6.26 | 3.38 | 28.34 | - |
| YUV | 43.13 | 187.18 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 148 | 0.83 | 0.78 | 0 | 0.42 | 236.59 | 0.71 | 0.34 |
| Hex | 19 | 20 | 94 | 53 | 4E | 0 | 2A | ED | 47 | 22 |
| Octal | 31 | 40 | 224 | 123 | 116 | 0 | 52 | 355 | 107 | 42 |
| Binary | 11001 | 100000 | 10010100 | 1010011 | 1001110 | 0 | 101010 | 11101101 | 1000111 | 100010 |
Color Harmonies of #192094
Complementary color
Monochromatic Colors of #192094
Black with #192094
Text Example
Text Example
White with #192094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192094; }
p { color: rgb(25,32,148); }
H1.HeaderClassName
{
color: #192094;
}
.AnyTagClassName
{
color: #192094;
}
</style>
background-color css
<style>
a { background-color: #192094; }
a { background-color: rgb(25,32,148); }
div.DivClassName
{
background-color: #192094;
}
.BgClassName
{
background-color: #192094;
}
</style>
border-color css
<style>
span { border-color: #192094; }
span { border-color: rgb(25,32,148); }
td.TdClassName
{
border-color: #192094;
}
.TagClassName
{
border-color: #192094;
}
</style>