#1f6986

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

Shades of Allports #1F6986

Tints of Allports #1F6986

Color information

#1F6986 (or 0x1F6986) is unknown color: approx Allports. HEX triplet: 1F, 69 and 86. RGB value is (31,105,134). Sum of RGB (Red+Green+Blue) = 31+105+134=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F6986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6986 is #E09679. Grayscale: #555555. Windows color (decimal): -14718586 or 8808735. OLE color: 8808735.

HSL color Cylindrical-coordinate representation of color #1F6986: hue angle of 196.89º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6986 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB31105134-
CMYK0.770.2200.47
HSL196.89º62.42%32.35%-
HSV(B)196.89º76.87%52.55%-
XYZ9.9212.1224.37-
YUV86.18154.9888.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.48%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=11.48%
G=38.89%
B=49.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311051340.770.2200.47196.8962.4232.35
Hex1F69864D1602Fc53e20
Octal37151206115260573057640
Binary11111110100110000110100110110110010111111000101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f6986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,105,134); }

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

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

 a { background-color: rgb(31,105,134); }

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

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

 span { border-color: rgb(31,105,134); }

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