#14636D

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

Shades of Blue Stone #14636D

Tints of Blue Stone #14636D

Color information

#14636D (or 0x14636D) is unknown color: approx Blue Stone. HEX triplet: 14, 63 and 6D. RGB value is (20,99,109). Sum of RGB (Red+Green+Blue) = 20+99+109=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #14636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14636D is #EB9C92. Grayscale: #4C4C4C. Windows color (decimal): -15441043 or 7168788. OLE color: 7168788.

HSL color Cylindrical-coordinate representation of color #14636D: hue angle of 186.74º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14636D is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2099109-
CMYK0.820.0900.57
HSL186.74º68.99%25.29%-
HSV(B)186.74º81.65%42.75%-
XYZ7.5110.1816.04-
YUV76.52146.3387.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=8.77%
G=43.42%
B=47.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20991090.820.0900.57186.7468.9925.29
Hex14636D529039bb4519
Octal241431551221107127310531
Binary101001100011110110110100101001011100110111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,99,109); }

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

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

 a { background-color: rgb(20,99,109); }

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

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

 span { border-color: rgb(20,99,109); }

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