Shades of Blue Stone #14565E
Tints of Blue Stone #14565E
RGB
CMYK
RGB Variations
Color information
#14565E (or 0x14565E) is known color: Blue Stone. HEX triplet: 14, 56 and 5E. RGB value is (20,86,94). Sum of RGB (Red+Green+Blue) = 20+86+94=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #14565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14565E is #EBA9A1. Grayscale: #434343. Windows color (decimal): -15444386 or 6182420. OLE color: 6182420.
HSL color Cylindrical-coordinate representation of color #14565E: hue angle of 186.49º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14565E is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 86 | 94 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.63 |
| HSL | 186.49º | 0.65% | 0.22% | - |
| HSV(B) | 186.49º | 0.79% | 0.37% | - |
| XYZ | 5.64 | 7.61 | 11.76 | - |
| YUV | 67.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 94 | 0.79 | 0.09 | 0 | 0.63 | 186.49 | 0.65 | 0.22 |
| Hex | 14 | 56 | 5E | 4F | 9 | 0 | 3F | BA | 41 | 16 |
| Octal | 24 | 126 | 136 | 117 | 11 | 0 | 77 | 272 | 101 | 26 |
| Binary | 10100 | 1010110 | 1011110 | 1001111 | 1001 | 0 | 111111 | 10111010 | 1000001 | 10110 |
Color Harmonies of #14565E
Complementary color
Monochromatic Colors of #14565E
Black with #14565E
Text Example
Text Example
White with #14565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14565E; }
p { color: rgb(20,86,94); }
H1.HeaderClassName
{
color: #14565E;
}
.AnyTagClassName
{
color: #14565E;
}
</style>
background-color css
<style>
a { background-color: #14565E; }
a { background-color: rgb(20,86,94); }
div.DivClassName
{
background-color: #14565E;
}
.BgClassName
{
background-color: #14565E;
}
</style>
border-color css
<style>
span { border-color: #14565E; }
span { border-color: rgb(20,86,94); }
td.TdClassName
{
border-color: #14565E;
}
.TagClassName
{
border-color: #14565E;
}
</style>