Shades of Blue Stone #14656D
Tints of Blue Stone #14656D
RGB
CMYK
RGB Variations
Color information
#14656D (or 0x14656D) is known color: Blue Stone. HEX triplet: 14, 65 and 6D. RGB value is (20,101,109). Sum of RGB (Red+Green+Blue) = 20+101+109=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #14656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14656D is #EB9A92. Grayscale: #4D4D4D. Windows color (decimal): -15440531 or 7169300. OLE color: 7169300.
HSL color Cylindrical-coordinate representation of color #14656D: hue angle of 185.39º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14656D is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 101 | 109 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.57 |
| HSL | 185.39º | 0.69% | 0.25% | - |
| HSV(B) | 185.39º | 0.82% | 0.43% | - |
| XYZ | 7.7 | 10.56 | 16.1 | - |
| YUV | 77.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 109 | 0.82 | 0.07 | 0 | 0.57 | 185.39 | 0.69 | 0.25 |
| Hex | 14 | 65 | 6D | 52 | 7 | 0 | 39 | B9 | 45 | 19 |
| Octal | 24 | 145 | 155 | 122 | 7 | 0 | 71 | 271 | 105 | 31 |
| Binary | 10100 | 1100101 | 1101101 | 1010010 | 111 | 0 | 111001 | 10111001 | 1000101 | 11001 |
Color Harmonies of #14656D
Complementary color
Monochromatic Colors of #14656D
Black with #14656D
Text Example
Text Example
White with #14656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14656D; }
p { color: rgb(20,101,109); }
H1.HeaderClassName
{
color: #14656D;
}
.AnyTagClassName
{
color: #14656D;
}
</style>
background-color css
<style>
a { background-color: #14656D; }
a { background-color: rgb(20,101,109); }
div.DivClassName
{
background-color: #14656D;
}
.BgClassName
{
background-color: #14656D;
}
</style>
border-color css
<style>
span { border-color: #14656D; }
span { border-color: rgb(20,101,109); }
td.TdClassName
{
border-color: #14656D;
}
.TagClassName
{
border-color: #14656D;
}
</style>