#14686B

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

Shades of Blue Stone #14686B

Tints of Blue Stone #14686B

Color information

#14686B (or 0x14686B) is unknown color: approx Blue Stone. HEX triplet: 14, 68 and 6B. RGB value is (20,104,107). Sum of RGB (Red+Green+Blue) = 20+104+107=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #14686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14686B is #EB9794. Grayscale: #4F4F4F. Windows color (decimal): -15439765 or 7038996. OLE color: 7038996.

HSL color Cylindrical-coordinate representation of color #14686B: hue angle of 182.07º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14686B is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB20104107-
CMYK0.810.0300.58
HSL182.07º68.5%24.9%-
HSV(B)182.07º81.31%41.96%-
XYZ7.8911.1115.64-
YUV79.23143.6785.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=8.66%
G=45.02%
B=46.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal201041070.810.0300.58182.0768.524.9
Hex14686B51303Ab64519
Octal24150153121307226610531
Binary1010011010001101011101000111011101010110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,104,107); }

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

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

 a { background-color: rgb(20,104,107); }

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

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

 span { border-color: rgb(20,104,107); }

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