#1B685F

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

Shades of Blue Stone #1B685F

Tints of Blue Stone #1B685F

Color information

#1B685F (or 0x1B685F) is unknown color: approx Blue Stone. HEX triplet: 1B, 68 and 5F. RGB value is (27,104,95). Sum of RGB (Red+Green+Blue) = 27+104+95=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #1B685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B685F is #E497A0. Grayscale: #4F4F4F. Windows color (decimal): -14981025 or 6252571. OLE color: 6252571.

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

Color convert

RGB2710495-
CMYK0.7400.090.59
HSL172.99º58.78%25.69%-
HSV(B)172.99º74.04%40.78%-
XYZ7.4710.9612.55-
YUV79.95136.4990.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=11.95%
G=46.02%
B=42.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27104950.7400.090.59172.9958.7825.69
Hex1B685F4A093Bad3b1a
Octal33150137112011732557332
Binary11011110100010111111001010010011110111010110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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