#1F657D

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

Shades of Allports #1F657D

Tints of Allports #1F657D

Color information

#1F657D (or 0x1F657D) is unknown color: approx Allports. HEX triplet: 1F, 65 and 7D. RGB value is (31,101,125). Sum of RGB (Red+Green+Blue) = 31+101+125=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F657D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F657D is #E09A82. Grayscale: #525252. Windows color (decimal): -14719619 or 8217887. OLE color: 8217887.

HSL color Cylindrical-coordinate representation of color #1F657D: hue angle of 195.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F657D is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB31101125-
CMYK0.750.1900.51
HSL195.32º60.26%30.59%-
HSV(B)195.32º75.2%49.02%-
XYZ8.9211.0821.07-
YUV82.81151.8191.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 125 (49.22% from 255) = 48.64%
R=12.06%
G=39.30%
B=48.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal311011250.750.1900.51195.3260.2630.59
Hex1F657D4B13033c33c1f
Octal37145175113230633037437
Binary111111100101111110110010111001101100111100001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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