Shades of Ultramarine #19128D
Tints of Ultramarine #19128D
RGB
CMYK
RGB Variations
Color information
#19128D (or 0x19128D) is known color: Ultramarine. HEX triplet: 19, 12 and 8D. RGB value is (25,18,141). Sum of RGB (Red+Green+Blue) = 25+18+141=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #19128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19128D is #E6ED72. Grayscale: #212121. Windows color (decimal): -15134067 or 9245209. OLE color: 9245209.
HSL color Cylindrical-coordinate representation of color #19128D: hue angle of 243.41º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19128D is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 18 | 141 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.45 |
| HSL | 243.41º | 0.77% | 0.31% | - |
| HSV(B) | 243.41º | 0.87% | 0.55% | - |
| XYZ | 5.42 | 2.56 | 25.41 | - |
| YUV | 34.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 141 | 0.82 | 0.87 | 0 | 0.45 | 243.41 | 0.77 | 0.31 |
| Hex | 19 | 12 | 8D | 52 | 57 | 0 | 2D | F3 | 4D | 1F |
| Octal | 31 | 22 | 215 | 122 | 127 | 0 | 55 | 363 | 115 | 37 |
| Binary | 11001 | 10010 | 10001101 | 1010010 | 1010111 | 0 | 101101 | 11110011 | 1001101 | 11111 |
Color Harmonies of #19128D
Complementary color
Monochromatic Colors of #19128D
Black with #19128D
Text Example
Text Example
White with #19128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19128D; }
p { color: rgb(25,18,141); }
H1.HeaderClassName
{
color: #19128D;
}
.AnyTagClassName
{
color: #19128D;
}
</style>
background-color css
<style>
a { background-color: #19128D; }
a { background-color: rgb(25,18,141); }
div.DivClassName
{
background-color: #19128D;
}
.BgClassName
{
background-color: #19128D;
}
</style>
border-color css
<style>
span { border-color: #19128D; }
span { border-color: rgb(25,18,141); }
td.TdClassName
{
border-color: #19128D;
}
.TagClassName
{
border-color: #19128D;
}
</style>