Shades of Blue Stone #145E69
Tints of Blue Stone #145E69
RGB
CMYK
RGB Variations
Color information
#145E69 (or 0x145E69) is known color: Blue Stone. HEX triplet: 14, 5E and 69. RGB value is (20,94,105). Sum of RGB (Red+Green+Blue) = 20+94+105=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #145E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E69 is #EBA196. Grayscale: #494949. Windows color (decimal): -15442327 or 6905364. OLE color: 6905364.
HSL color Cylindrical-coordinate representation of color #145E69: hue angle of 187.76º 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 #145E69 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 94 | 105 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.59 |
| HSL | 187.76º | 0.68% | 0.25% | - |
| HSV(B) | 187.76º | 0.81% | 0.41% | - |
| XYZ | 6.84 | 9.17 | 14.77 | - |
| YUV | 73.13 | 145.98 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 105 | 0.81 | 0.10 | 0 | 0.59 | 187.76 | 0.68 | 0.25 |
| Hex | 14 | 5E | 69 | 51 | A | 0 | 3B | BC | 44 | 19 |
| Octal | 24 | 136 | 151 | 121 | 12 | 0 | 73 | 274 | 104 | 31 |
| Binary | 10100 | 1011110 | 1101001 | 1010001 | 1010 | 0 | 111011 | 10111100 | 1000100 | 11001 |
Color Harmonies of #145E69
Complementary color
Monochromatic Colors of #145E69
Black with #145E69
Text Example
Text Example
White with #145E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E69; }
p { color: rgb(20,94,105); }
H1.HeaderClassName
{
color: #145E69;
}
.AnyTagClassName
{
color: #145E69;
}
</style>
background-color css
<style>
a { background-color: #145E69; }
a { background-color: rgb(20,94,105); }
div.DivClassName
{
background-color: #145E69;
}
.BgClassName
{
background-color: #145E69;
}
</style>
border-color css
<style>
span { border-color: #145E69; }
span { border-color: rgb(20,94,105); }
td.TdClassName
{
border-color: #145E69;
}
.TagClassName
{
border-color: #145E69;
}
</style>