Shades of Ultramarine #190194
Tints of Ultramarine #190194
RGB
CMYK
RGB Variations
Color information
#190194 (or 0x190194) is known color: Ultramarine. HEX triplet: 19, 01 and 94. RGB value is (25,1,148). Sum of RGB (Red+Green+Blue) = 25+1+148=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 148 (58.20% from 255 or 85.06% from 174); Max value from RGB is 148 - color contains mainly: blue. Hex color #190194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190194 is #E6FE6B. Grayscale: #181818. Windows color (decimal): -15138412 or 9699609. OLE color: 9699609.
HSL color Cylindrical-coordinate representation of color #190194: hue angle of 249.8º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190194 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 1 | 148 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.42 |
| HSL | 249.8º | 0.99% | 0.29% | - |
| HSV(B) | 249.8º | 0.99% | 0.58% | - |
| XYZ | 5.76 | 2.37 | 28.17 | - |
| YUV | 24.93 | 197.45 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 148 | 0.83 | 0.99 | 0 | 0.42 | 249.8 | 0.99 | 0.29 |
| Hex | 19 | 1 | 94 | 53 | 63 | 0 | 2A | FA | 63 | 1D |
| Octal | 31 | 1 | 224 | 123 | 143 | 0 | 52 | 372 | 143 | 35 |
| Binary | 11001 | 1 | 10010100 | 1010011 | 1100011 | 0 | 101010 | 11111010 | 1100011 | 11101 |
Color Harmonies of #190194
Complementary color
Monochromatic Colors of #190194
Black with #190194
Text Example
Text Example
White with #190194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190194; }
p { color: rgb(25,1,148); }
H1.HeaderClassName
{
color: #190194;
}
.AnyTagClassName
{
color: #190194;
}
</style>
background-color css
<style>
a { background-color: #190194; }
a { background-color: rgb(25,1,148); }
div.DivClassName
{
background-color: #190194;
}
.BgClassName
{
background-color: #190194;
}
</style>
border-color css
<style>
span { border-color: #190194; }
span { border-color: rgb(25,1,148); }
td.TdClassName
{
border-color: #190194;
}
.TagClassName
{
border-color: #190194;
}
</style>