Shades of Blue Stone #145257
Tints of Blue Stone #145257
RGB
CMYK
RGB Variations
Color information
#145257 (or 0x145257) is known color: Blue Stone. HEX triplet: 14, 52 and 57. RGB value is (20,82,87). Sum of RGB (Red+Green+Blue) = 20+82+87=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #145257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145257 is #EBADA8. Grayscale: #3F3F3F. Windows color (decimal): -15445417 or 5722644. OLE color: 5722644.
HSL color Cylindrical-coordinate representation of color #145257: hue angle of 184.48º degrees, saturation: 0.63, 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 #145257 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 82 | 87 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.66 |
| HSL | 184.48º | 0.63% | 0.21% | - |
| HSV(B) | 184.48º | 0.77% | 0.34% | - |
| XYZ | 5.03 | 6.87 | 10.08 | - |
| YUV | 64.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 87 | 0.77 | 0.06 | 0 | 0.66 | 184.48 | 0.63 | 0.21 |
| Hex | 14 | 52 | 57 | 4D | 6 | 0 | 42 | B8 | 3F | 15 |
| Octal | 24 | 122 | 127 | 115 | 6 | 0 | 102 | 270 | 77 | 25 |
| Binary | 10100 | 1010010 | 1010111 | 1001101 | 110 | 0 | 1000010 | 10111000 | 111111 | 10101 |
Color Harmonies of #145257
Complementary color
Monochromatic Colors of #145257
Black with #145257
Text Example
Text Example
White with #145257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145257; }
p { color: rgb(20,82,87); }
H1.HeaderClassName
{
color: #145257;
}
.AnyTagClassName
{
color: #145257;
}
</style>
background-color css
<style>
a { background-color: #145257; }
a { background-color: rgb(20,82,87); }
div.DivClassName
{
background-color: #145257;
}
.BgClassName
{
background-color: #145257;
}
</style>
border-color css
<style>
span { border-color: #145257; }
span { border-color: rgb(20,82,87); }
td.TdClassName
{
border-color: #145257;
}
.TagClassName
{
border-color: #145257;
}
</style>