Shades of Blue Stone #145853
Tints of Blue Stone #145853
RGB
CMYK
RGB Variations
Color information
#145853 (or 0x145853) is known color: Blue Stone. HEX triplet: 14, 58 and 53. RGB value is (20,88,83). Sum of RGB (Red+Green+Blue) = 20+88+83=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #145853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145853 is #EBA7AC. Grayscale: #434343. Windows color (decimal): -15443885 or 5462036. OLE color: 5462036.
HSL color Cylindrical-coordinate representation of color #145853: hue angle of 175.59º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145853 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 83 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.65 |
| HSL | 175.59º | 0.63% | 0.21% | - |
| HSV(B) | 175.59º | 0.77% | 0.35% | - |
| XYZ | 5.34 | 7.75 | 9.4 | - |
| YUV | 67.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 83 | 0.77 | 0 | 0.06 | 0.65 | 175.59 | 0.63 | 0.21 |
| Hex | 14 | 58 | 53 | 4D | 0 | 6 | 41 | B0 | 3F | 15 |
| Octal | 24 | 130 | 123 | 115 | 0 | 6 | 101 | 260 | 77 | 25 |
| Binary | 10100 | 1011000 | 1010011 | 1001101 | 0 | 110 | 1000001 | 10110000 | 111111 | 10101 |
Color Harmonies of #145853
Complementary color
Monochromatic Colors of #145853
Black with #145853
Text Example
Text Example
White with #145853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145853; }
p { color: rgb(20,88,83); }
H1.HeaderClassName
{
color: #145853;
}
.AnyTagClassName
{
color: #145853;
}
</style>
background-color css
<style>
a { background-color: #145853; }
a { background-color: rgb(20,88,83); }
div.DivClassName
{
background-color: #145853;
}
.BgClassName
{
background-color: #145853;
}
</style>
border-color css
<style>
span { border-color: #145853; }
span { border-color: rgb(20,88,83); }
td.TdClassName
{
border-color: #145853;
}
.TagClassName
{
border-color: #145853;
}
</style>