Shades of Blue Stone #14636A
Tints of Blue Stone #14636A
RGB
CMYK
RGB Variations
Color information
#14636A (or 0x14636A) is known color: Blue Stone. HEX triplet: 14, 63 and 6A. RGB value is (20,99,106). Sum of RGB (Red+Green+Blue) = 20+99+106=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #14636A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14636A is #EB9C95. Grayscale: #4C4C4C. Windows color (decimal): -15441046 or 6972180. OLE color: 6972180.
HSL color Cylindrical-coordinate representation of color #14636A: hue angle of 184.88º 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 #14636A is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 99 | 106 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.58 |
| HSL | 184.88º | 0.68% | 0.25% | - |
| HSV(B) | 184.88º | 0.81% | 0.42% | - |
| XYZ | 7.35 | 10.11 | 15.2 | - |
| YUV | 76.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 106 | 0.81 | 0.07 | 0 | 0.58 | 184.88 | 0.68 | 0.25 |
| Hex | 14 | 63 | 6A | 51 | 7 | 0 | 3A | B9 | 44 | 19 |
| Octal | 24 | 143 | 152 | 121 | 7 | 0 | 72 | 271 | 104 | 31 |
| Binary | 10100 | 1100011 | 1101010 | 1010001 | 111 | 0 | 111010 | 10111001 | 1000100 | 11001 |
Color Harmonies of #14636A
Complementary color
Monochromatic Colors of #14636A
Black with #14636A
Text Example
Text Example
White with #14636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14636A; }
p { color: rgb(20,99,106); }
H1.HeaderClassName
{
color: #14636A;
}
.AnyTagClassName
{
color: #14636A;
}
</style>
background-color css
<style>
a { background-color: #14636A; }
a { background-color: rgb(20,99,106); }
div.DivClassName
{
background-color: #14636A;
}
.BgClassName
{
background-color: #14636A;
}
</style>
border-color css
<style>
span { border-color: #14636A; }
span { border-color: rgb(20,99,106); }
td.TdClassName
{
border-color: #14636A;
}
.TagClassName
{
border-color: #14636A;
}
</style>