Shades of Blue Stone #19686E
Tints of Blue Stone #19686E
RGB
CMYK
RGB Variations
Color information
#19686E (or 0x19686E) is known color: Blue Stone. HEX triplet: 19, 68 and 6E. RGB value is (25,104,110). Sum of RGB (Red+Green+Blue) = 25+104+110=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #19686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19686E is #E69791. Grayscale: #505050. Windows color (decimal): -15112082 or 7235609. OLE color: 7235609.
HSL color Cylindrical-coordinate representation of color #19686E: hue angle of 184.24º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19686E is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 104 | 110 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.57 |
| HSL | 184.24º | 0.63% | 0.26% | - |
| HSV(B) | 184.24º | 0.77% | 0.43% | - |
| XYZ | 8.17 | 11.23 | 16.49 | - |
| YUV | 81.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 110 | 0.77 | 0.05 | 0 | 0.57 | 184.24 | 0.63 | 0.26 |
| Hex | 19 | 68 | 6E | 4D | 5 | 0 | 39 | B8 | 3F | 1A |
| Octal | 31 | 150 | 156 | 115 | 5 | 0 | 71 | 270 | 77 | 32 |
| Binary | 11001 | 1101000 | 1101110 | 1001101 | 101 | 0 | 111001 | 10111000 | 111111 | 11010 |
Color Harmonies of #19686E
Complementary color
Monochromatic Colors of #19686E
Black with #19686E
Text Example
Text Example
White with #19686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19686E; }
p { color: rgb(25,104,110); }
H1.HeaderClassName
{
color: #19686E;
}
.AnyTagClassName
{
color: #19686E;
}
</style>
background-color css
<style>
a { background-color: #19686E; }
a { background-color: rgb(25,104,110); }
div.DivClassName
{
background-color: #19686E;
}
.BgClassName
{
background-color: #19686E;
}
</style>
border-color css
<style>
span { border-color: #19686E; }
span { border-color: rgb(25,104,110); }
td.TdClassName
{
border-color: #19686E;
}
.TagClassName
{
border-color: #19686E;
}
</style>