Shades of Blue Stone #14656C
Tints of Blue Stone #14656C
RGB
CMYK
RGB Variations
Color information
#14656C (or 0x14656C) is known color: Blue Stone. HEX triplet: 14, 65 and 6C. RGB value is (20,101,108). Sum of RGB (Red+Green+Blue) = 20+101+108=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #14656C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14656C is #EB9A93. Grayscale: #4D4D4D. Windows color (decimal): -15440532 or 7103764. OLE color: 7103764.
HSL color Cylindrical-coordinate representation of color #14656C: hue angle of 184.77º 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 #14656C is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 101 | 108 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.58 |
| HSL | 184.77º | 0.69% | 0.25% | - |
| HSV(B) | 184.77º | 0.81% | 0.42% | - |
| XYZ | 7.65 | 10.54 | 15.82 | - |
| YUV | 77.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 108 | 0.81 | 0.06 | 0 | 0.58 | 184.77 | 0.69 | 0.25 |
| Hex | 14 | 65 | 6C | 51 | 6 | 0 | 3A | B9 | 45 | 19 |
| Octal | 24 | 145 | 154 | 121 | 6 | 0 | 72 | 271 | 105 | 31 |
| Binary | 10100 | 1100101 | 1101100 | 1010001 | 110 | 0 | 111010 | 10111001 | 1000101 | 11001 |
Color Harmonies of #14656C
Complementary color
Monochromatic Colors of #14656C
Black with #14656C
Text Example
Text Example
White with #14656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14656C; }
p { color: rgb(20,101,108); }
H1.HeaderClassName
{
color: #14656C;
}
.AnyTagClassName
{
color: #14656C;
}
</style>
background-color css
<style>
a { background-color: #14656C; }
a { background-color: rgb(20,101,108); }
div.DivClassName
{
background-color: #14656C;
}
.BgClassName
{
background-color: #14656C;
}
</style>
border-color css
<style>
span { border-color: #14656C; }
span { border-color: rgb(20,101,108); }
td.TdClassName
{
border-color: #14656C;
}
.TagClassName
{
border-color: #14656C;
}
</style>