Shades of Blue Stone #145259
Tints of Blue Stone #145259
RGB
CMYK
RGB Variations
Color information
#145259 (or 0x145259) is known color: Blue Stone. HEX triplet: 14, 52 and 59. RGB value is (20,82,89). Sum of RGB (Red+Green+Blue) = 20+82+89=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #145259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145259 is #EBADA6. Grayscale: #404040. Windows color (decimal): -15445415 or 5853716. OLE color: 5853716.
HSL color Cylindrical-coordinate representation of color #145259: hue angle of 186.09º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145259 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 82 | 89 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.65 |
| HSL | 186.09º | 0.63% | 0.21% | - |
| HSV(B) | 186.09º | 0.78% | 0.35% | - |
| XYZ | 5.11 | 6.9 | 10.51 | - |
| YUV | 64.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 89 | 0.78 | 0.08 | 0 | 0.65 | 186.09 | 0.63 | 0.21 |
| Hex | 14 | 52 | 59 | 4E | 8 | 0 | 41 | BA | 3F | 15 |
| Octal | 24 | 122 | 131 | 116 | 10 | 0 | 101 | 272 | 77 | 25 |
| Binary | 10100 | 1010010 | 1011001 | 1001110 | 1000 | 0 | 1000001 | 10111010 | 111111 | 10101 |
Color Harmonies of #145259
Complementary color
Monochromatic Colors of #145259
Black with #145259
Text Example
Text Example
White with #145259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145259; }
p { color: rgb(20,82,89); }
H1.HeaderClassName
{
color: #145259;
}
.AnyTagClassName
{
color: #145259;
}
</style>
background-color css
<style>
a { background-color: #145259; }
a { background-color: rgb(20,82,89); }
div.DivClassName
{
background-color: #145259;
}
.BgClassName
{
background-color: #145259;
}
</style>
border-color css
<style>
span { border-color: #145259; }
span { border-color: rgb(20,82,89); }
td.TdClassName
{
border-color: #145259;
}
.TagClassName
{
border-color: #145259;
}
</style>