Shades of Ultramarine #19128C
Tints of Ultramarine #19128C
RGB
CMYK
RGB Variations
Color information
#19128C (or 0x19128C) is known color: Ultramarine. HEX triplet: 19, 12 and 8C. RGB value is (25,18,140). Sum of RGB (Red+Green+Blue) = 25+18+140=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #19128C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19128C is #E6ED73. Grayscale: #212121. Windows color (decimal): -15134068 or 9179673. OLE color: 9179673.
HSL color Cylindrical-coordinate representation of color #19128C: hue angle of 243.44º 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 #19128C is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 18 | 140 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.45 |
| HSL | 243.44º | 0.77% | 0.31% | - |
| HSV(B) | 243.44º | 0.87% | 0.55% | - |
| XYZ | 5.35 | 2.53 | 25.02 | - |
| YUV | 34 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 140 | 0.82 | 0.87 | 0 | 0.45 | 243.44 | 0.77 | 0.31 |
| Hex | 19 | 12 | 8C | 52 | 57 | 0 | 2D | F3 | 4D | 1F |
| Octal | 31 | 22 | 214 | 122 | 127 | 0 | 55 | 363 | 115 | 37 |
| Binary | 11001 | 10010 | 10001100 | 1010010 | 1010111 | 0 | 101101 | 11110011 | 1001101 | 11111 |
Color Harmonies of #19128C
Complementary color
Monochromatic Colors of #19128C
Black with #19128C
Text Example
Text Example
White with #19128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19128C; }
p { color: rgb(25,18,140); }
H1.HeaderClassName
{
color: #19128C;
}
.AnyTagClassName
{
color: #19128C;
}
</style>
background-color css
<style>
a { background-color: #19128C; }
a { background-color: rgb(25,18,140); }
div.DivClassName
{
background-color: #19128C;
}
.BgClassName
{
background-color: #19128C;
}
</style>
border-color css
<style>
span { border-color: #19128C; }
span { border-color: rgb(25,18,140); }
td.TdClassName
{
border-color: #19128C;
}
.TagClassName
{
border-color: #19128C;
}
</style>