#1A6787

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

Shades of Allports #1A6787

Tints of Allports #1A6787

Color information

#1A6787 (or 0x1A6787) is unknown color: approx Allports. HEX triplet: 1A, 67 and 87. RGB value is (26,103,135). Sum of RGB (Red+Green+Blue) = 26+103+135=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A6787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6787 is #E59878. Grayscale: #535353. Windows color (decimal): -15046777 or 8873754. OLE color: 8873754.

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

Color convert

RGB26103135-
CMYK0.810.2400.47
HSL197.61º67.7%31.57%-
HSV(B)197.61º80.74%52.94%-
XYZ9.6511.6724.67-
YUV83.62156.9986.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.85%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=9.85%
G=39.02%
B=51.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261031350.810.2400.47197.6167.731.57
Hex1A6787511802Fc64420
Octal321472071213005730610440
Binary110101100111100001111010001110000101111110001101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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