Shades of Blue Stone #14736C
Tints of Blue Stone #14736C
RGB
CMYK
RGB Variations
Color information
#14736C (or 0x14736C) is known color: Blue Stone. HEX triplet: 14, 73 and 6C. RGB value is (20,115,108). Sum of RGB (Red+Green+Blue) = 20+115+108=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #14736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14736C is #EB8C93. Grayscale: #555555. Windows color (decimal): -15436948 or 7107348. OLE color: 7107348.
HSL color Cylindrical-coordinate representation of color #14736C: hue angle of 175.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14736C is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 108 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.55 |
| HSL | 175.58º | 0.7% | 0.26% | - |
| HSV(B) | 175.58º | 0.83% | 0.45% | - |
| XYZ | 9.13 | 13.49 | 16.31 | - |
| YUV | 85.8 | 140.53 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 108 | 0.83 | 0 | 0.06 | 0.55 | 175.58 | 0.7 | 0.26 |
| Hex | 14 | 73 | 6C | 53 | 0 | 6 | 37 | B0 | 46 | 1A |
| Octal | 24 | 163 | 154 | 123 | 0 | 6 | 67 | 260 | 106 | 32 |
| Binary | 10100 | 1110011 | 1101100 | 1010011 | 0 | 110 | 110111 | 10110000 | 1000110 | 11010 |
Color Harmonies of #14736C
Complementary color
Monochromatic Colors of #14736C
Black with #14736C
Text Example
Text Example
White with #14736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14736C; }
p { color: rgb(20,115,108); }
H1.HeaderClassName
{
color: #14736C;
}
.AnyTagClassName
{
color: #14736C;
}
</style>
background-color css
<style>
a { background-color: #14736C; }
a { background-color: rgb(20,115,108); }
div.DivClassName
{
background-color: #14736C;
}
.BgClassName
{
background-color: #14736C;
}
</style>
border-color css
<style>
span { border-color: #14736C; }
span { border-color: rgb(20,115,108); }
td.TdClassName
{
border-color: #14736C;
}
.TagClassName
{
border-color: #14736C;
}
</style>