Shades of Blue Stone #145E6B
Tints of Blue Stone #145E6B
RGB
CMYK
RGB Variations
Color information
#145E6B (or 0x145E6B) is known color: Blue Stone. HEX triplet: 14, 5E and 6B. RGB value is (20,94,107). Sum of RGB (Red+Green+Blue) = 20+94+107=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #145E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E6B is #EBA194. Grayscale: #494949. Windows color (decimal): -15442325 or 7036436. OLE color: 7036436.
HSL color Cylindrical-coordinate representation of color #145E6B: hue angle of 188.97º degrees, saturation: 0.69, 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 #145E6B is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 94 | 107 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.58 |
| HSL | 188.97º | 0.69% | 0.25% | - |
| HSV(B) | 188.97º | 0.81% | 0.42% | - |
| XYZ | 6.95 | 9.22 | 15.32 | - |
| YUV | 73.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 107 | 0.81 | 0.12 | 0 | 0.58 | 188.97 | 0.69 | 0.25 |
| Hex | 14 | 5E | 6B | 51 | C | 0 | 3A | BD | 45 | 19 |
| Octal | 24 | 136 | 153 | 121 | 14 | 0 | 72 | 275 | 105 | 31 |
| Binary | 10100 | 1011110 | 1101011 | 1010001 | 1100 | 0 | 111010 | 10111101 | 1000101 | 11001 |
Color Harmonies of #145E6B
Complementary color
Monochromatic Colors of #145E6B
Black with #145E6B
Text Example
Text Example
White with #145E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E6B; }
p { color: rgb(20,94,107); }
H1.HeaderClassName
{
color: #145E6B;
}
.AnyTagClassName
{
color: #145E6B;
}
</style>
background-color css
<style>
a { background-color: #145E6B; }
a { background-color: rgb(20,94,107); }
div.DivClassName
{
background-color: #145E6B;
}
.BgClassName
{
background-color: #145E6B;
}
</style>
border-color css
<style>
span { border-color: #145E6B; }
span { border-color: rgb(20,94,107); }
td.TdClassName
{
border-color: #145E6B;
}
.TagClassName
{
border-color: #145E6B;
}
</style>