Shades of Blue Stone #19686F
Tints of Blue Stone #19686F
RGB
CMYK
RGB Variations
Color information
#19686F (or 0x19686F) is known color: Blue Stone. HEX triplet: 19, 68 and 6F. RGB value is (25,104,111). Sum of RGB (Red+Green+Blue) = 25+104+111=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #19686F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19686F is #E69790. Grayscale: #515151. Windows color (decimal): -15112081 or 7301145. OLE color: 7301145.
HSL color Cylindrical-coordinate representation of color #19686F: hue angle of 184.88º 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 #19686F is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 104 | 111 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.56 |
| HSL | 184.88º | 0.63% | 0.27% | - |
| HSV(B) | 184.88º | 0.77% | 0.44% | - |
| XYZ | 8.22 | 11.26 | 16.78 | - |
| YUV | 81.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 111 | 0.77 | 0.06 | 0 | 0.56 | 184.88 | 0.63 | 0.27 |
| Hex | 19 | 68 | 6F | 4D | 6 | 0 | 38 | B9 | 3F | 1B |
| Octal | 31 | 150 | 157 | 115 | 6 | 0 | 70 | 271 | 77 | 33 |
| Binary | 11001 | 1101000 | 1101111 | 1001101 | 110 | 0 | 111000 | 10111001 | 111111 | 11011 |
Color Harmonies of #19686F
Complementary color
Monochromatic Colors of #19686F
Black with #19686F
Text Example
Text Example
White with #19686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19686F; }
p { color: rgb(25,104,111); }
H1.HeaderClassName
{
color: #19686F;
}
.AnyTagClassName
{
color: #19686F;
}
</style>
background-color css
<style>
a { background-color: #19686F; }
a { background-color: rgb(25,104,111); }
div.DivClassName
{
background-color: #19686F;
}
.BgClassName
{
background-color: #19686F;
}
</style>
border-color css
<style>
span { border-color: #19686F; }
span { border-color: rgb(25,104,111); }
td.TdClassName
{
border-color: #19686F;
}
.TagClassName
{
border-color: #19686F;
}
</style>