#14675D

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

Shades of Blue Stone #14675D

Tints of Blue Stone #14675D

Color information

#14675D (or 0x14675D) is unknown color: approx Blue Stone. HEX triplet: 14, 67 and 5D. RGB value is (20,103,93). Sum of RGB (Red+Green+Blue) = 20+103+93=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #14675D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14675D is #EB98A2. Grayscale: #4D4D4D. Windows color (decimal): -15440035 or 6121236. OLE color: 6121236.

HSL color Cylindrical-coordinate representation of color #14675D: hue angle of 172.77º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14675D is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB2010393-
CMYK0.8100.100.60
HSL172.77º67.48%24.12%-
HSV(B)172.77º80.58%40.39%-
XYZ7.1110.6412.03-
YUV77.0413787.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 103 (40.62% from 255) = 47.69%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=9.26%
G=47.69%
B=43.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103930.8100.100.60172.7767.4824.12
Hex14675D510A3Cad4318
Octal241471351210127425510330
Binary101001100111101110110100010101011110010101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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