Shades of Blue Stone #14626D
Tints of Blue Stone #14626D
RGB
CMYK
RGB Variations
Color information
#14626D (or 0x14626D) is known color: Blue Stone. HEX triplet: 14, 62 and 6D. RGB value is (20,98,109). Sum of RGB (Red+Green+Blue) = 20+98+109=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #14626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14626D is #EB9D92. Grayscale: #4B4B4B. Windows color (decimal): -15441299 or 7168532. OLE color: 7168532.
HSL color Cylindrical-coordinate representation of color #14626D: hue angle of 187.42º 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 #14626D is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 98 | 109 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.57 |
| HSL | 187.42º | 0.69% | 0.25% | - |
| HSV(B) | 187.42º | 0.82% | 0.43% | - |
| XYZ | 7.42 | 9.99 | 16.01 | - |
| YUV | 75.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 109 | 0.82 | 0.10 | 0 | 0.57 | 187.42 | 0.69 | 0.25 |
| Hex | 14 | 62 | 6D | 52 | A | 0 | 39 | BB | 45 | 19 |
| Octal | 24 | 142 | 155 | 122 | 12 | 0 | 71 | 273 | 105 | 31 |
| Binary | 10100 | 1100010 | 1101101 | 1010010 | 1010 | 0 | 111001 | 10111011 | 1000101 | 11001 |
Color Harmonies of #14626D
Complementary color
Monochromatic Colors of #14626D
Black with #14626D
Text Example
Text Example
White with #14626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14626D; }
p { color: rgb(20,98,109); }
H1.HeaderClassName
{
color: #14626D;
}
.AnyTagClassName
{
color: #14626D;
}
</style>
background-color css
<style>
a { background-color: #14626D; }
a { background-color: rgb(20,98,109); }
div.DivClassName
{
background-color: #14626D;
}
.BgClassName
{
background-color: #14626D;
}
</style>
border-color css
<style>
span { border-color: #14626D; }
span { border-color: rgb(20,98,109); }
td.TdClassName
{
border-color: #14626D;
}
.TagClassName
{
border-color: #14626D;
}
</style>