Shades of Ultramarine #190394
Tints of Ultramarine #190394
RGB
CMYK
RGB Variations
Color information
#190394 (or 0x190394) is known color: Ultramarine. HEX triplet: 19, 03 and 94. RGB value is (25,3,148). Sum of RGB (Red+Green+Blue) = 25+3+148=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 148 (58.20% from 255 or 84.09% from 176); Max value from RGB is 148 - color contains mainly: blue. Hex color #190394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190394 is #E6FC6B. Grayscale: #191919. Windows color (decimal): -15137900 or 9700121. OLE color: 9700121.
HSL color Cylindrical-coordinate representation of color #190394: hue angle of 249.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190394 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 3 | 148 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.42 |
| HSL | 249.1º | 0.96% | 0.3% | - |
| HSV(B) | 249.1º | 0.98% | 0.58% | - |
| XYZ | 5.78 | 2.41 | 28.18 | - |
| YUV | 26.11 | 196.79 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 148 | 0.83 | 0.98 | 0 | 0.42 | 249.1 | 0.96 | 0.3 |
| Hex | 19 | 3 | 94 | 53 | 62 | 0 | 2A | F9 | 60 | 1E |
| Octal | 31 | 3 | 224 | 123 | 142 | 0 | 52 | 371 | 140 | 36 |
| Binary | 11001 | 11 | 10010100 | 1010011 | 1100010 | 0 | 101010 | 11111001 | 1100000 | 11110 |
Color Harmonies of #190394
Complementary color
Monochromatic Colors of #190394
Black with #190394
Text Example
Text Example
White with #190394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190394; }
p { color: rgb(25,3,148); }
H1.HeaderClassName
{
color: #190394;
}
.AnyTagClassName
{
color: #190394;
}
</style>
background-color css
<style>
a { background-color: #190394; }
a { background-color: rgb(25,3,148); }
div.DivClassName
{
background-color: #190394;
}
.BgClassName
{
background-color: #190394;
}
</style>
border-color css
<style>
span { border-color: #190394; }
span { border-color: rgb(25,3,148); }
td.TdClassName
{
border-color: #190394;
}
.TagClassName
{
border-color: #190394;
}
</style>