Shades of Blue Stone #14655F
Tints of Blue Stone #14655F
RGB
CMYK
RGB Variations
Color information
#14655F (or 0x14655F) is known color: Blue Stone. HEX triplet: 14, 65 and 5F. RGB value is (20,101,95). Sum of RGB (Red+Green+Blue) = 20+101+95=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 101 - color contains mainly: green. Hex color #14655F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14655F is #EB9AA0. Grayscale: #4C4C4C. Windows color (decimal): -15440545 or 6251796. OLE color: 6251796.
HSL color Cylindrical-coordinate representation of color #14655F: hue angle of 175.56º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14655F is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 95 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.60 |
| HSL | 175.56º | 0.67% | 0.24% | - |
| HSV(B) | 175.56º | 0.8% | 0.4% | - |
| XYZ | 7.01 | 10.28 | 12.44 | - |
| YUV | 76.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 95 | 0.80 | 0 | 0.06 | 0.60 | 175.56 | 0.67 | 0.24 |
| Hex | 14 | 65 | 5F | 50 | 0 | 6 | 3C | B0 | 43 | 18 |
| Octal | 24 | 145 | 137 | 120 | 0 | 6 | 74 | 260 | 103 | 30 |
| Binary | 10100 | 1100101 | 1011111 | 1010000 | 0 | 110 | 111100 | 10110000 | 1000011 | 11000 |
Color Harmonies of #14655F
Complementary color
Monochromatic Colors of #14655F
Black with #14655F
Text Example
Text Example
White with #14655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14655F; }
p { color: rgb(20,101,95); }
H1.HeaderClassName
{
color: #14655F;
}
.AnyTagClassName
{
color: #14655F;
}
</style>
background-color css
<style>
a { background-color: #14655F; }
a { background-color: rgb(20,101,95); }
div.DivClassName
{
background-color: #14655F;
}
.BgClassName
{
background-color: #14655F;
}
</style>
border-color css
<style>
span { border-color: #14655F; }
span { border-color: rgb(20,101,95); }
td.TdClassName
{
border-color: #14655F;
}
.TagClassName
{
border-color: #14655F;
}
</style>