#1F656D

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

Shades of Allports #1F656D

Tints of Allports #1F656D

Color information

#1F656D (or 0x1F656D) is unknown color: approx Allports. HEX triplet: 1F, 65 and 6D. RGB value is (31,101,109). Sum of RGB (Red+Green+Blue) = 31+101+109=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F656D is #E09A92. Grayscale: #505050. Windows color (decimal): -14719635 or 7169311. OLE color: 7169311.

HSL color Cylindrical-coordinate representation of color #1F656D: hue angle of 186.15º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F656D is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB31101109-
CMYK0.720.0700.57
HSL186.15º55.71%27.45%-
HSV(B)186.15º71.56%42.75%-
XYZ7.9810.716.11-
YUV80.98143.8192.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.86%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=12.86%
G=41.91%
B=45.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal311011090.720.0700.57186.1555.7127.45
Hex1F656D487039ba381b
Octal3714515511070712727033
Binary1111111001011101101100100011101110011011101011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,101,109); }

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

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

 a { background-color: rgb(31,101,109); }

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

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

 span { border-color: rgb(31,101,109); }

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