#1F6471

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

Shades of Allports #1F6471

Tints of Allports #1F6471

Color information

#1F6471 (or 0x1F6471) is unknown color: approx Allports. HEX triplet: 1F, 64 and 71. RGB value is (31,100,113). Sum of RGB (Red+Green+Blue) = 31+100+113=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F6471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6471 is #E09B8E. Grayscale: #505050. Windows color (decimal): -14719887 or 7431199. OLE color: 7431199.

HSL color Cylindrical-coordinate representation of color #1F6471: hue angle of 189.51º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F6471 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB31100113-
CMYK0.730.1200.56
HSL189.51º56.94%28.24%-
HSV(B)189.51º72.57%44.31%-
XYZ8.110.617.24-
YUV80.85146.1492.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.70%
GREEN value IS 100 (39.45% from 255) = 40.98%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=12.70%
G=40.98%
B=46.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311001130.730.1200.56189.5156.9428.24
Hex1F647149C038be391c
Octal37144161111140702767134
Binary11111110010011100011001001110001110001011111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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