#14605D

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

Shades of Blue Stone #14605D

Tints of Blue Stone #14605D

Color information

#14605D (or 0x14605D) is unknown color: approx Blue Stone. HEX triplet: 14, 60 and 5D. RGB value is (20,96,93). Sum of RGB (Red+Green+Blue) = 20+96+93=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #14605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14605D is #EB9FA2. Grayscale: #484848. Windows color (decimal): -15441827 or 6119444. OLE color: 6119444.

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

Color convert

RGB209693-
CMYK0.7900.030.62
HSL177.63º65.52%22.75%-
HSV(B)177.63º79.17%37.65%-
XYZ6.459.311.81-
YUV72.93139.3290.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=9.57%
G=45.93%
B=44.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096930.7900.030.62177.6365.5222.75
Hex14605D4F033Eb24217
Octal24140135117037626210227
Binary1010011000001011101100111101111111010110010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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