Shades of Ultramarine #19058B
Tints of Ultramarine #19058B
RGB
CMYK
RGB Variations
Color information
#19058B (or 0x19058B) is known color: Ultramarine. HEX triplet: 19, 05 and 8B. RGB value is (25,5,139). Sum of RGB (Red+Green+Blue) = 25+5+139=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 139 (54.69% from 255 or 82.25% from 169); Max value from RGB is 139 - color contains mainly: blue. Hex color #19058B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19058B is #E6FA74. Grayscale: #191919. Windows color (decimal): -15137397 or 9110809. OLE color: 9110809.
HSL color Cylindrical-coordinate representation of color #19058B: hue angle of 248.96º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19058B is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 5 | 139 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.45 |
| HSL | 248.96º | 0.93% | 0.28% | - |
| HSV(B) | 248.96º | 0.96% | 0.55% | - |
| XYZ | 5.12 | 2.18 | 24.58 | - |
| YUV | 26.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 139 | 0.82 | 0.96 | 0 | 0.45 | 248.96 | 0.93 | 0.28 |
| Hex | 19 | 5 | 8B | 52 | 60 | 0 | 2D | F9 | 5D | 1C |
| Octal | 31 | 5 | 213 | 122 | 140 | 0 | 55 | 371 | 135 | 34 |
| Binary | 11001 | 101 | 10001011 | 1010010 | 1100000 | 0 | 101101 | 11111001 | 1011101 | 11100 |
Color Harmonies of #19058B
Complementary color
Monochromatic Colors of #19058B
Black with #19058B
Text Example
Text Example
White with #19058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19058B; }
p { color: rgb(25,5,139); }
H1.HeaderClassName
{
color: #19058B;
}
.AnyTagClassName
{
color: #19058B;
}
</style>
background-color css
<style>
a { background-color: #19058B; }
a { background-color: rgb(25,5,139); }
div.DivClassName
{
background-color: #19058B;
}
.BgClassName
{
background-color: #19058B;
}
</style>
border-color css
<style>
span { border-color: #19058B; }
span { border-color: rgb(25,5,139); }
td.TdClassName
{
border-color: #19058B;
}
.TagClassName
{
border-color: #19058B;
}
</style>