Shades of Blue Stone #146A5C
Tints of Blue Stone #146A5C
RGB
CMYK
RGB Variations
Color information
#146A5C (or 0x146A5C) is known color: Blue Stone. HEX triplet: 14, 6A and 5C. RGB value is (20,106,92). Sum of RGB (Red+Green+Blue) = 20+106+92=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #146A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A5C is #EB95A3. Grayscale: #4E4E4E. Windows color (decimal): -15439268 or 6056468. OLE color: 6056468.
HSL color Cylindrical-coordinate representation of color #146A5C: hue angle of 170.23º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146A5C is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 106 | 92 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.58 |
| HSL | 170.23º | 0.68% | 0.25% | - |
| HSV(B) | 170.23º | 0.81% | 0.42% | - |
| XYZ | 7.37 | 11.23 | 11.9 | - |
| YUV | 78.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 92 | 0.81 | 0 | 0.13 | 0.58 | 170.23 | 0.68 | 0.25 |
| Hex | 14 | 6A | 5C | 51 | 0 | D | 3A | AA | 44 | 19 |
| Octal | 24 | 152 | 134 | 121 | 0 | 15 | 72 | 252 | 104 | 31 |
| Binary | 10100 | 1101010 | 1011100 | 1010001 | 0 | 1101 | 111010 | 10101010 | 1000100 | 11001 |
Color Harmonies of #146A5C
Complementary color
Monochromatic Colors of #146A5C
Black with #146A5C
Text Example
Text Example
White with #146A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146A5C; }
p { color: rgb(20,106,92); }
H1.HeaderClassName
{
color: #146A5C;
}
.AnyTagClassName
{
color: #146A5C;
}
</style>
background-color css
<style>
a { background-color: #146A5C; }
a { background-color: rgb(20,106,92); }
div.DivClassName
{
background-color: #146A5C;
}
.BgClassName
{
background-color: #146A5C;
}
</style>
border-color css
<style>
span { border-color: #146A5C; }
span { border-color: rgb(20,106,92); }
td.TdClassName
{
border-color: #146A5C;
}
.TagClassName
{
border-color: #146A5C;
}
</style>