#1A685C

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

Shades of Blue Stone #1A685C

Tints of Blue Stone #1A685C

Color information

#1A685C (or 0x1A685C) is unknown color: approx Blue Stone. HEX triplet: 1A, 68 and 5C. RGB value is (26,104,92). Sum of RGB (Red+Green+Blue) = 26+104+92=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #1A685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A685C is #E597A3. Grayscale: #4F4F4F. Windows color (decimal): -15046564 or 6055962. OLE color: 6055962.

HSL color Cylindrical-coordinate representation of color #1A685C: hue angle of 170.77º 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 #1A685C is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB2610492-
CMYK0.7500.120.59
HSL170.77º60%25.49%-
HSV(B)170.77º75%40.78%-
XYZ7.3110.8911.84-
YUV79.31135.1689.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.71%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=11.71%
G=46.85%
B=41.44%

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
Decimal26104920.7500.120.59170.776025.49
Hex1A685C4B0C3Bab3c19
Octal32150134113014732537431
Binary11010110100010111001001011011001110111010101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A685C;
 }
 .AnyTagClassName
 {
   color: #1A685C;
 }
</style>
background-color css

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

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

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

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

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

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