Shades of Blue Stone #14656A
Tints of Blue Stone #14656A
RGB
CMYK
RGB Variations
Color information
#14656A (or 0x14656A) is known color: Blue Stone. HEX triplet: 14, 65 and 6A. RGB value is (20,101,106). Sum of RGB (Red+Green+Blue) = 20+101+106=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #14656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14656A is #EB9A95. Grayscale: #4D4D4D. Windows color (decimal): -15440534 or 6972692. OLE color: 6972692.
HSL color Cylindrical-coordinate representation of color #14656A: hue angle of 183.49º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14656A is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 101 | 106 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.58 |
| HSL | 183.49º | 0.68% | 0.25% | - |
| HSV(B) | 183.49º | 0.81% | 0.42% | - |
| XYZ | 7.54 | 10.5 | 15.26 | - |
| YUV | 77.35 | 144.16 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 106 | 0.81 | 0.05 | 0 | 0.58 | 183.49 | 0.68 | 0.25 |
| Hex | 14 | 65 | 6A | 51 | 5 | 0 | 3A | B7 | 44 | 19 |
| Octal | 24 | 145 | 152 | 121 | 5 | 0 | 72 | 267 | 104 | 31 |
| Binary | 10100 | 1100101 | 1101010 | 1010001 | 101 | 0 | 111010 | 10110111 | 1000100 | 11001 |
Color Harmonies of #14656A
Complementary color
Monochromatic Colors of #14656A
Black with #14656A
Text Example
Text Example
White with #14656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14656A; }
p { color: rgb(20,101,106); }
H1.HeaderClassName
{
color: #14656A;
}
.AnyTagClassName
{
color: #14656A;
}
</style>
background-color css
<style>
a { background-color: #14656A; }
a { background-color: rgb(20,101,106); }
div.DivClassName
{
background-color: #14656A;
}
.BgClassName
{
background-color: #14656A;
}
</style>
border-color css
<style>
span { border-color: #14656A; }
span { border-color: rgb(20,101,106); }
td.TdClassName
{
border-color: #14656A;
}
.TagClassName
{
border-color: #14656A;
}
</style>