Shades of Blue Stone #145657
Tints of Blue Stone #145657
RGB
CMYK
RGB Variations
Color information
#145657 (or 0x145657) is known color: Blue Stone. HEX triplet: 14, 56 and 57. RGB value is (20,86,87). Sum of RGB (Red+Green+Blue) = 20+86+87=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #145657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145657 is #EBA9A8. Grayscale: #424242. Windows color (decimal): -15444393 or 5723668. OLE color: 5723668.
HSL color Cylindrical-coordinate representation of color #145657: hue angle of 180.9º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145657 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 86 | 87 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.66 |
| HSL | 180.9º | 0.63% | 0.21% | - |
| HSV(B) | 180.9º | 0.77% | 0.34% | - |
| XYZ | 5.34 | 7.49 | 10.18 | - |
| YUV | 66.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 87 | 0.77 | 0.01 | 0 | 0.66 | 180.9 | 0.63 | 0.21 |
| Hex | 14 | 56 | 57 | 4D | 1 | 0 | 42 | B5 | 3F | 15 |
| Octal | 24 | 126 | 127 | 115 | 1 | 0 | 102 | 265 | 77 | 25 |
| Binary | 10100 | 1010110 | 1010111 | 1001101 | 1 | 0 | 1000010 | 10110101 | 111111 | 10101 |
Color Harmonies of #145657
Complementary color
Monochromatic Colors of #145657
Black with #145657
Text Example
Text Example
White with #145657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145657; }
p { color: rgb(20,86,87); }
H1.HeaderClassName
{
color: #145657;
}
.AnyTagClassName
{
color: #145657;
}
</style>
background-color css
<style>
a { background-color: #145657; }
a { background-color: rgb(20,86,87); }
div.DivClassName
{
background-color: #145657;
}
.BgClassName
{
background-color: #145657;
}
</style>
border-color css
<style>
span { border-color: #145657; }
span { border-color: rgb(20,86,87); }
td.TdClassName
{
border-color: #145657;
}
.TagClassName
{
border-color: #145657;
}
</style>