#14676D

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

Shades of Blue Stone #14676D

Tints of Blue Stone #14676D

Color information

#14676D (or 0x14676D) is unknown color: approx Blue Stone. HEX triplet: 14, 67 and 6D. RGB value is (20,103,109). Sum of RGB (Red+Green+Blue) = 20+103+109=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #14676D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14676D is #EB9892. Grayscale: #4E4E4E. Windows color (decimal): -15440019 or 7169812. OLE color: 7169812.

HSL color Cylindrical-coordinate representation of color #14676D: hue angle of 184.04º 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 #14676D is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB20103109-
CMYK0.820.0600.57
HSL184.04º68.99%25.29%-
HSV(B)184.04º81.65%42.75%-
XYZ7.910.9516.17-
YUV78.8714586.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=8.62%
G=44.40%
B=46.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal201031090.820.0600.57184.0468.9925.29
Hex14676D526039b84519
Octal24147155122607127010531
Binary10100110011111011011010010110011100110111000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14676D; }

 p { color: rgb(20,103,109); }

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

<style>
 a { background-color: #14676D; }

 a { background-color: rgb(20,103,109); }

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

<style>
 span { border-color: #14676D; }

 span { border-color: rgb(20,103,109); }

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