Html Css Color HEX #18686D Blue Stone

📋 copy color: '#18686D'

red 24 ◦ green 104 ◦ blue 109

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

Shades of Blue Stone #18686D

Tints of Blue Stone #18686D

RGB

 RED value IS 24 (9.77% from 255) = 10.13%

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

 BLUE value IS 109 (42.97% from 255) = 45.99%

R = 10.13%
G = 43.88%
B = 45.99%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18686D (or 0x18686D) is known color: Blue Stone. HEX triplet: 18, 68 and 6D. RGB value is (24,104,109). Sum of RGB (Red+Green+Blue) = 24+104+109=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #18686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18686D is #E79792. Grayscale: #505050. Windows color (decimal): -15177619 or 7170072. OLE color: 7170072.

HSL color Cylindrical-coordinate representation of color #18686D: hue angle of 183.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18686D is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 104 109 -
CMYK 0.78 0.05 0 0.57
HSL 183.53º 0.64% 0.26% -
HSV(B) 183.53º 0.78% 0.43% -
XYZ 8.09 11.2 16.2 -
YUV 80.65 144 87.59 -
System Red Green Blue C M Y K H S L
Decimal 24 104 109 0.78 0.05 0 0.57 183.53 0.64 0.26
Hex 18 68 6D 4E 5 0 39 B8 40 1A
Octal 30 150 155 116 5 0 71 270 100 32
Binary 11000 1101000 1101101 1001110 101 0 111001 10111000 1000000 11010

Color Harmonies of #18686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18686D

Black with #18686D

Text Example


Text Example

White with #18686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,104,109); }

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

background-color css

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

 a { background-color: rgb(24,104,109); }

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

border-color css

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

 span { border-color: rgb(24,104,109); }

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