Shades of Ultramarine #192190
Tints of Ultramarine #192190
RGB
CMYK
RGB Variations
Color information
#192190 (or 0x192190) is known color: Ultramarine. HEX triplet: 19, 21 and 90. RGB value is (25,33,144). Sum of RGB (Red+Green+Blue) = 25+33+144=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #192190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192190 is #E6DE6F. Grayscale: #2A2A2A. Windows color (decimal): -15130224 or 9445657. OLE color: 9445657.
HSL color Cylindrical-coordinate representation of color #192190: hue angle of 235.97º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192190 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 33 | 144 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.44 |
| HSL | 235.97º | 0.7% | 0.33% | - |
| HSV(B) | 235.97º | 0.83% | 0.56% | - |
| XYZ | 5.98 | 3.31 | 26.71 | - |
| YUV | 43.26 | 184.85 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 144 | 0.83 | 0.77 | 0 | 0.44 | 235.97 | 0.7 | 0.33 |
| Hex | 19 | 21 | 90 | 53 | 4D | 0 | 2C | EC | 46 | 21 |
| Octal | 31 | 41 | 220 | 123 | 115 | 0 | 54 | 354 | 106 | 41 |
| Binary | 11001 | 100001 | 10010000 | 1010011 | 1001101 | 0 | 101100 | 11101100 | 1000110 | 100001 |
Color Harmonies of #192190
Complementary color
Monochromatic Colors of #192190
Black with #192190
Text Example
Text Example
White with #192190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192190; }
p { color: rgb(25,33,144); }
H1.HeaderClassName
{
color: #192190;
}
.AnyTagClassName
{
color: #192190;
}
</style>
background-color css
<style>
a { background-color: #192190; }
a { background-color: rgb(25,33,144); }
div.DivClassName
{
background-color: #192190;
}
.BgClassName
{
background-color: #192190;
}
</style>
border-color css
<style>
span { border-color: #192190; }
span { border-color: rgb(25,33,144); }
td.TdClassName
{
border-color: #192190;
}
.TagClassName
{
border-color: #192190;
}
</style>