#1F6787

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

Shades of Allports #1F6787

Tints of Allports #1F6787

Color information

#1F6787 (or 0x1F6787) is unknown color: approx Allports. HEX triplet: 1F, 67 and 87. RGB value is (31,103,135). Sum of RGB (Red+Green+Blue) = 31+103+135=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F6787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6787 is #E09878. Grayscale: #545454. Windows color (decimal): -14719097 or 8873759. OLE color: 8873759.

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

Color convert

RGB31103135-
CMYK0.770.2400.47
HSL198.46º62.65%32.55%-
HSV(B)198.46º77.04%52.94%-
XYZ9.7911.7424.67-
YUV85.12156.1589.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=11.52%
G=38.29%
B=50.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311031350.770.2400.47198.4662.6532.55
Hex1F67874D1802Fc63f21
Octal37147207115300573067741
Binary11111110011110000111100110111000010111111000110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,103,135); }

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

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

 a { background-color: rgb(31,103,135); }

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

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

 span { border-color: rgb(31,103,135); }

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