Shades of Ultramarine #19168C
Tints of Ultramarine #19168C
RGB
CMYK
RGB Variations
Color information
#19168C (or 0x19168C) is known color: Ultramarine. HEX triplet: 19, 16 and 8C. RGB value is (25,22,140). Sum of RGB (Red+Green+Blue) = 25+22+140=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 140 (55.08% from 255 or 74.87% from 187); Max value from RGB is 140 - color contains mainly: blue. Hex color #19168C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19168C is #E6E973. Grayscale: #232323. Windows color (decimal): -15133044 or 9180697. OLE color: 9180697.
HSL color Cylindrical-coordinate representation of color #19168C: hue angle of 241.53º 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 #19168C is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 22 | 140 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.45 |
| HSL | 241.53º | 0.73% | 0.32% | - |
| HSV(B) | 241.53º | 0.84% | 0.55% | - |
| XYZ | 5.42 | 2.67 | 25.04 | - |
| YUV | 36.35 | 186.49 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 140 | 0.82 | 0.84 | 0 | 0.45 | 241.53 | 0.73 | 0.32 |
| Hex | 19 | 16 | 8C | 52 | 54 | 0 | 2D | F2 | 49 | 20 |
| Octal | 31 | 26 | 214 | 122 | 124 | 0 | 55 | 362 | 111 | 40 |
| Binary | 11001 | 10110 | 10001100 | 1010010 | 1010100 | 0 | 101101 | 11110010 | 1001001 | 100000 |
Color Harmonies of #19168C
Complementary color
Monochromatic Colors of #19168C
Black with #19168C
Text Example
Text Example
White with #19168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19168C; }
p { color: rgb(25,22,140); }
H1.HeaderClassName
{
color: #19168C;
}
.AnyTagClassName
{
color: #19168C;
}
</style>
background-color css
<style>
a { background-color: #19168C; }
a { background-color: rgb(25,22,140); }
div.DivClassName
{
background-color: #19168C;
}
.BgClassName
{
background-color: #19168C;
}
</style>
border-color css
<style>
span { border-color: #19168C; }
span { border-color: rgb(25,22,140); }
td.TdClassName
{
border-color: #19168C;
}
.TagClassName
{
border-color: #19168C;
}
</style>