Shades of Blue Stone #145258
Tints of Blue Stone #145258
RGB
CMYK
RGB Variations
Color information
#145258 (or 0x145258) is known color: Blue Stone. HEX triplet: 14, 52 and 58. RGB value is (20,82,88). Sum of RGB (Red+Green+Blue) = 20+82+88=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #145258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145258 is #EBADA7. Grayscale: #404040. Windows color (decimal): -15445416 or 5788180. OLE color: 5788180.
HSL color Cylindrical-coordinate representation of color #145258: hue angle of 185.29º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145258 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 82 | 88 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.65 |
| HSL | 185.29º | 0.63% | 0.21% | - |
| HSV(B) | 185.29º | 0.77% | 0.35% | - |
| XYZ | 5.07 | 6.89 | 10.29 | - |
| YUV | 64.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 88 | 0.77 | 0.07 | 0 | 0.65 | 185.29 | 0.63 | 0.21 |
| Hex | 14 | 52 | 58 | 4D | 7 | 0 | 41 | B9 | 3F | 15 |
| Octal | 24 | 122 | 130 | 115 | 7 | 0 | 101 | 271 | 77 | 25 |
| Binary | 10100 | 1010010 | 1011000 | 1001101 | 111 | 0 | 1000001 | 10111001 | 111111 | 10101 |
Color Harmonies of #145258
Complementary color
Monochromatic Colors of #145258
Black with #145258
Text Example
Text Example
White with #145258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145258; }
p { color: rgb(20,82,88); }
H1.HeaderClassName
{
color: #145258;
}
.AnyTagClassName
{
color: #145258;
}
</style>
background-color css
<style>
a { background-color: #145258; }
a { background-color: rgb(20,82,88); }
div.DivClassName
{
background-color: #145258;
}
.BgClassName
{
background-color: #145258;
}
</style>
border-color css
<style>
span { border-color: #145258; }
span { border-color: rgb(20,82,88); }
td.TdClassName
{
border-color: #145258;
}
.TagClassName
{
border-color: #145258;
}
</style>