Shades of Blue Stone #145751
Tints of Blue Stone #145751
RGB
CMYK
RGB Variations
Color information
#145751 (or 0x145751) is known color: Blue Stone. HEX triplet: 14, 57 and 51. RGB value is (20,87,81). Sum of RGB (Red+Green+Blue) = 20+87+81=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #145751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145751 is #EBA8AE. Grayscale: #424242. Windows color (decimal): -15444143 or 5330708. OLE color: 5330708.
HSL color Cylindrical-coordinate representation of color #145751: hue angle of 174.63º 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 #145751 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 81 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.66 |
| HSL | 174.63º | 0.63% | 0.21% | - |
| HSV(B) | 174.63º | 0.77% | 0.34% | - |
| XYZ | 5.18 | 7.56 | 8.97 | - |
| YUV | 66.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 81 | 0.77 | 0 | 0.07 | 0.66 | 174.63 | 0.63 | 0.21 |
| Hex | 14 | 57 | 51 | 4D | 0 | 7 | 42 | AF | 3F | 15 |
| Octal | 24 | 127 | 121 | 115 | 0 | 7 | 102 | 257 | 77 | 25 |
| Binary | 10100 | 1010111 | 1010001 | 1001101 | 0 | 111 | 1000010 | 10101111 | 111111 | 10101 |
Color Harmonies of #145751
Complementary color
Monochromatic Colors of #145751
Black with #145751
Text Example
Text Example
White with #145751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145751; }
p { color: rgb(20,87,81); }
H1.HeaderClassName
{
color: #145751;
}
.AnyTagClassName
{
color: #145751;
}
</style>
background-color css
<style>
a { background-color: #145751; }
a { background-color: rgb(20,87,81); }
div.DivClassName
{
background-color: #145751;
}
.BgClassName
{
background-color: #145751;
}
</style>
border-color css
<style>
span { border-color: #145751; }
span { border-color: rgb(20,87,81); }
td.TdClassName
{
border-color: #145751;
}
.TagClassName
{
border-color: #145751;
}
</style>