Shades of Blue Stone #145753
Tints of Blue Stone #145753
RGB
CMYK
RGB Variations
Color information
#145753 (or 0x145753) is known color: Blue Stone. HEX triplet: 14, 57 and 53. RGB value is (20,87,83). Sum of RGB (Red+Green+Blue) = 20+87+83=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #145753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145753 is #EBA8AC. Grayscale: #424242. Windows color (decimal): -15444141 or 5461780. OLE color: 5461780.
HSL color Cylindrical-coordinate representation of color #145753: hue angle of 176.42º 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 #145753 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 83 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.66 |
| HSL | 176.42º | 0.63% | 0.21% | - |
| HSV(B) | 176.42º | 0.77% | 0.34% | - |
| XYZ | 5.26 | 7.59 | 9.37 | - |
| YUV | 66.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 83 | 0.77 | 0 | 0.05 | 0.66 | 176.42 | 0.63 | 0.21 |
| Hex | 14 | 57 | 53 | 4D | 0 | 5 | 42 | B0 | 3F | 15 |
| Octal | 24 | 127 | 123 | 115 | 0 | 5 | 102 | 260 | 77 | 25 |
| Binary | 10100 | 1010111 | 1010011 | 1001101 | 0 | 101 | 1000010 | 10110000 | 111111 | 10101 |
Color Harmonies of #145753
Complementary color
Monochromatic Colors of #145753
Black with #145753
Text Example
Text Example
White with #145753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145753; }
p { color: rgb(20,87,83); }
H1.HeaderClassName
{
color: #145753;
}
.AnyTagClassName
{
color: #145753;
}
</style>
background-color css
<style>
a { background-color: #145753; }
a { background-color: rgb(20,87,83); }
div.DivClassName
{
background-color: #145753;
}
.BgClassName
{
background-color: #145753;
}
</style>
border-color css
<style>
span { border-color: #145753; }
span { border-color: rgb(20,87,83); }
td.TdClassName
{
border-color: #145753;
}
.TagClassName
{
border-color: #145753;
}
</style>