Html Css Color HEX #14695D Blue Stone

📋 copy color: '#14695D'

red 20 ◦ green 105 ◦ blue 93

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

Shades of Blue Stone #14695D

Tints of Blue Stone #14695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 9.17%
G = 48.17%
B = 42.66%

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

#14695D (or 0x14695D) is known color: Blue Stone. HEX triplet: 14, 69 and 5D. RGB value is (20,105,93). Sum of RGB (Red+Green+Blue) = 20+105+93=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #14695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14695D is #EB96A2. Grayscale: #4E4E4E. Windows color (decimal): -15439523 or 6121748. OLE color: 6121748.

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

Color convert

RGB 20 105 93 -
CMYK 0.81 0 0.11 0.59
HSL 171.53º 0.68% 0.25% -
HSV(B) 171.53º 0.81% 0.41% -
XYZ 7.32 11.04 12.1 -
YUV 78.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 20 105 93 0.81 0 0.11 0.59 171.53 0.68 0.25
Hex 14 69 5D 51 0 B 3B AC 44 19
Octal 24 151 135 121 0 13 73 254 104 31
Binary 10100 1101001 1011101 1010001 0 1011 111011 10101100 1000100 11001

Color Harmonies of #14695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14695D

Black with #14695D

Text Example


Text Example

White with #14695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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