#14575C

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

Shades of Blue Stone #14575C

Tints of Blue Stone #14575C

Color information

#14575C (or 0x14575C) is unknown color: approx Blue Stone. HEX triplet: 14, 57 and 5C. RGB value is (20,87,92). Sum of RGB (Red+Green+Blue) = 20+87+92=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #14575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14575C is #EBA8A3. Grayscale: #434343. Windows color (decimal): -15444132 or 6051604. OLE color: 6051604.

HSL color Cylindrical-coordinate representation of color #14575C: hue angle of 184.17º degrees, saturation: 0.64, 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 #14575C is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB208792-
CMYK0.780.0500.64
HSL184.17º64.29%21.96%-
HSV(B)184.17º78.26%36.08%-
XYZ5.637.7411.32-
YUV67.54141.894.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 87 (34.38% from 255) = 43.72%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=10.05%
G=43.72%
B=46.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2087920.780.0500.64184.1764.2921.96
Hex14575C4E5040b84016
Octal241271341165010027010026
Binary101001010111101110010011101010100000010111000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14575C; }

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

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

<style>
 a { background-color: #14575C; }

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

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

<style>
 span { border-color: #14575C; }

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

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