Shades of Ultramarine #190097
Tints of Ultramarine #190097
RGB
CMYK
RGB Variations
Color information
#190097 (or 0x190097) is known color: Ultramarine. HEX triplet: 19, 00 and 97. RGB value is (25,0,151). Sum of RGB (Red+Green+Blue) = 25+0+151=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 151 (59.38% from 255 or 85.80% from 176); Max value from RGB is 151 - color contains mainly: blue. Hex color #190097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190097 is #E6FF68. Grayscale: #181818. Windows color (decimal): -15138665 or 9895961. OLE color: 9895961.
HSL color Cylindrical-coordinate representation of color #190097: hue angle of 249.93º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190097 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 0 | 151 | - |
| CMYK | 0.83 | 1 | 0 | 0.41 |
| HSL | 249.93º | 1% | 0.3% | - |
| HSV(B) | 249.93º | 1% | 0.59% | - |
| XYZ | 5.99 | 2.44 | 29.43 | - |
| YUV | 24.69 | 199.28 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 151 | 0.83 | 1 | 0 | 0.41 | 249.93 | 1 | 0.3 |
| Hex | 19 | 0 | 97 | 53 | 64 | 0 | 29 | FA | 64 | 1E |
| Octal | 31 | 0 | 227 | 123 | 144 | 0 | 51 | 372 | 144 | 36 |
| Binary | 11001 | 0 | 10010111 | 1010011 | 1100100 | 0 | 101001 | 11111010 | 1100100 | 11110 |
Color Harmonies of #190097
Complementary color
Monochromatic Colors of #190097
Black with #190097
Text Example
Text Example
White with #190097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190097; }
p { color: rgb(25,0,151); }
H1.HeaderClassName
{
color: #190097;
}
.AnyTagClassName
{
color: #190097;
}
</style>
background-color css
<style>
a { background-color: #190097; }
a { background-color: rgb(25,0,151); }
div.DivClassName
{
background-color: #190097;
}
.BgClassName
{
background-color: #190097;
}
</style>
border-color css
<style>
span { border-color: #190097; }
span { border-color: rgb(25,0,151); }
td.TdClassName
{
border-color: #190097;
}
.TagClassName
{
border-color: #190097;
}
</style>