Shades of Ultramarine #19118B
Tints of Ultramarine #19118B
RGB
CMYK
RGB Variations
Color information
#19118B (or 0x19118B) is known color: Ultramarine. HEX triplet: 19, 11 and 8B. RGB value is (25,17,139). Sum of RGB (Red+Green+Blue) = 25+17+139=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #19118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19118B is #E6EE74. Grayscale: #202020. Windows color (decimal): -15134325 or 9113881. OLE color: 9113881.
HSL color Cylindrical-coordinate representation of color #19118B: hue angle of 243.93º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19118B is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 17 | 139 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.45 |
| HSL | 243.93º | 0.78% | 0.31% | - |
| HSV(B) | 243.93º | 0.88% | 0.55% | - |
| XYZ | 5.26 | 2.47 | 24.63 | - |
| YUV | 33.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 139 | 0.82 | 0.88 | 0 | 0.45 | 243.93 | 0.78 | 0.31 |
| Hex | 19 | 11 | 8B | 52 | 58 | 0 | 2D | F4 | 4E | 1F |
| Octal | 31 | 21 | 213 | 122 | 130 | 0 | 55 | 364 | 116 | 37 |
| Binary | 11001 | 10001 | 10001011 | 1010010 | 1011000 | 0 | 101101 | 11110100 | 1001110 | 11111 |
Color Harmonies of #19118B
Complementary color
Monochromatic Colors of #19118B
Black with #19118B
Text Example
Text Example
White with #19118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19118B; }
p { color: rgb(25,17,139); }
H1.HeaderClassName
{
color: #19118B;
}
.AnyTagClassName
{
color: #19118B;
}
</style>
background-color css
<style>
a { background-color: #19118B; }
a { background-color: rgb(25,17,139); }
div.DivClassName
{
background-color: #19118B;
}
.BgClassName
{
background-color: #19118B;
}
</style>
border-color css
<style>
span { border-color: #19118B; }
span { border-color: rgb(25,17,139); }
td.TdClassName
{
border-color: #19118B;
}
.TagClassName
{
border-color: #19118B;
}
</style>