Shades of Blue Stone #14696C
Tints of Blue Stone #14696C
RGB
CMYK
RGB Variations
Color information
#14696C (or 0x14696C) is known color: Blue Stone. HEX triplet: 14, 69 and 6C. RGB value is (20,105,108). Sum of RGB (Red+Green+Blue) = 20+105+108=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #14696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14696C is #EB9693. Grayscale: #4F4F4F. Windows color (decimal): -15439508 or 7104788. OLE color: 7104788.
HSL color Cylindrical-coordinate representation of color #14696C: hue angle of 182.05º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14696C is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 105 | 108 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.58 |
| HSL | 182.05º | 0.69% | 0.25% | - |
| HSV(B) | 182.05º | 0.81% | 0.42% | - |
| XYZ | 8.05 | 11.33 | 15.95 | - |
| YUV | 79.93 | 143.84 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 108 | 0.81 | 0.03 | 0 | 0.58 | 182.05 | 0.69 | 0.25 |
| Hex | 14 | 69 | 6C | 51 | 3 | 0 | 3A | B6 | 45 | 19 |
| Octal | 24 | 151 | 154 | 121 | 3 | 0 | 72 | 266 | 105 | 31 |
| Binary | 10100 | 1101001 | 1101100 | 1010001 | 11 | 0 | 111010 | 10110110 | 1000101 | 11001 |
Color Harmonies of #14696C
Complementary color
Monochromatic Colors of #14696C
Black with #14696C
Text Example
Text Example
White with #14696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14696C; }
p { color: rgb(20,105,108); }
H1.HeaderClassName
{
color: #14696C;
}
.AnyTagClassName
{
color: #14696C;
}
</style>
background-color css
<style>
a { background-color: #14696C; }
a { background-color: rgb(20,105,108); }
div.DivClassName
{
background-color: #14696C;
}
.BgClassName
{
background-color: #14696C;
}
</style>
border-color css
<style>
span { border-color: #14696C; }
span { border-color: rgb(20,105,108); }
td.TdClassName
{
border-color: #14696C;
}
.TagClassName
{
border-color: #14696C;
}
</style>