Shades of Sapphire #19295D
Tints of Sapphire #19295D
RGB
CMYK
RGB Variations
Color information
#19295D (or 0x19295D) is known color: Sapphire. HEX triplet: 19, 29 and 5D. RGB value is (25,41,93). Sum of RGB (Red+Green+Blue) = 25+41+93=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #19295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19295D is #E6D6A2. Grayscale: #292929. Windows color (decimal): -15128227 or 6105369. OLE color: 6105369.
HSL color Cylindrical-coordinate representation of color #19295D: hue angle of 225.88º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19295D is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 41 | 93 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.64 |
| HSL | 225.88º | 0.58% | 0.23% | - |
| HSV(B) | 225.88º | 0.73% | 0.36% | - |
| XYZ | 3.17 | 2.58 | 10.69 | - |
| YUV | 42.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 93 | 0.73 | 0.56 | 0 | 0.64 | 225.88 | 0.58 | 0.23 |
| Hex | 19 | 29 | 5D | 49 | 38 | 0 | 40 | E2 | 3A | 17 |
| Octal | 31 | 51 | 135 | 111 | 70 | 0 | 100 | 342 | 72 | 27 |
| Binary | 11001 | 101001 | 1011101 | 1001001 | 111000 | 0 | 1000000 | 11100010 | 111010 | 10111 |
Color Harmonies of #19295D
Complementary color
Monochromatic Colors of #19295D
Black with #19295D
Text Example
Text Example
White with #19295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19295D; }
p { color: rgb(25,41,93); }
H1.HeaderClassName
{
color: #19295D;
}
.AnyTagClassName
{
color: #19295D;
}
</style>
background-color css
<style>
a { background-color: #19295D; }
a { background-color: rgb(25,41,93); }
div.DivClassName
{
background-color: #19295D;
}
.BgClassName
{
background-color: #19295D;
}
</style>
border-color css
<style>
span { border-color: #19295D; }
span { border-color: rgb(25,41,93); }
td.TdClassName
{
border-color: #19295D;
}
.TagClassName
{
border-color: #19295D;
}
</style>