Shades of Ultramarine #192096
Tints of Ultramarine #192096
RGB
CMYK
RGB Variations
Color information
#192096 (or 0x192096) is known color: Ultramarine. HEX triplet: 19, 20 and 96. RGB value is (25,32,150). Sum of RGB (Red+Green+Blue) = 25+32+150=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #192096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192096 is #E6DF69. Grayscale: #2A2A2A. Windows color (decimal): -15130474 or 9838617. OLE color: 9838617.
HSL color Cylindrical-coordinate representation of color #192096: hue angle of 236.64º 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 #192096 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 32 | 150 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.41 |
| HSL | 236.64º | 0.71% | 0.34% | - |
| HSV(B) | 236.64º | 0.83% | 0.59% | - |
| XYZ | 6.42 | 3.44 | 29.18 | - |
| YUV | 43.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 150 | 0.83 | 0.79 | 0 | 0.41 | 236.64 | 0.71 | 0.34 |
| Hex | 19 | 20 | 96 | 53 | 4F | 0 | 29 | ED | 47 | 22 |
| Octal | 31 | 40 | 226 | 123 | 117 | 0 | 51 | 355 | 107 | 42 |
| Binary | 11001 | 100000 | 10010110 | 1010011 | 1001111 | 0 | 101001 | 11101101 | 1000111 | 100010 |
Color Harmonies of #192096
Complementary color
Monochromatic Colors of #192096
Black with #192096
Text Example
Text Example
White with #192096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192096; }
p { color: rgb(25,32,150); }
H1.HeaderClassName
{
color: #192096;
}
.AnyTagClassName
{
color: #192096;
}
</style>
background-color css
<style>
a { background-color: #192096; }
a { background-color: rgb(25,32,150); }
div.DivClassName
{
background-color: #192096;
}
.BgClassName
{
background-color: #192096;
}
</style>
border-color css
<style>
span { border-color: #192096; }
span { border-color: rgb(25,32,150); }
td.TdClassName
{
border-color: #192096;
}
.TagClassName
{
border-color: #192096;
}
</style>