#145E55

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

Shades of Blue Stone #145E55

Tints of Blue Stone #145E55

Color information

#145E55 (or 0x145E55) is unknown color: approx Blue Stone. HEX triplet: 14, 5E and 55. RGB value is (20,94,85). Sum of RGB (Red+Green+Blue) = 20+94+85=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #145E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E55 is #EBA1AA. Grayscale: #464646. Windows color (decimal): -15442347 or 5594644. OLE color: 5594644.

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

Color convert

RGB209485-
CMYK0.7900.100.63
HSL172.7º64.91%22.35%-
HSV(B)172.7º78.72%36.86%-
XYZ5.938.819.98-
YUV70.85135.9891.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 94 (37.11% from 255) = 47.24%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=10.05%
G=47.24%
B=42.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2094850.7900.100.63172.764.9122.35
Hex145E554F0A3Fad4116
Octal241361251170127725510126
Binary101001011110101010110011110101011111110101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,94,85); }

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

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

 a { background-color: rgb(20,94,85); }

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

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

 span { border-color: rgb(20,94,85); }

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