Shades of Blue Stone #14636B
Tints of Blue Stone #14636B
RGB
CMYK
RGB Variations
Color information
#14636B (or 0x14636B) is known color: Blue Stone. HEX triplet: 14, 63 and 6B. RGB value is (20,99,107). Sum of RGB (Red+Green+Blue) = 20+99+107=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #14636B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14636B is #EB9C94. Grayscale: #4C4C4C. Windows color (decimal): -15441045 or 7037716. OLE color: 7037716.
HSL color Cylindrical-coordinate representation of color #14636B: hue angle of 185.52º degrees, saturation: 0.69, 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 #14636B is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 99 | 107 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.58 |
| HSL | 185.52º | 0.69% | 0.25% | - |
| HSV(B) | 185.52º | 0.81% | 0.42% | - |
| XYZ | 7.4 | 10.13 | 15.48 | - |
| YUV | 76.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 107 | 0.81 | 0.07 | 0 | 0.58 | 185.52 | 0.69 | 0.25 |
| Hex | 14 | 63 | 6B | 51 | 7 | 0 | 3A | BA | 45 | 19 |
| Octal | 24 | 143 | 153 | 121 | 7 | 0 | 72 | 272 | 105 | 31 |
| Binary | 10100 | 1100011 | 1101011 | 1010001 | 111 | 0 | 111010 | 10111010 | 1000101 | 11001 |
Color Harmonies of #14636B
Complementary color
Monochromatic Colors of #14636B
Black with #14636B
Text Example
Text Example
White with #14636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14636B; }
p { color: rgb(20,99,107); }
H1.HeaderClassName
{
color: #14636B;
}
.AnyTagClassName
{
color: #14636B;
}
</style>
background-color css
<style>
a { background-color: #14636B; }
a { background-color: rgb(20,99,107); }
div.DivClassName
{
background-color: #14636B;
}
.BgClassName
{
background-color: #14636B;
}
</style>
border-color css
<style>
span { border-color: #14636B; }
span { border-color: rgb(20,99,107); }
td.TdClassName
{
border-color: #14636B;
}
.TagClassName
{
border-color: #14636B;
}
</style>