#14606D

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

Shades of Blue Stone #14606D

Tints of Blue Stone #14606D

Color information

#14606D (or 0x14606D) is unknown color: approx Blue Stone. HEX triplet: 14, 60 and 6D. RGB value is (20,96,109). Sum of RGB (Red+Green+Blue) = 20+96+109=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #14606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14606D is #EB9F92. Grayscale: #4A4A4A. Windows color (decimal): -15441811 or 7168020. OLE color: 7168020.

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

Color convert

RGB2096109-
CMYK0.820.1200.57
HSL188.76º68.99%25.29%-
HSV(B)188.76º81.65%42.75%-
XYZ7.239.6215.94-
YUV74.76147.3288.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=8.89%
G=42.67%
B=48.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20961090.820.1200.57188.7668.9925.29
Hex14606D52C039bd4519
Octal241401551221407127510531
Binary101001100000110110110100101100011100110111101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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