Shades of Blue Stone #145565
Tints of Blue Stone #145565
RGB
CMYK
RGB Variations
Color information
#145565 (or 0x145565) is known color: Blue Stone. HEX triplet: 14, 55 and 65. RGB value is (20,85,101). Sum of RGB (Red+Green+Blue) = 20+85+101=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #145565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145565 is #EBAA9A. Grayscale: #434343. Windows color (decimal): -15444635 or 6640916. OLE color: 6640916.
HSL color Cylindrical-coordinate representation of color #145565: hue angle of 191.85º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145565 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 85 | 101 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.60 |
| HSL | 191.85º | 0.67% | 0.24% | - |
| HSV(B) | 191.85º | 0.8% | 0.4% | - |
| XYZ | 5.89 | 7.59 | 13.47 | - |
| YUV | 67.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 101 | 0.80 | 0.16 | 0 | 0.60 | 191.85 | 0.67 | 0.24 |
| Hex | 14 | 55 | 65 | 50 | 10 | 0 | 3C | C0 | 43 | 18 |
| Octal | 24 | 125 | 145 | 120 | 20 | 0 | 74 | 300 | 103 | 30 |
| Binary | 10100 | 1010101 | 1100101 | 1010000 | 10000 | 0 | 111100 | 11000000 | 1000011 | 11000 |
Color Harmonies of #145565
Complementary color
Monochromatic Colors of #145565
Black with #145565
Text Example
Text Example
White with #145565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145565; }
p { color: rgb(20,85,101); }
H1.HeaderClassName
{
color: #145565;
}
.AnyTagClassName
{
color: #145565;
}
</style>
background-color css
<style>
a { background-color: #145565; }
a { background-color: rgb(20,85,101); }
div.DivClassName
{
background-color: #145565;
}
.BgClassName
{
background-color: #145565;
}
</style>
border-color css
<style>
span { border-color: #145565; }
span { border-color: rgb(20,85,101); }
td.TdClassName
{
border-color: #145565;
}
.TagClassName
{
border-color: #145565;
}
</style>