#14685D

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

Shades of Blue Stone #14685D

Tints of Blue Stone #14685D

Color information

#14685D (or 0x14685D) is unknown color: approx Blue Stone. HEX triplet: 14, 68 and 5D. RGB value is (20,104,93). Sum of RGB (Red+Green+Blue) = 20+104+93=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #14685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14685D is #EB97A2. Grayscale: #4D4D4D. Windows color (decimal): -15439779 or 6121492. OLE color: 6121492.

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

Color convert

RGB2010493-
CMYK0.8100.110.59
HSL172.14º67.74%24.31%-
HSV(B)172.14º80.77%40.78%-
XYZ7.2110.8412.07-
YUV77.63136.6786.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 104 (41.02% from 255) = 47.93%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=9.22%
G=47.93%
B=42.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104930.8100.110.59172.1467.7424.31
Hex14685D510B3Bac4418
Octal241501351210137325410430
Binary101001101000101110110100010101111101110101100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14685D; }

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

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

<style>
 a { background-color: #14685D; }

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

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

<style>
 span { border-color: #14685D; }

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

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