Shades of Blue Stone #145C6A
Tints of Blue Stone #145C6A
RGB
CMYK
RGB Variations
Color information
#145C6A (or 0x145C6A) is known color: Blue Stone. HEX triplet: 14, 5C and 6A. RGB value is (20,92,106). Sum of RGB (Red+Green+Blue) = 20+92+106=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #145C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C6A is #EBA395. Grayscale: #474747. Windows color (decimal): -15442838 or 6970388. OLE color: 6970388.
HSL color Cylindrical-coordinate representation of color #145C6A: hue angle of 189.77º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145C6A is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 92 | 106 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.58 |
| HSL | 189.77º | 0.68% | 0.25% | - |
| HSV(B) | 189.77º | 0.81% | 0.42% | - |
| XYZ | 6.72 | 8.84 | 14.99 | - |
| YUV | 72.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 106 | 0.81 | 0.13 | 0 | 0.58 | 189.77 | 0.68 | 0.25 |
| Hex | 14 | 5C | 6A | 51 | D | 0 | 3A | BE | 44 | 19 |
| Octal | 24 | 134 | 152 | 121 | 15 | 0 | 72 | 276 | 104 | 31 |
| Binary | 10100 | 1011100 | 1101010 | 1010001 | 1101 | 0 | 111010 | 10111110 | 1000100 | 11001 |
Color Harmonies of #145C6A
Complementary color
Monochromatic Colors of #145C6A
Black with #145C6A
Text Example
Text Example
White with #145C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C6A; }
p { color: rgb(20,92,106); }
H1.HeaderClassName
{
color: #145C6A;
}
.AnyTagClassName
{
color: #145C6A;
}
</style>
background-color css
<style>
a { background-color: #145C6A; }
a { background-color: rgb(20,92,106); }
div.DivClassName
{
background-color: #145C6A;
}
.BgClassName
{
background-color: #145C6A;
}
</style>
border-color css
<style>
span { border-color: #145C6A; }
span { border-color: rgb(20,92,106); }
td.TdClassName
{
border-color: #145C6A;
}
.TagClassName
{
border-color: #145C6A;
}
</style>