Html Css Color HEX #1C685F Blue Stone

📋 copy color: '#1C685F'

red 28 ◦ green 104 ◦ blue 95

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

Shades of Blue Stone #1C685F

Tints of Blue Stone #1C685F

RGB

 RED value IS 28 (11.33% from 255) = 12.33%

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

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 12.33%
G = 45.81%
B = 41.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#1C685F (or 0x1C685F) is known color: Blue Stone. HEX triplet: 1C, 68 and 5F. RGB value is (28,104,95). Sum of RGB (Red+Green+Blue) = 28+104+95=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #1C685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C685F is #E397A0. Grayscale: #505050. Windows color (decimal): -14915489 or 6252572. OLE color: 6252572.

HSL color Cylindrical-coordinate representation of color #1C685F: hue angle of 172.89º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C685F is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 104 95 -
CMYK 0.73 0 0.09 0.59
HSL 172.89º 0.58% 0.26% -
HSV(B) 172.89º 0.73% 0.41% -
XYZ 7.49 10.97 12.55 -
YUV 80.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 28 104 95 0.73 0 0.09 0.59 172.89 0.58 0.26
Hex 1C 68 5F 49 0 9 3B AD 3A 1A
Octal 34 150 137 111 0 11 73 255 72 32
Binary 11100 1101000 1011111 1001001 0 1001 111011 10101101 111010 11010

Color Harmonies of #1C685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C685F

Black with #1C685F

Text Example


Text Example

White with #1C685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C685F; }

 p { color: rgb(28,104,95); }

 H1.HeaderClassName
 {
   color: #1C685F;
 }
 .AnyTagClassName
 {
   color: #1C685F;
 }
</style>

background-color css

<style>
 a { background-color: #1C685F; }

 a { background-color: rgb(28,104,95); }

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

border-color css

<style>
 span { border-color: #1C685F; }

 span { border-color: rgb(28,104,95); }

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