#1F676B

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

Shades of Blue Stone #1F676B

Tints of Blue Stone #1F676B

Color information

#1F676B (or 0x1F676B) is unknown color: approx Blue Stone. HEX triplet: 1F, 67 and 6B. RGB value is (31,103,107). Sum of RGB (Red+Green+Blue) = 31+103+107=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F676B is #E09894. Grayscale: #515151. Windows color (decimal): -14719125 or 7038751. OLE color: 7038751.

HSL color Cylindrical-coordinate representation of color #1F676B: hue angle of 183.16º 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 #1F676B is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB31103107-
CMYK0.710.0400.58
HSL183.16º55.07%27.06%-
HSV(B)183.16º71.03%41.96%-
XYZ8.0711.0515.62-
YUV81.93142.1591.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.86%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=12.86%
G=42.74%
B=44.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal311031070.710.0400.58183.1655.0727.06
Hex1F676B47403Ab7371b
Octal3714715310740722676733
Binary1111111001111101011100011110001110101011011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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