#145F56

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

Shades of Blue Stone #145F56

Tints of Blue Stone #145F56

Color information

#145F56 (or 0x145F56) is unknown color: approx Blue Stone. HEX triplet: 14, 5F and 56. RGB value is (20,95,86). Sum of RGB (Red+Green+Blue) = 20+95+86=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #145F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F56 is #EBA0A9. Grayscale: #474747. Windows color (decimal): -15442090 or 5660436. OLE color: 5660436.

HSL color Cylindrical-coordinate representation of color #145F56: hue angle of 172.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 #145F56 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB209586-
CMYK0.7900.090.63
HSL172.8º65.22%22.55%-
HSV(B)172.8º78.95%37.25%-
XYZ6.069.0110.22-
YUV71.55136.1591.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=9.95%
G=47.26%
B=42.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2095860.7900.090.63172.865.2222.55
Hex145F564F093Fad4117
Octal241371261170117725510127
Binary101001011111101011010011110100111111110101101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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