Shades of Ultramarine #190895
Tints of Ultramarine #190895
RGB
CMYK
RGB Variations
Color information
#190895 (or 0x190895) is known color: Ultramarine. HEX triplet: 19, 08 and 95. RGB value is (25,8,149). Sum of RGB (Red+Green+Blue) = 25+8+149=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #190895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190895 is #E6F76A. Grayscale: #1C1C1C. Windows color (decimal): -15136619 or 9766937. OLE color: 9766937.
HSL color Cylindrical-coordinate representation of color #190895: hue angle of 247.23º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190895 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 8 | 149 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.42 |
| HSL | 247.23º | 0.9% | 0.31% | - |
| HSV(B) | 247.23º | 0.95% | 0.58% | - |
| XYZ | 5.91 | 2.55 | 28.61 | - |
| YUV | 29.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 149 | 0.83 | 0.95 | 0 | 0.42 | 247.23 | 0.9 | 0.31 |
| Hex | 19 | 8 | 95 | 53 | 5F | 0 | 2A | F7 | 5A | 1F |
| Octal | 31 | 10 | 225 | 123 | 137 | 0 | 52 | 367 | 132 | 37 |
| Binary | 11001 | 1000 | 10010101 | 1010011 | 1011111 | 0 | 101010 | 11110111 | 1011010 | 11111 |
Color Harmonies of #190895
Complementary color
Monochromatic Colors of #190895
Black with #190895
Text Example
Text Example
White with #190895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190895; }
p { color: rgb(25,8,149); }
H1.HeaderClassName
{
color: #190895;
}
.AnyTagClassName
{
color: #190895;
}
</style>
background-color css
<style>
a { background-color: #190895; }
a { background-color: rgb(25,8,149); }
div.DivClassName
{
background-color: #190895;
}
.BgClassName
{
background-color: #190895;
}
</style>
border-color css
<style>
span { border-color: #190895; }
span { border-color: rgb(25,8,149); }
td.TdClassName
{
border-color: #190895;
}
.TagClassName
{
border-color: #190895;
}
</style>