#1A6786

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

Shades of Allports #1A6786

Tints of Allports #1A6786

Color information

#1A6786 (or 0x1A6786) is unknown color: approx Allports. HEX triplet: 1A, 67 and 86. RGB value is (26,103,134). Sum of RGB (Red+Green+Blue) = 26+103+134=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A6786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6786 is #E59879. Grayscale: #535353. Windows color (decimal): -15046778 or 8808218. OLE color: 8808218.

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

Color convert

RGB26103134-
CMYK0.810.2300.47
HSL197.22º67.5%31.37%-
HSV(B)197.22º80.6%52.55%-
XYZ9.5811.6424.3-
YUV83.51156.4986.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=9.89%
G=39.16%
B=50.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261031340.810.2300.47197.2267.531.37
Hex1A6786511702Fc5441f
Octal321472061212705730510437
Binary11010110011110000110101000110111010111111000101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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