Shades of Blue Stone #145F53
Tints of Blue Stone #145F53
RGB
CMYK
RGB Variations
Color information
#145F53 (or 0x145F53) is known color: Blue Stone. HEX triplet: 14, 5F and 53. RGB value is (20,95,83). Sum of RGB (Red+Green+Blue) = 20+95+83=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #145F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F53 is #EBA0AC. Grayscale: #474747. Windows color (decimal): -15442093 or 5463828. OLE color: 5463828.
HSL color Cylindrical-coordinate representation of color #145F53: hue angle of 170.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F53 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 95 | 83 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.63 |
| HSL | 170.4º | 0.65% | 0.23% | - |
| HSV(B) | 170.4º | 0.79% | 0.37% | - |
| XYZ | 5.94 | 8.96 | 9.6 | - |
| YUV | 71.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 83 | 0.79 | 0 | 0.13 | 0.63 | 170.4 | 0.65 | 0.23 |
| Hex | 14 | 5F | 53 | 4F | 0 | D | 3F | AA | 41 | 17 |
| Octal | 24 | 137 | 123 | 117 | 0 | 15 | 77 | 252 | 101 | 27 |
| Binary | 10100 | 1011111 | 1010011 | 1001111 | 0 | 1101 | 111111 | 10101010 | 1000001 | 10111 |
Color Harmonies of #145F53
Complementary color
Monochromatic Colors of #145F53
Black with #145F53
Text Example
Text Example
White with #145F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F53; }
p { color: rgb(20,95,83); }
H1.HeaderClassName
{
color: #145F53;
}
.AnyTagClassName
{
color: #145F53;
}
</style>
background-color css
<style>
a { background-color: #145F53; }
a { background-color: rgb(20,95,83); }
div.DivClassName
{
background-color: #145F53;
}
.BgClassName
{
background-color: #145F53;
}
</style>
border-color css
<style>
span { border-color: #145F53; }
span { border-color: rgb(20,95,83); }
td.TdClassName
{
border-color: #145F53;
}
.TagClassName
{
border-color: #145F53;
}
</style>