#14605F

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

Shades of Blue Stone #14605F

Tints of Blue Stone #14605F

Color information

#14605F (or 0x14605F) is unknown color: approx Blue Stone. HEX triplet: 14, 60 and 5F. RGB value is (20,96,95). Sum of RGB (Red+Green+Blue) = 20+96+95=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #14605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14605F is #EB9FA0. Grayscale: #494949. Windows color (decimal): -15441825 or 6250516. OLE color: 6250516.

HSL color Cylindrical-coordinate representation of color #14605F: hue angle of 179.21º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14605F is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB209695-
CMYK0.7900.010.62
HSL179.21º65.52%22.75%-
HSV(B)179.21º79.17%37.65%-
XYZ6.549.3412.28-
YUV73.16140.3290.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=9.48%
G=45.50%
B=45.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096950.7900.010.62179.2165.5222.75
Hex14605F4F013Eb34217
Octal24140137117017626310227
Binary101001100000101111110011110111111010110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14605F; }

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

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

<style>
 a { background-color: #14605F; }

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

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

<style>
 span { border-color: #14605F; }

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

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