Shades of Blue Stone #145E63
Tints of Blue Stone #145E63
RGB
CMYK
RGB Variations
Color information
#145E63 (or 0x145E63) is known color: Blue Stone. HEX triplet: 14, 5E and 63. RGB value is (20,94,99). Sum of RGB (Red+Green+Blue) = 20+94+99=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #145E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E63 is #EBA19C. Grayscale: #484848. Windows color (decimal): -15442333 or 6512148. OLE color: 6512148.
HSL color Cylindrical-coordinate representation of color #145E63: hue angle of 183.8º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145E63 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 94 | 99 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.61 |
| HSL | 183.8º | 0.66% | 0.23% | - |
| HSV(B) | 183.8º | 0.8% | 0.39% | - |
| XYZ | 6.54 | 9.05 | 13.21 | - |
| YUV | 72.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 99 | 0.80 | 0.05 | 0 | 0.61 | 183.8 | 0.66 | 0.23 |
| Hex | 14 | 5E | 63 | 50 | 5 | 0 | 3D | B8 | 42 | 17 |
| Octal | 24 | 136 | 143 | 120 | 5 | 0 | 75 | 270 | 102 | 27 |
| Binary | 10100 | 1011110 | 1100011 | 1010000 | 101 | 0 | 111101 | 10111000 | 1000010 | 10111 |
Color Harmonies of #145E63
Complementary color
Monochromatic Colors of #145E63
Black with #145E63
Text Example
Text Example
White with #145E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E63; }
p { color: rgb(20,94,99); }
H1.HeaderClassName
{
color: #145E63;
}
.AnyTagClassName
{
color: #145E63;
}
</style>
background-color css
<style>
a { background-color: #145E63; }
a { background-color: rgb(20,94,99); }
div.DivClassName
{
background-color: #145E63;
}
.BgClassName
{
background-color: #145E63;
}
</style>
border-color css
<style>
span { border-color: #145E63; }
span { border-color: rgb(20,94,99); }
td.TdClassName
{
border-color: #145E63;
}
.TagClassName
{
border-color: #145E63;
}
</style>