Shades of Blue Stone #145961
Tints of Blue Stone #145961
RGB
CMYK
RGB Variations
Color information
#145961 (or 0x145961) is known color: Blue Stone. HEX triplet: 14, 59 and 61. RGB value is (20,89,97). Sum of RGB (Red+Green+Blue) = 20+89+97=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #145961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145961 is #EBA69E. Grayscale: #454545. Windows color (decimal): -15443615 or 6379796. OLE color: 6379796.
HSL color Cylindrical-coordinate representation of color #145961: hue angle of 186.23º 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 #145961 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 89 | 97 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.62 |
| HSL | 186.23º | 0.66% | 0.23% | - |
| HSV(B) | 186.23º | 0.79% | 0.38% | - |
| XYZ | 6.02 | 8.16 | 12.57 | - |
| YUV | 69.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 97 | 0.79 | 0.08 | 0 | 0.62 | 186.23 | 0.66 | 0.23 |
| Hex | 14 | 59 | 61 | 4F | 8 | 0 | 3E | BA | 42 | 17 |
| Octal | 24 | 131 | 141 | 117 | 10 | 0 | 76 | 272 | 102 | 27 |
| Binary | 10100 | 1011001 | 1100001 | 1001111 | 1000 | 0 | 111110 | 10111010 | 1000010 | 10111 |
Color Harmonies of #145961
Complementary color
Monochromatic Colors of #145961
Black with #145961
Text Example
Text Example
White with #145961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145961; }
p { color: rgb(20,89,97); }
H1.HeaderClassName
{
color: #145961;
}
.AnyTagClassName
{
color: #145961;
}
</style>
background-color css
<style>
a { background-color: #145961; }
a { background-color: rgb(20,89,97); }
div.DivClassName
{
background-color: #145961;
}
.BgClassName
{
background-color: #145961;
}
</style>
border-color css
<style>
span { border-color: #145961; }
span { border-color: rgb(20,89,97); }
td.TdClassName
{
border-color: #145961;
}
.TagClassName
{
border-color: #145961;
}
</style>