#14605C

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

Shades of Blue Stone #14605C

Tints of Blue Stone #14605C

Color information

#14605C (or 0x14605C) is unknown color: approx Blue Stone. HEX triplet: 14, 60 and 5C. RGB value is (20,96,92). Sum of RGB (Red+Green+Blue) = 20+96+92=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #14605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14605C is #EB9FA3. Grayscale: #484848. Windows color (decimal): -15441828 or 6053908. OLE color: 6053908.

HSL color Cylindrical-coordinate representation of color #14605C: hue angle of 176.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14605C is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB209692-
CMYK0.7900.040.62
HSL176.84º65.52%22.75%-
HSV(B)176.84º79.17%37.65%-
XYZ6.49.2911.58-
YUV72.82138.8290.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=9.62%
G=46.15%
B=44.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096920.7900.040.62176.8465.5222.75
Hex14605C4F043Eb14217
Octal24140134117047626110227
Binary10100110000010111001001111010011111010110001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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