Shades of Blue Stone #145357
Tints of Blue Stone #145357
RGB
CMYK
RGB Variations
Color information
#145357 (or 0x145357) is known color: Blue Stone. HEX triplet: 14, 53 and 57. RGB value is (20,83,87). Sum of RGB (Red+Green+Blue) = 20+83+87=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #145357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145357 is #EBACA8. Grayscale: #404040. Windows color (decimal): -15445161 or 5722900. OLE color: 5722900.
HSL color Cylindrical-coordinate representation of color #145357: hue angle of 183.58º 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 #145357 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 83 | 87 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.66 |
| HSL | 183.58º | 0.63% | 0.21% | - |
| HSV(B) | 183.58º | 0.77% | 0.34% | - |
| XYZ | 5.1 | 7.02 | 10.1 | - |
| YUV | 64.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 87 | 0.77 | 0.05 | 0 | 0.66 | 183.58 | 0.63 | 0.21 |
| Hex | 14 | 53 | 57 | 4D | 5 | 0 | 42 | B8 | 3F | 15 |
| Octal | 24 | 123 | 127 | 115 | 5 | 0 | 102 | 270 | 77 | 25 |
| Binary | 10100 | 1010011 | 1010111 | 1001101 | 101 | 0 | 1000010 | 10111000 | 111111 | 10101 |
Color Harmonies of #145357
Complementary color
Monochromatic Colors of #145357
Black with #145357
Text Example
Text Example
White with #145357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145357; }
p { color: rgb(20,83,87); }
H1.HeaderClassName
{
color: #145357;
}
.AnyTagClassName
{
color: #145357;
}
</style>
background-color css
<style>
a { background-color: #145357; }
a { background-color: rgb(20,83,87); }
div.DivClassName
{
background-color: #145357;
}
.BgClassName
{
background-color: #145357;
}
</style>
border-color css
<style>
span { border-color: #145357; }
span { border-color: rgb(20,83,87); }
td.TdClassName
{
border-color: #145357;
}
.TagClassName
{
border-color: #145357;
}
</style>