Shades of Blue Stone #145B63
Tints of Blue Stone #145B63
RGB
CMYK
RGB Variations
Color information
#145B63 (or 0x145B63) is known color: Blue Stone. HEX triplet: 14, 5B and 63. RGB value is (20,91,99). Sum of RGB (Red+Green+Blue) = 20+91+99=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #145B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B63 is #EBA49C. Grayscale: #464646. Windows color (decimal): -15443101 or 6511380. OLE color: 6511380.
HSL color Cylindrical-coordinate representation of color #145B63: hue angle of 186.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145B63 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 91 | 99 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.61 |
| HSL | 186.08º | 0.66% | 0.23% | - |
| HSV(B) | 186.08º | 0.8% | 0.39% | - |
| XYZ | 6.28 | 8.53 | 13.12 | - |
| YUV | 70.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 99 | 0.80 | 0.08 | 0 | 0.61 | 186.08 | 0.66 | 0.23 |
| Hex | 14 | 5B | 63 | 50 | 8 | 0 | 3D | BA | 42 | 17 |
| Octal | 24 | 133 | 143 | 120 | 10 | 0 | 75 | 272 | 102 | 27 |
| Binary | 10100 | 1011011 | 1100011 | 1010000 | 1000 | 0 | 111101 | 10111010 | 1000010 | 10111 |
Color Harmonies of #145B63
Complementary color
Monochromatic Colors of #145B63
Black with #145B63
Text Example
Text Example
White with #145B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B63; }
p { color: rgb(20,91,99); }
H1.HeaderClassName
{
color: #145B63;
}
.AnyTagClassName
{
color: #145B63;
}
</style>
background-color css
<style>
a { background-color: #145B63; }
a { background-color: rgb(20,91,99); }
div.DivClassName
{
background-color: #145B63;
}
.BgClassName
{
background-color: #145B63;
}
</style>
border-color css
<style>
span { border-color: #145B63; }
span { border-color: rgb(20,91,99); }
td.TdClassName
{
border-color: #145B63;
}
.TagClassName
{
border-color: #145B63;
}
</style>