Shades of Blue Stone #145663
Tints of Blue Stone #145663
RGB
CMYK
RGB Variations
Color information
#145663 (or 0x145663) is known color: Blue Stone. HEX triplet: 14, 56 and 63. RGB value is (20,86,99). Sum of RGB (Red+Green+Blue) = 20+86+99=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #145663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145663 is #EBA99C. Grayscale: #434343. Windows color (decimal): -15444381 or 6510100. OLE color: 6510100.
HSL color Cylindrical-coordinate representation of color #145663: hue angle of 189.87º 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 #145663 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 86 | 99 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.61 |
| HSL | 189.87º | 0.66% | 0.23% | - |
| HSV(B) | 189.87º | 0.8% | 0.39% | - |
| XYZ | 5.87 | 7.71 | 12.98 | - |
| YUV | 67.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 99 | 0.80 | 0.13 | 0 | 0.61 | 189.87 | 0.66 | 0.23 |
| Hex | 14 | 56 | 63 | 50 | D | 0 | 3D | BE | 42 | 17 |
| Octal | 24 | 126 | 143 | 120 | 15 | 0 | 75 | 276 | 102 | 27 |
| Binary | 10100 | 1010110 | 1100011 | 1010000 | 1101 | 0 | 111101 | 10111110 | 1000010 | 10111 |
Color Harmonies of #145663
Complementary color
Monochromatic Colors of #145663
Black with #145663
Text Example
Text Example
White with #145663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145663; }
p { color: rgb(20,86,99); }
H1.HeaderClassName
{
color: #145663;
}
.AnyTagClassName
{
color: #145663;
}
</style>
background-color css
<style>
a { background-color: #145663; }
a { background-color: rgb(20,86,99); }
div.DivClassName
{
background-color: #145663;
}
.BgClassName
{
background-color: #145663;
}
</style>
border-color css
<style>
span { border-color: #145663; }
span { border-color: rgb(20,86,99); }
td.TdClassName
{
border-color: #145663;
}
.TagClassName
{
border-color: #145663;
}
</style>