Shades of Ultramarine #19168B
Tints of Ultramarine #19168B
RGB
CMYK
RGB Variations
Color information
#19168B (or 0x19168B) is known color: Ultramarine. HEX triplet: 19, 16 and 8B. RGB value is (25,22,139). Sum of RGB (Red+Green+Blue) = 25+22+139=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #19168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19168B is #E6E974. Grayscale: #232323. Windows color (decimal): -15133045 or 9115161. OLE color: 9115161.
HSL color Cylindrical-coordinate representation of color #19168B: hue angle of 241.54º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19168B is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 22 | 139 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.45 |
| HSL | 241.54º | 0.73% | 0.32% | - |
| HSV(B) | 241.54º | 0.84% | 0.55% | - |
| XYZ | 5.35 | 2.64 | 24.65 | - |
| YUV | 36.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 139 | 0.82 | 0.84 | 0 | 0.45 | 241.54 | 0.73 | 0.32 |
| Hex | 19 | 16 | 8B | 52 | 54 | 0 | 2D | F2 | 49 | 20 |
| Octal | 31 | 26 | 213 | 122 | 124 | 0 | 55 | 362 | 111 | 40 |
| Binary | 11001 | 10110 | 10001011 | 1010010 | 1010100 | 0 | 101101 | 11110010 | 1001001 | 100000 |
Color Harmonies of #19168B
Complementary color
Monochromatic Colors of #19168B
Black with #19168B
Text Example
Text Example
White with #19168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19168B; }
p { color: rgb(25,22,139); }
H1.HeaderClassName
{
color: #19168B;
}
.AnyTagClassName
{
color: #19168B;
}
</style>
background-color css
<style>
a { background-color: #19168B; }
a { background-color: rgb(25,22,139); }
div.DivClassName
{
background-color: #19168B;
}
.BgClassName
{
background-color: #19168B;
}
</style>
border-color css
<style>
span { border-color: #19168B; }
span { border-color: rgb(25,22,139); }
td.TdClassName
{
border-color: #19168B;
}
.TagClassName
{
border-color: #19168B;
}
</style>