Html Css Color HEX #1A685B Blue Stone

📋 copy color: '#1A685B'

red 26 ◦ green 104 ◦ blue 91

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

Shades of Blue Stone #1A685B

Tints of Blue Stone #1A685B

RGB

 RED value IS 26 (10.55% from 255) = 11.76%

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

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 11.76%
G = 47.06%
B = 41.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#1A685B (or 0x1A685B) is known color: Blue Stone. HEX triplet: 1A, 68 and 5B. RGB value is (26,104,91). Sum of RGB (Red+Green+Blue) = 26+104+91=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #1A685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A685B is #E597A4. Grayscale: #4F4F4F. Windows color (decimal): -15046565 or 5990426. OLE color: 5990426.

HSL color Cylindrical-coordinate representation of color #1A685B: hue angle of 170º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A685B is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 26 104 91 -
CMYK 0.75 0 0.12 0.59
HSL 170º 0.6% 0.25% -
HSV(B) 170º 0.75% 0.41% -
XYZ 7.26 10.88 11.61 -
YUV 79.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 26 104 91 0.75 0 0.12 0.59 170 0.6 0.25
Hex 1A 68 5B 4B 0 C 3B AA 3C 19
Octal 32 150 133 113 0 14 73 252 74 31
Binary 11010 1101000 1011011 1001011 0 1100 111011 10101010 111100 11001

Color Harmonies of #1A685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A685B

Black with #1A685B

Text Example


Text Example

White with #1A685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,104,91); }

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

background-color css

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

 a { background-color: rgb(26,104,91); }

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

border-color css

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

 span { border-color: rgb(26,104,91); }

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