#14656E

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

Shades of Blue Stone #14656E

Tints of Blue Stone #14656E

Color information

#14656E (or 0x14656E) is unknown color: approx Blue Stone. HEX triplet: 14, 65 and 6E. RGB value is (20,101,110). Sum of RGB (Red+Green+Blue) = 20+101+110=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #14656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14656E is #EB9A91. Grayscale: #4D4D4D. Windows color (decimal): -15440530 or 7234836. OLE color: 7234836.

HSL color Cylindrical-coordinate representation of color #14656E: hue angle of 186º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14656E is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB20101110-
CMYK0.820.0800.57
HSL186º69.23%25.49%-
HSV(B)186º81.82%43.14%-
XYZ7.7610.5816.39-
YUV77.81146.1686.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=8.66%
G=43.72%
B=47.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal201011100.820.0800.5718669.2325.49
Hex14656E528039ba4519
Octal241451561221007127210531
Binary101001100101110111010100101000011100110111010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14656E; }

 p { color: rgb(20,101,110); }

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

<style>
 a { background-color: #14656E; }

 a { background-color: rgb(20,101,110); }

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

<style>
 span { border-color: #14656E; }

 span { border-color: rgb(20,101,110); }

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