Shades of Blue Stone #145854
Tints of Blue Stone #145854
RGB
CMYK
RGB Variations
Color information
#145854 (or 0x145854) is known color: Blue Stone. HEX triplet: 14, 58 and 54. RGB value is (20,88,84). Sum of RGB (Red+Green+Blue) = 20+88+84=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #145854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145854 is #EBA7AB. Grayscale: #434343. Windows color (decimal): -15443884 or 5527572. OLE color: 5527572.
HSL color Cylindrical-coordinate representation of color #145854: hue angle of 176.47º 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 #145854 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 84 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.65 |
| HSL | 176.47º | 0.63% | 0.21% | - |
| HSV(B) | 176.47º | 0.77% | 0.35% | - |
| XYZ | 5.38 | 7.77 | 9.6 | - |
| YUV | 67.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 84 | 0.77 | 0 | 0.05 | 0.65 | 176.47 | 0.63 | 0.21 |
| Hex | 14 | 58 | 54 | 4D | 0 | 5 | 41 | B0 | 3F | 15 |
| Octal | 24 | 130 | 124 | 115 | 0 | 5 | 101 | 260 | 77 | 25 |
| Binary | 10100 | 1011000 | 1010100 | 1001101 | 0 | 101 | 1000001 | 10110000 | 111111 | 10101 |
Color Harmonies of #145854
Complementary color
Monochromatic Colors of #145854
Black with #145854
Text Example
Text Example
White with #145854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145854; }
p { color: rgb(20,88,84); }
H1.HeaderClassName
{
color: #145854;
}
.AnyTagClassName
{
color: #145854;
}
</style>
background-color css
<style>
a { background-color: #145854; }
a { background-color: rgb(20,88,84); }
div.DivClassName
{
background-color: #145854;
}
.BgClassName
{
background-color: #145854;
}
</style>
border-color css
<style>
span { border-color: #145854; }
span { border-color: rgb(20,88,84); }
td.TdClassName
{
border-color: #145854;
}
.TagClassName
{
border-color: #145854;
}
</style>