Shades of Blue Stone #14686D
Tints of Blue Stone #14686D
RGB
CMYK
RGB Variations
Color information
#14686D (or 0x14686D) is known color: Blue Stone. HEX triplet: 14, 68 and 6D. RGB value is (20,104,109). Sum of RGB (Red+Green+Blue) = 20+104+109=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #14686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14686D is #EB9792. Grayscale: #4F4F4F. Windows color (decimal): -15439763 or 7170068. OLE color: 7170068.
HSL color Cylindrical-coordinate representation of color #14686D: hue angle of 183.37º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14686D is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 104 | 109 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.57 |
| HSL | 183.37º | 0.69% | 0.25% | - |
| HSV(B) | 183.37º | 0.82% | 0.43% | - |
| XYZ | 8 | 11.15 | 16.2 | - |
| YUV | 79.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 109 | 0.82 | 0.05 | 0 | 0.57 | 183.37 | 0.69 | 0.25 |
| Hex | 14 | 68 | 6D | 52 | 5 | 0 | 39 | B7 | 45 | 19 |
| Octal | 24 | 150 | 155 | 122 | 5 | 0 | 71 | 267 | 105 | 31 |
| Binary | 10100 | 1101000 | 1101101 | 1010010 | 101 | 0 | 111001 | 10110111 | 1000101 | 11001 |
Color Harmonies of #14686D
Complementary color
Monochromatic Colors of #14686D
Black with #14686D
Text Example
Text Example
White with #14686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14686D; }
p { color: rgb(20,104,109); }
H1.HeaderClassName
{
color: #14686D;
}
.AnyTagClassName
{
color: #14686D;
}
</style>
background-color css
<style>
a { background-color: #14686D; }
a { background-color: rgb(20,104,109); }
div.DivClassName
{
background-color: #14686D;
}
.BgClassName
{
background-color: #14686D;
}
</style>
border-color css
<style>
span { border-color: #14686D; }
span { border-color: rgb(20,104,109); }
td.TdClassName
{
border-color: #14686D;
}
.TagClassName
{
border-color: #14686D;
}
</style>