Shades of Blue Stone #145564
Tints of Blue Stone #145564
RGB
CMYK
RGB Variations
Color information
#145564 (or 0x145564) is known color: Blue Stone. HEX triplet: 14, 55 and 64. RGB value is (20,85,100). Sum of RGB (Red+Green+Blue) = 20+85+100=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #145564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145564 is #EBAA9B. Grayscale: #434343. Windows color (decimal): -15444636 or 6575380. OLE color: 6575380.
HSL color Cylindrical-coordinate representation of color #145564: hue angle of 191.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145564 is Cyan = 0.8, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 85 | 100 | - |
| CMYK | 0.8 | 0.15 | 0 | 0.61 |
| HSL | 191.25º | 0.67% | 0.24% | - |
| HSV(B) | 191.25º | 0.8% | 0.39% | - |
| XYZ | 5.84 | 7.57 | 13.21 | - |
| YUV | 67.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 100 | 0.8 | 0.15 | 0 | 0.61 | 191.25 | 0.67 | 0.24 |
| Hex | 14 | 55 | 64 | 50 | F | 0 | 3D | BF | 43 | 18 |
| Octal | 24 | 125 | 144 | 120 | 17 | 0 | 75 | 277 | 103 | 30 |
| Binary | 10100 | 1010101 | 1100100 | 1010000 | 1111 | 0 | 111101 | 10111111 | 1000011 | 11000 |
Color Harmonies of #145564
Complementary color
Monochromatic Colors of #145564
Black with #145564
Text Example
Text Example
White with #145564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145564; }
p { color: rgb(20,85,100); }
H1.HeaderClassName
{
color: #145564;
}
.AnyTagClassName
{
color: #145564;
}
</style>
background-color css
<style>
a { background-color: #145564; }
a { background-color: rgb(20,85,100); }
div.DivClassName
{
background-color: #145564;
}
.BgClassName
{
background-color: #145564;
}
</style>
border-color css
<style>
span { border-color: #145564; }
span { border-color: rgb(20,85,100); }
td.TdClassName
{
border-color: #145564;
}
.TagClassName
{
border-color: #145564;
}
</style>