Shades of Blue Stone #145658
Tints of Blue Stone #145658
RGB
CMYK
RGB Variations
Color information
#145658 (or 0x145658) is known color: Blue Stone. HEX triplet: 14, 56 and 58. RGB value is (20,86,88). Sum of RGB (Red+Green+Blue) = 20+86+88=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #145658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145658 is #EBA9A7. Grayscale: #424242. Windows color (decimal): -15444392 or 5789204. OLE color: 5789204.
HSL color Cylindrical-coordinate representation of color #145658: hue angle of 181.76º 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 #145658 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 86 | 88 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.65 |
| HSL | 181.76º | 0.63% | 0.21% | - |
| HSV(B) | 181.76º | 0.77% | 0.35% | - |
| XYZ | 5.38 | 7.51 | 10.4 | - |
| YUV | 66.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 88 | 0.77 | 0.02 | 0 | 0.65 | 181.76 | 0.63 | 0.21 |
| Hex | 14 | 56 | 58 | 4D | 2 | 0 | 41 | B6 | 3F | 15 |
| Octal | 24 | 126 | 130 | 115 | 2 | 0 | 101 | 266 | 77 | 25 |
| Binary | 10100 | 1010110 | 1011000 | 1001101 | 10 | 0 | 1000001 | 10110110 | 111111 | 10101 |
Color Harmonies of #145658
Complementary color
Monochromatic Colors of #145658
Black with #145658
Text Example
Text Example
White with #145658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145658; }
p { color: rgb(20,86,88); }
H1.HeaderClassName
{
color: #145658;
}
.AnyTagClassName
{
color: #145658;
}
</style>
background-color css
<style>
a { background-color: #145658; }
a { background-color: rgb(20,86,88); }
div.DivClassName
{
background-color: #145658;
}
.BgClassName
{
background-color: #145658;
}
</style>
border-color css
<style>
span { border-color: #145658; }
span { border-color: rgb(20,86,88); }
td.TdClassName
{
border-color: #145658;
}
.TagClassName
{
border-color: #145658;
}
</style>