Shades of Blue Stone #14616D
Tints of Blue Stone #14616D
RGB
CMYK
RGB Variations
Color information
#14616D (or 0x14616D) is known color: Blue Stone. HEX triplet: 14, 61 and 6D. RGB value is (20,97,109). Sum of RGB (Red+Green+Blue) = 20+97+109=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #14616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14616D is #EB9E92. Grayscale: #4B4B4B. Windows color (decimal): -15441555 or 7168276. OLE color: 7168276.
HSL color Cylindrical-coordinate representation of color #14616D: hue angle of 188.09º 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 #14616D is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 97 | 109 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.57 |
| HSL | 188.09º | 0.69% | 0.25% | - |
| HSV(B) | 188.09º | 0.82% | 0.43% | - |
| XYZ | 7.32 | 9.8 | 15.97 | - |
| YUV | 75.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 109 | 0.82 | 0.11 | 0 | 0.57 | 188.09 | 0.69 | 0.25 |
| Hex | 14 | 61 | 6D | 52 | B | 0 | 39 | BC | 45 | 19 |
| Octal | 24 | 141 | 155 | 122 | 13 | 0 | 71 | 274 | 105 | 31 |
| Binary | 10100 | 1100001 | 1101101 | 1010010 | 1011 | 0 | 111001 | 10111100 | 1000101 | 11001 |
Color Harmonies of #14616D
Complementary color
Monochromatic Colors of #14616D
Black with #14616D
Text Example
Text Example
White with #14616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14616D; }
p { color: rgb(20,97,109); }
H1.HeaderClassName
{
color: #14616D;
}
.AnyTagClassName
{
color: #14616D;
}
</style>
background-color css
<style>
a { background-color: #14616D; }
a { background-color: rgb(20,97,109); }
div.DivClassName
{
background-color: #14616D;
}
.BgClassName
{
background-color: #14616D;
}
</style>
border-color css
<style>
span { border-color: #14616D; }
span { border-color: rgb(20,97,109); }
td.TdClassName
{
border-color: #14616D;
}
.TagClassName
{
border-color: #14616D;
}
</style>