#145C60

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

Shades of Blue Stone #145C60

Tints of Blue Stone #145C60

Color information

#145C60 (or 0x145C60) is unknown color: approx Blue Stone. HEX triplet: 14, 5C and 60. RGB value is (20,92,96). Sum of RGB (Red+Green+Blue) = 20+92+96=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #145C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C60 is #EBA39F. Grayscale: #464646. Windows color (decimal): -15442848 or 6315028. OLE color: 6315028.

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

Color convert

RGB209296-
CMYK0.790.0400.62
HSL183.16º65.52%22.75%-
HSV(B)183.16º79.17%37.65%-
XYZ6.238.6512.41-
YUV70.93142.1591.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=9.62%
G=44.23%
B=46.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2092960.790.0400.62183.1665.5222.75
Hex145C604F403Eb74217
Octal24134140117407626710227
Binary10100101110011000001001111100011111010110111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,92,96); }

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

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

 a { background-color: rgb(20,92,96); }

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

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

 span { border-color: rgb(20,92,96); }

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