Shades of Blue Stone #145A53
Tints of Blue Stone #145A53
RGB
CMYK
RGB Variations
Color information
#145A53 (or 0x145A53) is known color: Blue Stone. HEX triplet: 14, 5A and 53. RGB value is (20,90,83). Sum of RGB (Red+Green+Blue) = 20+90+83=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #145A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A53 is #EBA5AC. Grayscale: #444444. Windows color (decimal): -15443373 or 5462548. OLE color: 5462548.
HSL color Cylindrical-coordinate representation of color #145A53: hue angle of 174º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A53 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 90 | 83 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.65 |
| HSL | 174º | 0.64% | 0.22% | - |
| HSV(B) | 174º | 0.78% | 0.35% | - |
| XYZ | 5.51 | 8.09 | 9.45 | - |
| YUV | 68.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 83 | 0.78 | 0 | 0.08 | 0.65 | 174 | 0.64 | 0.22 |
| Hex | 14 | 5A | 53 | 4E | 0 | 8 | 41 | AE | 40 | 16 |
| Octal | 24 | 132 | 123 | 116 | 0 | 10 | 101 | 256 | 100 | 26 |
| Binary | 10100 | 1011010 | 1010011 | 1001110 | 0 | 1000 | 1000001 | 10101110 | 1000000 | 10110 |
Color Harmonies of #145A53
Complementary color
Monochromatic Colors of #145A53
Black with #145A53
Text Example
Text Example
White with #145A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A53; }
p { color: rgb(20,90,83); }
H1.HeaderClassName
{
color: #145A53;
}
.AnyTagClassName
{
color: #145A53;
}
</style>
background-color css
<style>
a { background-color: #145A53; }
a { background-color: rgb(20,90,83); }
div.DivClassName
{
background-color: #145A53;
}
.BgClassName
{
background-color: #145A53;
}
</style>
border-color css
<style>
span { border-color: #145A53; }
span { border-color: rgb(20,90,83); }
td.TdClassName
{
border-color: #145A53;
}
.TagClassName
{
border-color: #145A53;
}
</style>