Shades of Blue Stone #14655E
Tints of Blue Stone #14655E
RGB
CMYK
RGB Variations
Color information
#14655E (or 0x14655E) is known color: Blue Stone. HEX triplet: 14, 65 and 5E. RGB value is (20,101,94). Sum of RGB (Red+Green+Blue) = 20+101+94=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #14655E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14655E is #EB9AA1. Grayscale: #4B4B4B. Windows color (decimal): -15440546 or 6186260. OLE color: 6186260.
HSL color Cylindrical-coordinate representation of color #14655E: hue angle of 174.81º 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 #14655E is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 94 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.60 |
| HSL | 174.81º | 0.67% | 0.24% | - |
| HSV(B) | 174.81º | 0.8% | 0.4% | - |
| XYZ | 6.96 | 10.26 | 12.2 | - |
| YUV | 75.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 94 | 0.80 | 0 | 0.07 | 0.60 | 174.81 | 0.67 | 0.24 |
| Hex | 14 | 65 | 5E | 50 | 0 | 7 | 3C | AF | 43 | 18 |
| Octal | 24 | 145 | 136 | 120 | 0 | 7 | 74 | 257 | 103 | 30 |
| Binary | 10100 | 1100101 | 1011110 | 1010000 | 0 | 111 | 111100 | 10101111 | 1000011 | 11000 |
Color Harmonies of #14655E
Complementary color
Monochromatic Colors of #14655E
Black with #14655E
Text Example
Text Example
White with #14655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14655E; }
p { color: rgb(20,101,94); }
H1.HeaderClassName
{
color: #14655E;
}
.AnyTagClassName
{
color: #14655E;
}
</style>
background-color css
<style>
a { background-color: #14655E; }
a { background-color: rgb(20,101,94); }
div.DivClassName
{
background-color: #14655E;
}
.BgClassName
{
background-color: #14655E;
}
</style>
border-color css
<style>
span { border-color: #14655E; }
span { border-color: rgb(20,101,94); }
td.TdClassName
{
border-color: #14655E;
}
.TagClassName
{
border-color: #14655E;
}
</style>