Shades of Ultramarine #190992
Tints of Ultramarine #190992
RGB
CMYK
RGB Variations
Color information
#190992 (or 0x190992) is known color: Ultramarine. HEX triplet: 19, 09 and 92. RGB value is (25,9,146). Sum of RGB (Red+Green+Blue) = 25+9+146=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #190992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190992 is #E6F66D. Grayscale: #1C1C1C. Windows color (decimal): -15136366 or 9570585. OLE color: 9570585.
HSL color Cylindrical-coordinate representation of color #190992: hue angle of 247.01º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190992 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 9 | 146 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.43 |
| HSL | 247.01º | 0.88% | 0.3% | - |
| HSV(B) | 247.01º | 0.94% | 0.57% | - |
| XYZ | 5.69 | 2.48 | 27.37 | - |
| YUV | 29.4 | 193.8 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 146 | 0.83 | 0.94 | 0 | 0.43 | 247.01 | 0.88 | 0.3 |
| Hex | 19 | 9 | 92 | 53 | 5E | 0 | 2B | F7 | 58 | 1E |
| Octal | 31 | 11 | 222 | 123 | 136 | 0 | 53 | 367 | 130 | 36 |
| Binary | 11001 | 1001 | 10010010 | 1010011 | 1011110 | 0 | 101011 | 11110111 | 1011000 | 11110 |
Color Harmonies of #190992
Complementary color
Monochromatic Colors of #190992
Black with #190992
Text Example
Text Example
White with #190992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190992; }
p { color: rgb(25,9,146); }
H1.HeaderClassName
{
color: #190992;
}
.AnyTagClassName
{
color: #190992;
}
</style>
background-color css
<style>
a { background-color: #190992; }
a { background-color: rgb(25,9,146); }
div.DivClassName
{
background-color: #190992;
}
.BgClassName
{
background-color: #190992;
}
</style>
border-color css
<style>
span { border-color: #190992; }
span { border-color: rgb(25,9,146); }
td.TdClassName
{
border-color: #190992;
}
.TagClassName
{
border-color: #190992;
}
</style>