#1A685B

Color #1A685B Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1A685B

Tints of Blue Stone #1A685B

Color information

#1A685B (or 0x1A685B) is unknown color: approx 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

RGB2610491-
CMYK0.7500.120.59
HSL170º60%25.49%-
HSV(B)170º75%40.78%-
XYZ7.2610.8811.61-
YUV79.2134.6690.06-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26104910.7500.120.591706025.49
Hex1A685B4B0C3Baa3c19
Octal32150133113014732527431
Binary11010110100010110111001011011001110111010101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>