#14635D

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

Shades of Blue Stone #14635D

Tints of Blue Stone #14635D

Color information

#14635D (or 0x14635D) is unknown color: approx Blue Stone. HEX triplet: 14, 63 and 5D. RGB value is (20,99,93). Sum of RGB (Red+Green+Blue) = 20+99+93=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #14635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14635D is #EB9CA2. Grayscale: #4A4A4A. Windows color (decimal): -15441059 or 6120212. OLE color: 6120212.

HSL color Cylindrical-coordinate representation of color #14635D: hue angle of 175.44º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14635D is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB209993-
CMYK0.8000.060.61
HSL175.44º66.39%23.33%-
HSV(B)175.44º79.8%38.82%-
XYZ6.739.8611.91-
YUV74.7138.3388.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=9.43%
G=46.70%
B=43.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099930.8000.060.61175.4466.3923.33
Hex14635D50063Daf4217
Octal24143135120067525710227
Binary10100110001110111011010000011011110110101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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