#14695F

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

Shades of Blue Stone #14695F

Tints of Blue Stone #14695F

Color information

#14695F (or 0x14695F) is unknown color: approx Blue Stone. HEX triplet: 14, 69 and 5F. RGB value is (20,105,95). Sum of RGB (Red+Green+Blue) = 20+105+95=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #14695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14695F is #EB96A0. Grayscale: #4E4E4E. Windows color (decimal): -15439521 or 6252820. OLE color: 6252820.

HSL color Cylindrical-coordinate representation of color #14695F: hue angle of 172.94º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14695F is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB2010595-
CMYK0.8100.100.59
HSL172.94º68%24.51%-
HSV(B)172.94º80.95%41.18%-
XYZ7.4111.0812.57-
YUV78.44137.3486.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 105 (41.41% from 255) = 47.73%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=9.09%
G=47.73%
B=43.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105950.8100.100.59172.946824.51
Hex14695F510A3Bad4419
Octal241511371210127325510431
Binary101001101001101111110100010101011101110101101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14695F; }

 p { color: rgb(20,105,95); }

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

<style>
 a { background-color: #14695F; }

 a { background-color: rgb(20,105,95); }

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

<style>
 span { border-color: #14695F; }

 span { border-color: rgb(20,105,95); }

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