Shades of Ultramarine #19118F
Tints of Ultramarine #19118F
RGB
CMYK
RGB Variations
Color information
#19118F (or 0x19118F) is known color: Ultramarine. HEX triplet: 19, 11 and 8F. RGB value is (25,17,143). Sum of RGB (Red+Green+Blue) = 25+17+143=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 143 (56.25% from 255 or 77.30% from 185); Max value from RGB is 143 - color contains mainly: blue. Hex color #19118F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19118F is #E6EE70. Grayscale: #212121. Windows color (decimal): -15134321 or 9376025. OLE color: 9376025.
HSL color Cylindrical-coordinate representation of color #19118F: hue angle of 243.81º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19118F is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 17 | 143 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.44 |
| HSL | 243.81º | 0.79% | 0.31% | - |
| HSV(B) | 243.81º | 0.88% | 0.56% | - |
| XYZ | 5.56 | 2.59 | 26.19 | - |
| YUV | 33.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 143 | 0.83 | 0.88 | 0 | 0.44 | 243.81 | 0.79 | 0.31 |
| Hex | 19 | 11 | 8F | 53 | 58 | 0 | 2C | F4 | 4F | 1F |
| Octal | 31 | 21 | 217 | 123 | 130 | 0 | 54 | 364 | 117 | 37 |
| Binary | 11001 | 10001 | 10001111 | 1010011 | 1011000 | 0 | 101100 | 11110100 | 1001111 | 11111 |
Color Harmonies of #19118F
Complementary color
Monochromatic Colors of #19118F
Black with #19118F
Text Example
Text Example
White with #19118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19118F; }
p { color: rgb(25,17,143); }
H1.HeaderClassName
{
color: #19118F;
}
.AnyTagClassName
{
color: #19118F;
}
</style>
background-color css
<style>
a { background-color: #19118F; }
a { background-color: rgb(25,17,143); }
div.DivClassName
{
background-color: #19118F;
}
.BgClassName
{
background-color: #19118F;
}
</style>
border-color css
<style>
span { border-color: #19118F; }
span { border-color: rgb(25,17,143); }
td.TdClassName
{
border-color: #19118F;
}
.TagClassName
{
border-color: #19118F;
}
</style>