Shades of Blue Stone #145563
Tints of Blue Stone #145563
RGB
CMYK
RGB Variations
Color information
#145563 (or 0x145563) is known color: Blue Stone. HEX triplet: 14, 55 and 63. RGB value is (20,85,99). Sum of RGB (Red+Green+Blue) = 20+85+99=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #145563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145563 is #EBAA9C. Grayscale: #434343. Windows color (decimal): -15444637 or 6509844. OLE color: 6509844.
HSL color Cylindrical-coordinate representation of color #145563: hue angle of 190.63º 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 #145563 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 85 | 99 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.61 |
| HSL | 190.63º | 0.66% | 0.23% | - |
| HSV(B) | 190.63º | 0.8% | 0.39% | - |
| XYZ | 5.79 | 7.55 | 12.96 | - |
| YUV | 67.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 99 | 0.80 | 0.14 | 0 | 0.61 | 190.63 | 0.66 | 0.23 |
| Hex | 14 | 55 | 63 | 50 | E | 0 | 3D | BF | 42 | 17 |
| Octal | 24 | 125 | 143 | 120 | 16 | 0 | 75 | 277 | 102 | 27 |
| Binary | 10100 | 1010101 | 1100011 | 1010000 | 1110 | 0 | 111101 | 10111111 | 1000010 | 10111 |
Color Harmonies of #145563
Complementary color
Monochromatic Colors of #145563
Black with #145563
Text Example
Text Example
White with #145563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145563; }
p { color: rgb(20,85,99); }
H1.HeaderClassName
{
color: #145563;
}
.AnyTagClassName
{
color: #145563;
}
</style>
background-color css
<style>
a { background-color: #145563; }
a { background-color: rgb(20,85,99); }
div.DivClassName
{
background-color: #145563;
}
.BgClassName
{
background-color: #145563;
}
</style>
border-color css
<style>
span { border-color: #145563; }
span { border-color: rgb(20,85,99); }
td.TdClassName
{
border-color: #145563;
}
.TagClassName
{
border-color: #145563;
}
</style>