#14666D

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

Shades of Blue Stone #14666D

Tints of Blue Stone #14666D

Color information

#14666D (or 0x14666D) is unknown color: approx Blue Stone. HEX triplet: 14, 66 and 6D. RGB value is (20,102,109). Sum of RGB (Red+Green+Blue) = 20+102+109=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #14666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14666D is #EB9992. Grayscale: #4E4E4E. Windows color (decimal): -15440275 or 7169556. OLE color: 7169556.

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

Color convert

RGB20102109-
CMYK0.820.0600.57
HSL184.72º68.99%25.29%-
HSV(B)184.72º81.65%42.75%-
XYZ7.810.7616.13-
YUV78.28145.3386.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=8.66%
G=44.16%
B=47.19%

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
Decimal201021090.820.0600.57184.7268.9925.29
Hex14666D526039b94519
Octal24146155122607127110531
Binary10100110011011011011010010110011100110111001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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