Shades of Blue Stone #145860
Tints of Blue Stone #145860
RGB
CMYK
RGB Variations
Color information
#145860 (or 0x145860) is known color: Blue Stone. HEX triplet: 14, 58 and 60. RGB value is (20,88,96). Sum of RGB (Red+Green+Blue) = 20+88+96=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #145860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145860 is #EBA79F. Grayscale: #444444. Windows color (decimal): -15443872 or 6314004. OLE color: 6314004.
HSL color Cylindrical-coordinate representation of color #145860: hue angle of 186.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145860 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 88 | 96 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.62 |
| HSL | 186.32º | 0.66% | 0.23% | - |
| HSV(B) | 186.32º | 0.79% | 0.38% | - |
| XYZ | 5.89 | 7.97 | 12.29 | - |
| YUV | 68.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 96 | 0.79 | 0.08 | 0 | 0.62 | 186.32 | 0.66 | 0.23 |
| Hex | 14 | 58 | 60 | 4F | 8 | 0 | 3E | BA | 42 | 17 |
| Octal | 24 | 130 | 140 | 117 | 10 | 0 | 76 | 272 | 102 | 27 |
| Binary | 10100 | 1011000 | 1100000 | 1001111 | 1000 | 0 | 111110 | 10111010 | 1000010 | 10111 |
Color Harmonies of #145860
Complementary color
Monochromatic Colors of #145860
Black with #145860
Text Example
Text Example
White with #145860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145860; }
p { color: rgb(20,88,96); }
H1.HeaderClassName
{
color: #145860;
}
.AnyTagClassName
{
color: #145860;
}
</style>
background-color css
<style>
a { background-color: #145860; }
a { background-color: rgb(20,88,96); }
div.DivClassName
{
background-color: #145860;
}
.BgClassName
{
background-color: #145860;
}
</style>
border-color css
<style>
span { border-color: #145860; }
span { border-color: rgb(20,88,96); }
td.TdClassName
{
border-color: #145860;
}
.TagClassName
{
border-color: #145860;
}
</style>