#14575B

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

Shades of Blue Stone #14575B

Tints of Blue Stone #14575B

Color information

#14575B (or 0x14575B) is unknown color: approx Blue Stone. HEX triplet: 14, 57 and 5B. RGB value is (20,87,91). Sum of RGB (Red+Green+Blue) = 20+87+91=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #14575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14575B is #EBA8A4. Grayscale: #434343. Windows color (decimal): -15444133 or 5986068. OLE color: 5986068.

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

Color convert

RGB208791-
CMYK0.780.0400.64
HSL183.38º63.96%21.76%-
HSV(B)183.38º78.02%35.69%-
XYZ5.597.7211.09-
YUV67.42141.394.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 87 (34.38% from 255) = 43.94%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=10.10%
G=43.94%
B=45.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2087910.780.0400.64183.3863.9621.76
Hex14575B4E4040b74016
Octal241271331164010026710026
Binary101001010111101101110011101000100000010110111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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