#1F6271

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

Shades of Allports #1F6271

Tints of Allports #1F6271

Color information

#1F6271 (or 0x1F6271) is unknown color: approx Allports. HEX triplet: 1F, 62 and 71. RGB value is (31,98,113). Sum of RGB (Red+Green+Blue) = 31+98+113=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6271 is #E09D8E. Grayscale: #4F4F4F. Windows color (decimal): -14720399 or 7430687. OLE color: 7430687.

HSL color Cylindrical-coordinate representation of color #1F6271: hue angle of 190.98º 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 #1F6271 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3198113-
CMYK0.730.1300.56
HSL190.98º56.94%28.24%-
HSV(B)190.98º72.57%44.31%-
XYZ7.9110.2217.18-
YUV79.68146.893.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.81%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=12.81%
G=40.50%
B=46.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31981130.730.1300.56190.9856.9428.24
Hex1F627149D038bf391c
Octal37142161111150702777134
Binary11111110001011100011001001110101110001011111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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