#14575A

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

Shades of Blue Stone #14575A

Tints of Blue Stone #14575A

Color information

#14575A (or 0x14575A) is unknown color: approx Blue Stone. HEX triplet: 14, 57 and 5A. RGB value is (20,87,90). Sum of RGB (Red+Green+Blue) = 20+87+90=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #14575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14575A is #EBA8A5. Grayscale: #434343. Windows color (decimal): -15444134 or 5920532. OLE color: 5920532.

HSL color Cylindrical-coordinate representation of color #14575A: hue angle of 182.57º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14575A is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB208790-
CMYK0.780.0300.65
HSL182.57º63.64%21.57%-
HSV(B)182.57º77.78%35.29%-
XYZ5.547.710.87-
YUV67.31140.894.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=10.15%
G=44.16%
B=45.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2087900.780.0300.65182.5763.6421.57
Hex14575A4E3041b74016
Octal241271321163010126710026
Binary10100101011110110101001110110100000110110111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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