Shades of Blue Stone #145B69
Tints of Blue Stone #145B69
RGB
CMYK
RGB Variations
Color information
#145B69 (or 0x145B69) is known color: Blue Stone. HEX triplet: 14, 5B and 69. RGB value is (20,91,105). Sum of RGB (Red+Green+Blue) = 20+91+105=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #145B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B69 is #EBA496. Grayscale: #474747. Windows color (decimal): -15443095 or 6904596. OLE color: 6904596.
HSL color Cylindrical-coordinate representation of color #145B69: hue angle of 189.88º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145B69 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 91 | 105 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.59 |
| HSL | 189.88º | 0.68% | 0.25% | - |
| HSV(B) | 189.88º | 0.81% | 0.41% | - |
| XYZ | 6.58 | 8.65 | 14.69 | - |
| YUV | 71.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 105 | 0.81 | 0.13 | 0 | 0.59 | 189.88 | 0.68 | 0.25 |
| Hex | 14 | 5B | 69 | 51 | D | 0 | 3B | BE | 44 | 19 |
| Octal | 24 | 133 | 151 | 121 | 15 | 0 | 73 | 276 | 104 | 31 |
| Binary | 10100 | 1011011 | 1101001 | 1010001 | 1101 | 0 | 111011 | 10111110 | 1000100 | 11001 |
Color Harmonies of #145B69
Complementary color
Monochromatic Colors of #145B69
Black with #145B69
Text Example
Text Example
White with #145B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B69; }
p { color: rgb(20,91,105); }
H1.HeaderClassName
{
color: #145B69;
}
.AnyTagClassName
{
color: #145B69;
}
</style>
background-color css
<style>
a { background-color: #145B69; }
a { background-color: rgb(20,91,105); }
div.DivClassName
{
background-color: #145B69;
}
.BgClassName
{
background-color: #145B69;
}
</style>
border-color css
<style>
span { border-color: #145B69; }
span { border-color: rgb(20,91,105); }
td.TdClassName
{
border-color: #145B69;
}
.TagClassName
{
border-color: #145B69;
}
</style>