#1F6164

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

Shades of Blue Stone #1F6164

Tints of Blue Stone #1F6164

Color information

#1F6164 (or 0x1F6164) is unknown color: approx Blue Stone. HEX triplet: 1F, 61 and 64. RGB value is (31,97,100). Sum of RGB (Red+Green+Blue) = 31+97+100=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F6164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6164 is #E09E9B. Grayscale: #4D4D4D. Windows color (decimal): -14720668 or 6578463. OLE color: 6578463.

HSL color Cylindrical-coordinate representation of color #1F6164: hue angle of 182.61º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6164 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3197100-
CMYK0.690.0300.61
HSL182.61º52.67%25.69%-
HSV(B)182.61º69%39.22%-
XYZ7.149.7613.56-
YUV77.61140.6394.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=13.60%
G=42.54%
B=43.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal31971000.690.0300.61182.6152.6725.69
Hex1F616445303Db7351a
Octal3714114410530752676532
Binary111111100001110010010001011101111011011011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,97,100); }

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

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

 a { background-color: rgb(31,97,100); }

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

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

 span { border-color: rgb(31,97,100); }

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