Shades of Sapphire #19296F
Tints of Sapphire #19296F
RGB
CMYK
RGB Variations
Color information
#19296F (or 0x19296F) is known color: Sapphire. HEX triplet: 19, 29 and 6F. RGB value is (25,41,111). Sum of RGB (Red+Green+Blue) = 25+41+111=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #19296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19296F is #E6D690. Grayscale: #2B2B2B. Windows color (decimal): -15128209 or 7285017. OLE color: 7285017.
HSL color Cylindrical-coordinate representation of color #19296F: hue angle of 228.84º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19296F is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 41 | 111 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.56 |
| HSL | 228.84º | 0.63% | 0.27% | - |
| HSV(B) | 228.84º | 0.77% | 0.44% | - |
| XYZ | 4.06 | 2.94 | 15.39 | - |
| YUV | 44.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 111 | 0.77 | 0.63 | 0 | 0.56 | 228.84 | 0.63 | 0.27 |
| Hex | 19 | 29 | 6F | 4D | 3F | 0 | 38 | E5 | 3F | 1B |
| Octal | 31 | 51 | 157 | 115 | 77 | 0 | 70 | 345 | 77 | 33 |
| Binary | 11001 | 101001 | 1101111 | 1001101 | 111111 | 0 | 111000 | 11100101 | 111111 | 11011 |
Color Harmonies of #19296F
Complementary color
Monochromatic Colors of #19296F
Black with #19296F
Text Example
Text Example
White with #19296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19296F; }
p { color: rgb(25,41,111); }
H1.HeaderClassName
{
color: #19296F;
}
.AnyTagClassName
{
color: #19296F;
}
</style>
background-color css
<style>
a { background-color: #19296F; }
a { background-color: rgb(25,41,111); }
div.DivClassName
{
background-color: #19296F;
}
.BgClassName
{
background-color: #19296F;
}
</style>
border-color css
<style>
span { border-color: #19296F; }
span { border-color: rgb(25,41,111); }
td.TdClassName
{
border-color: #19296F;
}
.TagClassName
{
border-color: #19296F;
}
</style>