#145E5C

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

Shades of Blue Stone #145E5C

Tints of Blue Stone #145E5C

Color information

#145E5C (or 0x145E5C) is unknown color: approx Blue Stone. HEX triplet: 14, 5E and 5C. RGB value is (20,94,92). Sum of RGB (Red+Green+Blue) = 20+94+92=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #145E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E5C is #EBA1A3. Grayscale: #474747. Windows color (decimal): -15442340 or 6053396. OLE color: 6053396.

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

Color convert

RGB209492-
CMYK0.7900.020.63
HSL178.38º64.91%22.35%-
HSV(B)178.38º78.72%36.86%-
XYZ6.228.9311.52-
YUV71.65139.4891.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=9.71%
G=45.63%
B=44.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2094920.7900.020.63178.3864.9122.35
Hex145E5C4F023Fb24116
Octal24136134117027726210126
Binary1010010111101011100100111101011111110110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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