Shades of Ultramarine #192296
Tints of Ultramarine #192296
RGB
CMYK
RGB Variations
Color information
#192296 (or 0x192296) is known color: Ultramarine. HEX triplet: 19, 22 and 96. RGB value is (25,34,150). Sum of RGB (Red+Green+Blue) = 25+34+150=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #192296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192296 is #E6DD69. Grayscale: #2C2C2C. Windows color (decimal): -15129962 or 9839129. OLE color: 9839129.
HSL color Cylindrical-coordinate representation of color #192296: hue angle of 235.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192296 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 34 | 150 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.41 |
| HSL | 235.68º | 0.71% | 0.34% | - |
| HSV(B) | 235.68º | 0.83% | 0.59% | - |
| XYZ | 6.48 | 3.55 | 29.2 | - |
| YUV | 44.53 | 187.52 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 150 | 0.83 | 0.77 | 0 | 0.41 | 235.68 | 0.71 | 0.34 |
| Hex | 19 | 22 | 96 | 53 | 4D | 0 | 29 | EC | 47 | 22 |
| Octal | 31 | 42 | 226 | 123 | 115 | 0 | 51 | 354 | 107 | 42 |
| Binary | 11001 | 100010 | 10010110 | 1010011 | 1001101 | 0 | 101001 | 11101100 | 1000111 | 100010 |
Color Harmonies of #192296
Complementary color
Monochromatic Colors of #192296
Black with #192296
Text Example
Text Example
White with #192296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192296; }
p { color: rgb(25,34,150); }
H1.HeaderClassName
{
color: #192296;
}
.AnyTagClassName
{
color: #192296;
}
</style>
background-color css
<style>
a { background-color: #192296; }
a { background-color: rgb(25,34,150); }
div.DivClassName
{
background-color: #192296;
}
.BgClassName
{
background-color: #192296;
}
</style>
border-color css
<style>
span { border-color: #192296; }
span { border-color: rgb(25,34,150); }
td.TdClassName
{
border-color: #192296;
}
.TagClassName
{
border-color: #192296;
}
</style>