#14605B

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

Shades of Blue Stone #14605B

Tints of Blue Stone #14605B

Color information

#14605B (or 0x14605B) is unknown color: approx Blue Stone. HEX triplet: 14, 60 and 5B. RGB value is (20,96,91). Sum of RGB (Red+Green+Blue) = 20+96+91=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #14605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14605B is #EB9FA4. Grayscale: #484848. Windows color (decimal): -15441829 or 5988372. OLE color: 5988372.

HSL color Cylindrical-coordinate representation of color #14605B: hue angle of 176.05º 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 #14605B is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB209691-
CMYK0.7900.050.62
HSL176.05º65.52%22.75%-
HSV(B)176.05º79.17%37.65%-
XYZ6.369.2711.35-
YUV72.71138.3290.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=9.66%
G=46.38%
B=43.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096910.7900.050.62176.0565.5222.75
Hex14605B4F053Eb04217
Octal24140133117057626010227
Binary10100110000010110111001111010111111010110000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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