Shades of Ultramarine #192194
Tints of Ultramarine #192194
RGB
CMYK
RGB Variations
Color information
#192194 (or 0x192194) is known color: Ultramarine. HEX triplet: 19, 21 and 94. RGB value is (25,33,148). Sum of RGB (Red+Green+Blue) = 25+33+148=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #192194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192194 is #E6DE6B. Grayscale: #2B2B2B. Windows color (decimal): -15130220 or 9707801. OLE color: 9707801.
HSL color Cylindrical-coordinate representation of color #192194: hue angle of 236.1º 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 #192194 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 33 | 148 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.42 |
| HSL | 236.1º | 0.71% | 0.34% | - |
| HSV(B) | 236.1º | 0.83% | 0.58% | - |
| XYZ | 6.29 | 3.43 | 28.35 | - |
| YUV | 43.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 148 | 0.83 | 0.78 | 0 | 0.42 | 236.1 | 0.71 | 0.34 |
| Hex | 19 | 21 | 94 | 53 | 4E | 0 | 2A | EC | 47 | 22 |
| Octal | 31 | 41 | 224 | 123 | 116 | 0 | 52 | 354 | 107 | 42 |
| Binary | 11001 | 100001 | 10010100 | 1010011 | 1001110 | 0 | 101010 | 11101100 | 1000111 | 100010 |
Color Harmonies of #192194
Complementary color
Monochromatic Colors of #192194
Black with #192194
Text Example
Text Example
White with #192194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192194; }
p { color: rgb(25,33,148); }
H1.HeaderClassName
{
color: #192194;
}
.AnyTagClassName
{
color: #192194;
}
</style>
background-color css
<style>
a { background-color: #192194; }
a { background-color: rgb(25,33,148); }
div.DivClassName
{
background-color: #192194;
}
.BgClassName
{
background-color: #192194;
}
</style>
border-color css
<style>
span { border-color: #192194; }
span { border-color: rgb(25,33,148); }
td.TdClassName
{
border-color: #192194;
}
.TagClassName
{
border-color: #192194;
}
</style>