#145C5D

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

Shades of Blue Stone #145C5D

Tints of Blue Stone #145C5D

Color information

#145C5D (or 0x145C5D) is unknown color: approx Blue Stone. HEX triplet: 14, 5C and 5D. RGB value is (20,92,93). Sum of RGB (Red+Green+Blue) = 20+92+93=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #145C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C5D is #EBA3A2. Grayscale: #464646. Windows color (decimal): -15442851 or 6118420. OLE color: 6118420.

HSL color Cylindrical-coordinate representation of color #145C5D: hue angle of 180.82º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C5D is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB209293-
CMYK0.780.0100.64
HSL180.82º64.6%22.16%-
HSV(B)180.82º78.49%36.47%-
XYZ6.098.5911.69-
YUV70.59140.6591.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=9.76%
G=44.88%
B=45.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2092930.780.0100.64180.8264.622.16
Hex145C5D4E1040b54116
Octal241341351161010026510126
Binary1010010111001011101100111010100000010110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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