Html Css Color HEX #14685D Blue Stone

📋 copy color: '#14685D'

red 20 ◦ green 104 ◦ blue 93

#14685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #14685D

Tints of Blue Stone #14685D

RGB

 RED value IS 20 (8.2% from 255) = 9.22%

 GREEN value IS 104 (41.02% from 255) = 47.93%

 BLUE value IS 93 (36.72% from 255) = 42.86%

R = 9.22%
G = 47.93%
B = 42.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#14685D (or 0x14685D) is known color: Blue Stone. HEX triplet: 14, 68 and 5D. RGB value is (20,104,93). Sum of RGB (Red+Green+Blue) = 20+104+93=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #14685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14685D is #EB97A2. Grayscale: #4D4D4D. Windows color (decimal): -15439779 or 6121492. OLE color: 6121492.

HSL color Cylindrical-coordinate representation of color #14685D: hue angle of 172.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14685D is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 93 -
CMYK 0.81 0 0.11 0.59
HSL 172.14º 0.68% 0.24% -
HSV(B) 172.14º 0.81% 0.41% -
XYZ 7.21 10.84 12.07 -
YUV 77.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 20 104 93 0.81 0 0.11 0.59 172.14 0.68 0.24
Hex 14 68 5D 51 0 B 3B AC 44 18
Octal 24 150 135 121 0 13 73 254 104 30
Binary 10100 1101000 1011101 1010001 0 1011 111011 10101100 1000100 11000

Color Harmonies of #14685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14685D

Black with #14685D

Text Example


Text Example

White with #14685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14685D;
 }
 .AnyTagClassName
 {
   color: #14685D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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