Shades of Blue Stone #145659
Tints of Blue Stone #145659
RGB
CMYK
RGB Variations
Color information
#145659 (or 0x145659) is known color: Blue Stone. HEX triplet: 14, 56 and 59. RGB value is (20,86,89). Sum of RGB (Red+Green+Blue) = 20+86+89=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #145659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145659 is #EBA9A6. Grayscale: #424242. Windows color (decimal): -15444391 or 5854740. OLE color: 5854740.
HSL color Cylindrical-coordinate representation of color #145659: hue angle of 182.61º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145659 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 86 | 89 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.65 |
| HSL | 182.61º | 0.63% | 0.21% | - |
| HSV(B) | 182.61º | 0.78% | 0.35% | - |
| XYZ | 5.42 | 7.53 | 10.62 | - |
| YUV | 66.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 89 | 0.78 | 0.03 | 0 | 0.65 | 182.61 | 0.63 | 0.21 |
| Hex | 14 | 56 | 59 | 4E | 3 | 0 | 41 | B7 | 3F | 15 |
| Octal | 24 | 126 | 131 | 116 | 3 | 0 | 101 | 267 | 77 | 25 |
| Binary | 10100 | 1010110 | 1011001 | 1001110 | 11 | 0 | 1000001 | 10110111 | 111111 | 10101 |
Color Harmonies of #145659
Complementary color
Monochromatic Colors of #145659
Black with #145659
Text Example
Text Example
White with #145659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145659; }
p { color: rgb(20,86,89); }
H1.HeaderClassName
{
color: #145659;
}
.AnyTagClassName
{
color: #145659;
}
</style>
background-color css
<style>
a { background-color: #145659; }
a { background-color: rgb(20,86,89); }
div.DivClassName
{
background-color: #145659;
}
.BgClassName
{
background-color: #145659;
}
</style>
border-color css
<style>
span { border-color: #145659; }
span { border-color: rgb(20,86,89); }
td.TdClassName
{
border-color: #145659;
}
.TagClassName
{
border-color: #145659;
}
</style>