Shades of Ultramarine #190893
Tints of Ultramarine #190893
RGB
CMYK
RGB Variations
Color information
#190893 (or 0x190893) is known color: Ultramarine. HEX triplet: 19, 08 and 93. RGB value is (25,8,147). Sum of RGB (Red+Green+Blue) = 25+8+147=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 147 (57.81% from 255 or 81.67% from 180); Max value from RGB is 147 - color contains mainly: blue. Hex color #190893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190893 is #E6F76C. Grayscale: #1C1C1C. Windows color (decimal): -15136621 or 9635865. OLE color: 9635865.
HSL color Cylindrical-coordinate representation of color #190893: hue angle of 247.34º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190893 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 8 | 147 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.42 |
| HSL | 247.34º | 0.9% | 0.3% | - |
| HSV(B) | 247.34º | 0.95% | 0.58% | - |
| XYZ | 5.75 | 2.49 | 27.78 | - |
| YUV | 28.93 | 194.63 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 147 | 0.83 | 0.95 | 0 | 0.42 | 247.34 | 0.9 | 0.3 |
| Hex | 19 | 8 | 93 | 53 | 5F | 0 | 2A | F7 | 5A | 1E |
| Octal | 31 | 10 | 223 | 123 | 137 | 0 | 52 | 367 | 132 | 36 |
| Binary | 11001 | 1000 | 10010011 | 1010011 | 1011111 | 0 | 101010 | 11110111 | 1011010 | 11110 |
Color Harmonies of #190893
Complementary color
Monochromatic Colors of #190893
Black with #190893
Text Example
Text Example
White with #190893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190893; }
p { color: rgb(25,8,147); }
H1.HeaderClassName
{
color: #190893;
}
.AnyTagClassName
{
color: #190893;
}
</style>
background-color css
<style>
a { background-color: #190893; }
a { background-color: rgb(25,8,147); }
div.DivClassName
{
background-color: #190893;
}
.BgClassName
{
background-color: #190893;
}
</style>
border-color css
<style>
span { border-color: #190893; }
span { border-color: rgb(25,8,147); }
td.TdClassName
{
border-color: #190893;
}
.TagClassName
{
border-color: #190893;
}
</style>