Shades of Blue Stone #145652
Tints of Blue Stone #145652
RGB
CMYK
RGB Variations
Color information
#145652 (or 0x145652) is known color: Blue Stone. HEX triplet: 14, 56 and 52. RGB value is (20,86,82). Sum of RGB (Red+Green+Blue) = 20+86+82=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #145652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145652 is #EBA9AD. Grayscale: #414141. Windows color (decimal): -15444398 or 5395988. OLE color: 5395988.
HSL color Cylindrical-coordinate representation of color #145652: hue angle of 176.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145652 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 86 | 82 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.66 |
| HSL | 176.36º | 0.62% | 0.21% | - |
| HSV(B) | 176.36º | 0.77% | 0.34% | - |
| XYZ | 5.14 | 7.41 | 9.14 | - |
| YUV | 65.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 82 | 0.77 | 0 | 0.05 | 0.66 | 176.36 | 0.62 | 0.21 |
| Hex | 14 | 56 | 52 | 4D | 0 | 5 | 42 | B0 | 3E | 15 |
| Octal | 24 | 126 | 122 | 115 | 0 | 5 | 102 | 260 | 76 | 25 |
| Binary | 10100 | 1010110 | 1010010 | 1001101 | 0 | 101 | 1000010 | 10110000 | 111110 | 10101 |
Color Harmonies of #145652
Complementary color
Monochromatic Colors of #145652
Black with #145652
Text Example
Text Example
White with #145652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145652; }
p { color: rgb(20,86,82); }
H1.HeaderClassName
{
color: #145652;
}
.AnyTagClassName
{
color: #145652;
}
</style>
background-color css
<style>
a { background-color: #145652; }
a { background-color: rgb(20,86,82); }
div.DivClassName
{
background-color: #145652;
}
.BgClassName
{
background-color: #145652;
}
</style>
border-color css
<style>
span { border-color: #145652; }
span { border-color: rgb(20,86,82); }
td.TdClassName
{
border-color: #145652;
}
.TagClassName
{
border-color: #145652;
}
</style>