#1A6C5F

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

Shades of Blue Stone #1A6C5F

Tints of Blue Stone #1A6C5F

Color information

#1A6C5F (or 0x1A6C5F) is unknown color: approx Blue Stone. HEX triplet: 1A, 6C and 5F. RGB value is (26,108,95). Sum of RGB (Red+Green+Blue) = 26+108+95=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #1A6C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6C5F is #E593A0. Grayscale: #515151. Windows color (decimal): -15045537 or 6253594. OLE color: 6253594.

HSL color Cylindrical-coordinate representation of color #1A6C5F: hue angle of 170.49º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6C5F is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB2610895-
CMYK0.7600.120.58
HSL170.49º61.19%26.27%-
HSV(B)170.49º75.93%42.35%-
XYZ7.8511.7712.68-
YUV82135.3388.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=11.35%
G=47.16%
B=41.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26108950.7600.120.58170.4961.1926.27
Hex1A6C5F4C0C3Aaa3d1a
Octal32154137114014722527532
Binary11010110110010111111001100011001110101010101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,108,95); }

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

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

 a { background-color: rgb(26,108,95); }

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

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

 span { border-color: rgb(26,108,95); }

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