Shades of Blue Stone #19696F
Tints of Blue Stone #19696F
RGB
CMYK
RGB Variations
Color information
#19696F (or 0x19696F) is known color: Blue Stone. HEX triplet: 19, 69 and 6F. RGB value is (25,105,111). Sum of RGB (Red+Green+Blue) = 25+105+111=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #19696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19696F is #E69690. Grayscale: #515151. Windows color (decimal): -15111825 or 7301401. OLE color: 7301401.
HSL color Cylindrical-coordinate representation of color #19696F: hue angle of 184.19º 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 #19696F is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 105 | 111 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.56 |
| HSL | 184.19º | 0.63% | 0.27% | - |
| HSV(B) | 184.19º | 0.77% | 0.44% | - |
| XYZ | 8.32 | 11.46 | 16.81 | - |
| YUV | 81.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 111 | 0.77 | 0.05 | 0 | 0.56 | 184.19 | 0.63 | 0.27 |
| Hex | 19 | 69 | 6F | 4D | 5 | 0 | 38 | B8 | 3F | 1B |
| Octal | 31 | 151 | 157 | 115 | 5 | 0 | 70 | 270 | 77 | 33 |
| Binary | 11001 | 1101001 | 1101111 | 1001101 | 101 | 0 | 111000 | 10111000 | 111111 | 11011 |
Color Harmonies of #19696F
Complementary color
Monochromatic Colors of #19696F
Black with #19696F
Text Example
Text Example
White with #19696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19696F; }
p { color: rgb(25,105,111); }
H1.HeaderClassName
{
color: #19696F;
}
.AnyTagClassName
{
color: #19696F;
}
</style>
background-color css
<style>
a { background-color: #19696F; }
a { background-color: rgb(25,105,111); }
div.DivClassName
{
background-color: #19696F;
}
.BgClassName
{
background-color: #19696F;
}
</style>
border-color css
<style>
span { border-color: #19696F; }
span { border-color: rgb(25,105,111); }
td.TdClassName
{
border-color: #19696F;
}
.TagClassName
{
border-color: #19696F;
}
</style>