Shades of Ultramarine #19088B
Tints of Ultramarine #19088B
RGB
CMYK
RGB Variations
Color information
#19088B (or 0x19088B) is known color: Ultramarine. HEX triplet: 19, 08 and 8B. RGB value is (25,8,139). Sum of RGB (Red+Green+Blue) = 25+8+139=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #19088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19088B is #E6F774. Grayscale: #1B1B1B. Windows color (decimal): -15136629 or 9111577. OLE color: 9111577.
HSL color Cylindrical-coordinate representation of color #19088B: hue angle of 247.79º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19088B is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 8 | 139 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.45 |
| HSL | 247.79º | 0.89% | 0.29% | - |
| HSV(B) | 247.79º | 0.94% | 0.55% | - |
| XYZ | 5.15 | 2.24 | 24.59 | - |
| YUV | 28.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 139 | 0.82 | 0.94 | 0 | 0.45 | 247.79 | 0.89 | 0.29 |
| Hex | 19 | 8 | 8B | 52 | 5E | 0 | 2D | F8 | 59 | 1D |
| Octal | 31 | 10 | 213 | 122 | 136 | 0 | 55 | 370 | 131 | 35 |
| Binary | 11001 | 1000 | 10001011 | 1010010 | 1011110 | 0 | 101101 | 11111000 | 1011001 | 11101 |
Color Harmonies of #19088B
Complementary color
Monochromatic Colors of #19088B
Black with #19088B
Text Example
Text Example
White with #19088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19088B; }
p { color: rgb(25,8,139); }
H1.HeaderClassName
{
color: #19088B;
}
.AnyTagClassName
{
color: #19088B;
}
</style>
background-color css
<style>
a { background-color: #19088B; }
a { background-color: rgb(25,8,139); }
div.DivClassName
{
background-color: #19088B;
}
.BgClassName
{
background-color: #19088B;
}
</style>
border-color css
<style>
span { border-color: #19088B; }
span { border-color: rgb(25,8,139); }
td.TdClassName
{
border-color: #19088B;
}
.TagClassName
{
border-color: #19088B;
}
</style>