#145A57

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

Shades of Blue Stone #145A57

Tints of Blue Stone #145A57

Color information

#145A57 (or 0x145A57) is unknown color: approx Blue Stone. HEX triplet: 14, 5A and 57. RGB value is (20,90,87). Sum of RGB (Red+Green+Blue) = 20+90+87=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #145A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A57 is #EBA5A8. Grayscale: #444444. Windows color (decimal): -15443369 or 5724692. OLE color: 5724692.

HSL color Cylindrical-coordinate representation of color #145A57: hue angle of 177.43º 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 #145A57 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB209087-
CMYK0.7800.030.65
HSL177.43º63.64%21.57%-
HSV(B)177.43º77.78%35.29%-
XYZ5.668.1510.29-
YUV68.73138.3193.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=10.15%
G=45.69%
B=44.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2090870.7800.030.65177.4363.6421.57
Hex145A574E0341b14016
Octal241321271160310126110026
Binary10100101101010101111001110011100000110110001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,90,87); }

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

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

 a { background-color: rgb(20,90,87); }

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

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

 span { border-color: rgb(20,90,87); }

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