#14645D

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

Shades of Blue Stone #14645D

Tints of Blue Stone #14645D

Color information

#14645D (or 0x14645D) is unknown color: approx Blue Stone. HEX triplet: 14, 64 and 5D. RGB value is (20,100,93). Sum of RGB (Red+Green+Blue) = 20+100+93=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #14645D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14645D is #EB9BA2. Grayscale: #4B4B4B. Windows color (decimal): -15440803 or 6120468. OLE color: 6120468.

HSL color Cylindrical-coordinate representation of color #14645D: hue angle of 174.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14645D is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB2010093-
CMYK0.800.070.61
HSL174.75º66.67%23.53%-
HSV(B)174.75º80%39.22%-
XYZ6.8210.0511.94-
YUV75.2813888.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=9.39%
G=46.95%
B=43.66%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100930.800.070.61174.7566.6723.53
Hex14645D50073Daf4318
Octal24144135120077525710330
Binary10100110010010111011010000011111110110101111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,100,93); }

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

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

 a { background-color: rgb(20,100,93); }

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

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

 span { border-color: rgb(20,100,93); }

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