#14575D

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

Shades of Blue Stone #14575D

Tints of Blue Stone #14575D

Color information

#14575D (or 0x14575D) is unknown color: approx Blue Stone. HEX triplet: 14, 57 and 5D. RGB value is (20,87,93). Sum of RGB (Red+Green+Blue) = 20+87+93=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #14575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14575D is #EBA8A2. Grayscale: #434343. Windows color (decimal): -15444131 or 6117140. OLE color: 6117140.

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

Color convert

RGB208793-
CMYK0.780.0600.64
HSL184.93º64.6%22.16%-
HSV(B)184.93º78.49%36.47%-
XYZ5.677.7611.55-
YUV67.65142.394.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 87 (34.38% from 255) = 43.5%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=10%
G=43.5%
B=46.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2087930.780.0600.64184.9364.622.16
Hex14575D4E6040b94116
Octal241271351166010027110126
Binary101001010111101110110011101100100000010111001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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