#145F5B

Color #145F5B Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #145F5B

Tints of Blue Stone #145F5B

Color information

#145F5B (or 0x145F5B) is unknown color: approx Blue Stone. HEX triplet: 14, 5F and 5B. RGB value is (20,95,91). Sum of RGB (Red+Green+Blue) = 20+95+91=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #145F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F5B is #EBA0A4. Grayscale: #484848. Windows color (decimal): -15442085 or 5988116. OLE color: 5988116.

HSL color Cylindrical-coordinate representation of color #145F5B: hue angle of 176.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F5B is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB209591-
CMYK0.7900.040.63
HSL176.8º65.22%22.55%-
HSV(B)176.8º78.95%37.25%-
XYZ6.279.0911.32-
YUV72.12138.6590.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 95 (37.5% from 255) = 46.12%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=9.71%
G=46.12%
B=44.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2095910.7900.040.63176.865.2222.55
Hex145F5B4F043Fb14117
Octal24137133117047726110127
Binary10100101111110110111001111010011111110110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145F5B; }

 p { color: rgb(20,95,91); }

 H1.HeaderClassName
 {
   color: #145F5B;
 }
 .AnyTagClassName
 {
   color: #145F5B;
 }
</style>
background-color css

<style>
 a { background-color: #145F5B; }

 a { background-color: rgb(20,95,91); }

 div.DivClassName
 {
   background-color: #145F5B;
 }
 .BgClassName
 {
   background-color: #145F5B;
 }
</style>
border-color css

<style>
 span { border-color: #145F5B; }

 span { border-color: rgb(20,95,91); }

 td.TdClassName
 {
   border-color: #145F5B;
 }
 .TagClassName
 {
   border-color: #145F5B;
 }
</style>