Shades of Blue Stone #145F61
Tints of Blue Stone #145F61
RGB
CMYK
RGB Variations
Color information
#145F61 (or 0x145F61) is known color: Blue Stone. HEX triplet: 14, 5F and 61. RGB value is (20,95,97). Sum of RGB (Red+Green+Blue) = 20+95+97=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #145F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F61 is #EBA09E. Grayscale: #484848. Windows color (decimal): -15442079 or 6381332. OLE color: 6381332.
HSL color Cylindrical-coordinate representation of color #145F61: hue angle of 181.56º 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 #145F61 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 95 | 97 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.62 |
| HSL | 181.56º | 0.66% | 0.23% | - |
| HSV(B) | 181.56º | 0.79% | 0.38% | - |
| XYZ | 6.54 | 9.2 | 12.74 | - |
| YUV | 72.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 97 | 0.79 | 0.02 | 0 | 0.62 | 181.56 | 0.66 | 0.23 |
| Hex | 14 | 5F | 61 | 4F | 2 | 0 | 3E | B6 | 42 | 17 |
| Octal | 24 | 137 | 141 | 117 | 2 | 0 | 76 | 266 | 102 | 27 |
| Binary | 10100 | 1011111 | 1100001 | 1001111 | 10 | 0 | 111110 | 10110110 | 1000010 | 10111 |
Color Harmonies of #145F61
Complementary color
Monochromatic Colors of #145F61
Black with #145F61
Text Example
Text Example
White with #145F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F61; }
p { color: rgb(20,95,97); }
H1.HeaderClassName
{
color: #145F61;
}
.AnyTagClassName
{
color: #145F61;
}
</style>
background-color css
<style>
a { background-color: #145F61; }
a { background-color: rgb(20,95,97); }
div.DivClassName
{
background-color: #145F61;
}
.BgClassName
{
background-color: #145F61;
}
</style>
border-color css
<style>
span { border-color: #145F61; }
span { border-color: rgb(20,95,97); }
td.TdClassName
{
border-color: #145F61;
}
.TagClassName
{
border-color: #145F61;
}
</style>