Shades of Blue Stone #145956
Tints of Blue Stone #145956
RGB
CMYK
RGB Variations
Color information
#145956 (or 0x145956) is known color: Blue Stone. HEX triplet: 14, 59 and 56. RGB value is (20,89,86). Sum of RGB (Red+Green+Blue) = 20+89+86=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #145956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145956 is #EBA6A9. Grayscale: #434343. Windows color (decimal): -15443626 or 5658900. OLE color: 5658900.
HSL color Cylindrical-coordinate representation of color #145956: hue angle of 177.39º 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 #145956 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 86 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.65 |
| HSL | 177.39º | 0.63% | 0.21% | - |
| HSV(B) | 177.39º | 0.78% | 0.35% | - |
| XYZ | 5.54 | 7.97 | 10.05 | - |
| YUV | 68.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 86 | 0.78 | 0 | 0.03 | 0.65 | 177.39 | 0.63 | 0.21 |
| Hex | 14 | 59 | 56 | 4E | 0 | 3 | 41 | B1 | 3F | 15 |
| Octal | 24 | 131 | 126 | 116 | 0 | 3 | 101 | 261 | 77 | 25 |
| Binary | 10100 | 1011001 | 1010110 | 1001110 | 0 | 11 | 1000001 | 10110001 | 111111 | 10101 |
Color Harmonies of #145956
Complementary color
Monochromatic Colors of #145956
Black with #145956
Text Example
Text Example
White with #145956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145956; }
p { color: rgb(20,89,86); }
H1.HeaderClassName
{
color: #145956;
}
.AnyTagClassName
{
color: #145956;
}
</style>
background-color css
<style>
a { background-color: #145956; }
a { background-color: rgb(20,89,86); }
div.DivClassName
{
background-color: #145956;
}
.BgClassName
{
background-color: #145956;
}
</style>
border-color css
<style>
span { border-color: #145956; }
span { border-color: rgb(20,89,86); }
td.TdClassName
{
border-color: #145956;
}
.TagClassName
{
border-color: #145956;
}
</style>