Shades of Blue Stone #145665
Tints of Blue Stone #145665
RGB
CMYK
RGB Variations
Color information
#145665 (or 0x145665) is known color: Blue Stone. HEX triplet: 14, 56 and 65. RGB value is (20,86,101). Sum of RGB (Red+Green+Blue) = 20+86+101=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #145665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145665 is #EBA99A. Grayscale: #434343. Windows color (decimal): -15444379 or 6641172. OLE color: 6641172.
HSL color Cylindrical-coordinate representation of color #145665: hue angle of 191.11º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145665 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 86 | 101 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.60 |
| HSL | 191.11º | 0.67% | 0.24% | - |
| HSV(B) | 191.11º | 0.8% | 0.4% | - |
| XYZ | 5.97 | 7.74 | 13.49 | - |
| YUV | 67.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 101 | 0.80 | 0.15 | 0 | 0.60 | 191.11 | 0.67 | 0.24 |
| Hex | 14 | 56 | 65 | 50 | F | 0 | 3C | BF | 43 | 18 |
| Octal | 24 | 126 | 145 | 120 | 17 | 0 | 74 | 277 | 103 | 30 |
| Binary | 10100 | 1010110 | 1100101 | 1010000 | 1111 | 0 | 111100 | 10111111 | 1000011 | 11000 |
Color Harmonies of #145665
Complementary color
Monochromatic Colors of #145665
Black with #145665
Text Example
Text Example
White with #145665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145665; }
p { color: rgb(20,86,101); }
H1.HeaderClassName
{
color: #145665;
}
.AnyTagClassName
{
color: #145665;
}
</style>
background-color css
<style>
a { background-color: #145665; }
a { background-color: rgb(20,86,101); }
div.DivClassName
{
background-color: #145665;
}
.BgClassName
{
background-color: #145665;
}
</style>
border-color css
<style>
span { border-color: #145665; }
span { border-color: rgb(20,86,101); }
td.TdClassName
{
border-color: #145665;
}
.TagClassName
{
border-color: #145665;
}
</style>