Shades of Blue Stone #14565C
Tints of Blue Stone #14565C
RGB
CMYK
RGB Variations
Color information
#14565C (or 0x14565C) is known color: Blue Stone. HEX triplet: 14, 56 and 5C. RGB value is (20,86,92). Sum of RGB (Red+Green+Blue) = 20+86+92=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #14565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14565C is #EBA9A3. Grayscale: #424242. Windows color (decimal): -15444388 or 6051348. OLE color: 6051348.
HSL color Cylindrical-coordinate representation of color #14565C: hue angle of 185º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14565C is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 86 | 92 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.64 |
| HSL | 185º | 0.64% | 0.22% | - |
| HSV(B) | 185º | 0.78% | 0.36% | - |
| XYZ | 5.55 | 7.58 | 11.3 | - |
| YUV | 66.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 92 | 0.78 | 0.07 | 0 | 0.64 | 185 | 0.64 | 0.22 |
| Hex | 14 | 56 | 5C | 4E | 7 | 0 | 40 | B9 | 40 | 16 |
| Octal | 24 | 126 | 134 | 116 | 7 | 0 | 100 | 271 | 100 | 26 |
| Binary | 10100 | 1010110 | 1011100 | 1001110 | 111 | 0 | 1000000 | 10111001 | 1000000 | 10110 |
Color Harmonies of #14565C
Complementary color
Monochromatic Colors of #14565C
Black with #14565C
Text Example
Text Example
White with #14565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14565C; }
p { color: rgb(20,86,92); }
H1.HeaderClassName
{
color: #14565C;
}
.AnyTagClassName
{
color: #14565C;
}
</style>
background-color css
<style>
a { background-color: #14565C; }
a { background-color: rgb(20,86,92); }
div.DivClassName
{
background-color: #14565C;
}
.BgClassName
{
background-color: #14565C;
}
</style>
border-color css
<style>
span { border-color: #14565C; }
span { border-color: rgb(20,86,92); }
td.TdClassName
{
border-color: #14565C;
}
.TagClassName
{
border-color: #14565C;
}
</style>