#14645B

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

Shades of Blue Stone #14645B

Tints of Blue Stone #14645B

Color information

#14645B (or 0x14645B) is unknown color: approx Blue Stone. HEX triplet: 14, 64 and 5B. RGB value is (20,100,91). Sum of RGB (Red+Green+Blue) = 20+100+91=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #14645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14645B is #EB9BA4. Grayscale: #4B4B4B. Windows color (decimal): -15440805 or 5989396. OLE color: 5989396.

HSL color Cylindrical-coordinate representation of color #14645B: hue angle of 173.25º 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 #14645B is Cyan = 0.8, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB2010091-
CMYK0.800.090.61
HSL173.25º66.67%23.53%-
HSV(B)173.25º80%39.22%-
XYZ6.7310.0211.48-
YUV75.0513788.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=9.48%
G=47.39%
B=43.13%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100910.800.090.61173.2566.6723.53
Hex14645B50093Dad4318
Octal241441331200117525510330
Binary101001100100101101110100000100111110110101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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