#1F686B

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

Shades of Blue Stone #1F686B

Tints of Blue Stone #1F686B

Color information

#1F686B (or 0x1F686B) is unknown color: approx Blue Stone. HEX triplet: 1F, 68 and 6B. RGB value is (31,104,107). Sum of RGB (Red+Green+Blue) = 31+104+107=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F686B is #E09794. Grayscale: #525252. Windows color (decimal): -14718869 or 7039007. OLE color: 7039007.

HSL color Cylindrical-coordinate representation of color #1F686B: hue angle of 182.37º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F686B is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB31104107-
CMYK0.710.0300.58
HSL182.37º55.07%27.06%-
HSV(B)182.37º71.03%41.96%-
XYZ8.1711.2515.65-
YUV82.51141.8291.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.81%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=12.81%
G=42.98%
B=44.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal311041070.710.0300.58182.3755.0727.06
Hex1F686B47303Ab6371b
Octal3715015310730722666733
Binary111111101000110101110001111101110101011011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,104,107); }

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

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

 a { background-color: rgb(31,104,107); }

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

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

 span { border-color: rgb(31,104,107); }

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