Shades of Ultramarine #19158B
Tints of Ultramarine #19158B
RGB
CMYK
RGB Variations
Color information
#19158B (or 0x19158B) is known color: Ultramarine. HEX triplet: 19, 15 and 8B. RGB value is (25,21,139). Sum of RGB (Red+Green+Blue) = 25+21+139=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #19158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19158B is #E6EA74. Grayscale: #232323. Windows color (decimal): -15133301 or 9114905. OLE color: 9114905.
HSL color Cylindrical-coordinate representation of color #19158B: hue angle of 242.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19158B is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 21 | 139 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.45 |
| HSL | 242.03º | 0.74% | 0.31% | - |
| HSV(B) | 242.03º | 0.85% | 0.55% | - |
| XYZ | 5.33 | 2.61 | 24.65 | - |
| YUV | 35.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 139 | 0.82 | 0.85 | 0 | 0.45 | 242.03 | 0.74 | 0.31 |
| Hex | 19 | 15 | 8B | 52 | 55 | 0 | 2D | F2 | 4A | 1F |
| Octal | 31 | 25 | 213 | 122 | 125 | 0 | 55 | 362 | 112 | 37 |
| Binary | 11001 | 10101 | 10001011 | 1010010 | 1010101 | 0 | 101101 | 11110010 | 1001010 | 11111 |
Color Harmonies of #19158B
Complementary color
Monochromatic Colors of #19158B
Black with #19158B
Text Example
Text Example
White with #19158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19158B; }
p { color: rgb(25,21,139); }
H1.HeaderClassName
{
color: #19158B;
}
.AnyTagClassName
{
color: #19158B;
}
</style>
background-color css
<style>
a { background-color: #19158B; }
a { background-color: rgb(25,21,139); }
div.DivClassName
{
background-color: #19158B;
}
.BgClassName
{
background-color: #19158B;
}
</style>
border-color css
<style>
span { border-color: #19158B; }
span { border-color: rgb(25,21,139); }
td.TdClassName
{
border-color: #19158B;
}
.TagClassName
{
border-color: #19158B;
}
</style>