Shades of Blue Stone #14645C
Tints of Blue Stone #14645C
RGB
CMYK
RGB Variations
Color information
#14645C (or 0x14645C) is known color: Blue Stone. HEX triplet: 14, 64 and 5C. RGB value is (20,100,92). Sum of RGB (Red+Green+Blue) = 20+100+92=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #14645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14645C is #EB9BA3. Grayscale: #4B4B4B. Windows color (decimal): -15440804 or 6054932. OLE color: 6054932.
HSL color Cylindrical-coordinate representation of color #14645C: hue angle of 174º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14645C is Cyan = 0.8, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 92 | - |
| CMYK | 0.8 | 0 | 0.08 | 0.61 |
| HSL | 174º | 0.67% | 0.24% | - |
| HSV(B) | 174º | 0.8% | 0.39% | - |
| XYZ | 6.78 | 10.04 | 11.71 | - |
| YUV | 75.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 92 | 0.8 | 0 | 0.08 | 0.61 | 174 | 0.67 | 0.24 |
| Hex | 14 | 64 | 5C | 50 | 0 | 8 | 3D | AE | 43 | 18 |
| Octal | 24 | 144 | 134 | 120 | 0 | 10 | 75 | 256 | 103 | 30 |
| Binary | 10100 | 1100100 | 1011100 | 1010000 | 0 | 1000 | 111101 | 10101110 | 1000011 | 11000 |
Color Harmonies of #14645C
Complementary color
Monochromatic Colors of #14645C
Black with #14645C
Text Example
Text Example
White with #14645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14645C; }
p { color: rgb(20,100,92); }
H1.HeaderClassName
{
color: #14645C;
}
.AnyTagClassName
{
color: #14645C;
}
</style>
background-color css
<style>
a { background-color: #14645C; }
a { background-color: rgb(20,100,92); }
div.DivClassName
{
background-color: #14645C;
}
.BgClassName
{
background-color: #14645C;
}
</style>
border-color css
<style>
span { border-color: #14645C; }
span { border-color: rgb(20,100,92); }
td.TdClassName
{
border-color: #14645C;
}
.TagClassName
{
border-color: #14645C;
}
</style>