Shades of Ultramarine #190690
Tints of Ultramarine #190690
RGB
CMYK
RGB Variations
Color information
#190690 (or 0x190690) is known color: Ultramarine. HEX triplet: 19, 06 and 90. RGB value is (25,6,144). Sum of RGB (Red+Green+Blue) = 25+6+144=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #190690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190690 is #E6F96F. Grayscale: #1A1A1A. Windows color (decimal): -15137136 or 9438745. OLE color: 9438745.
HSL color Cylindrical-coordinate representation of color #190690: hue angle of 248.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190690 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 6 | 144 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.44 |
| HSL | 248.26º | 0.92% | 0.29% | - |
| HSV(B) | 248.26º | 0.96% | 0.56% | - |
| XYZ | 5.5 | 2.35 | 26.55 | - |
| YUV | 27.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 144 | 0.83 | 0.96 | 0 | 0.44 | 248.26 | 0.92 | 0.29 |
| Hex | 19 | 6 | 90 | 53 | 60 | 0 | 2C | F8 | 5C | 1D |
| Octal | 31 | 6 | 220 | 123 | 140 | 0 | 54 | 370 | 134 | 35 |
| Binary | 11001 | 110 | 10010000 | 1010011 | 1100000 | 0 | 101100 | 11111000 | 1011100 | 11101 |
Color Harmonies of #190690
Complementary color
Monochromatic Colors of #190690
Black with #190690
Text Example
Text Example
White with #190690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190690; }
p { color: rgb(25,6,144); }
H1.HeaderClassName
{
color: #190690;
}
.AnyTagClassName
{
color: #190690;
}
</style>
background-color css
<style>
a { background-color: #190690; }
a { background-color: rgb(25,6,144); }
div.DivClassName
{
background-color: #190690;
}
.BgClassName
{
background-color: #190690;
}
</style>
border-color css
<style>
span { border-color: #190690; }
span { border-color: rgb(25,6,144); }
td.TdClassName
{
border-color: #190690;
}
.TagClassName
{
border-color: #190690;
}
</style>