Shades of Ultramarine #190592
Tints of Ultramarine #190592
RGB
CMYK
RGB Variations
Color information
#190592 (or 0x190592) is known color: Ultramarine. HEX triplet: 19, 05 and 92. RGB value is (25,5,146). Sum of RGB (Red+Green+Blue) = 25+5+146=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 146 (57.42% from 255 or 82.95% from 176); Max value from RGB is 146 - color contains mainly: blue. Hex color #190592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190592 is #E6FA6D. Grayscale: #1A1A1A. Windows color (decimal): -15137390 or 9569561. OLE color: 9569561.
HSL color Cylindrical-coordinate representation of color #190592: hue angle of 248.51º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190592 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 5 | 146 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.43 |
| HSL | 248.51º | 0.93% | 0.3% | - |
| HSV(B) | 248.51º | 0.97% | 0.57% | - |
| XYZ | 5.64 | 2.39 | 27.36 | - |
| YUV | 27.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 146 | 0.83 | 0.97 | 0 | 0.43 | 248.51 | 0.93 | 0.3 |
| Hex | 19 | 5 | 92 | 53 | 61 | 0 | 2B | F9 | 5D | 1E |
| Octal | 31 | 5 | 222 | 123 | 141 | 0 | 53 | 371 | 135 | 36 |
| Binary | 11001 | 101 | 10010010 | 1010011 | 1100001 | 0 | 101011 | 11111001 | 1011101 | 11110 |
Color Harmonies of #190592
Complementary color
Monochromatic Colors of #190592
Black with #190592
Text Example
Text Example
White with #190592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190592; }
p { color: rgb(25,5,146); }
H1.HeaderClassName
{
color: #190592;
}
.AnyTagClassName
{
color: #190592;
}
</style>
background-color css
<style>
a { background-color: #190592; }
a { background-color: rgb(25,5,146); }
div.DivClassName
{
background-color: #190592;
}
.BgClassName
{
background-color: #190592;
}
</style>
border-color css
<style>
span { border-color: #190592; }
span { border-color: rgb(25,5,146); }
td.TdClassName
{
border-color: #190592;
}
.TagClassName
{
border-color: #190592;
}
</style>