#1A6886

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

Shades of Allports #1A6886

Tints of Allports #1A6886

Color information

#1A6886 (or 0x1A6886) is unknown color: approx Allports. HEX triplet: 1A, 68 and 86. RGB value is (26,104,134). Sum of RGB (Red+Green+Blue) = 26+104+134=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A6886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6886 is #E59779. Grayscale: #535353. Windows color (decimal): -15046522 or 8808474. OLE color: 8808474.

HSL color Cylindrical-coordinate representation of color #1A6886: hue angle of 196.67º 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 #1A6886 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB26104134-
CMYK0.810.2200.47
HSL196.67º67.5%31.37%-
HSV(B)196.67º80.6%52.55%-
XYZ9.6811.8424.33-
YUV84.1156.1686.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.85%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 134 (52.73% from 255) = 50.76%
R=9.85%
G=39.39%
B=50.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261041340.810.2200.47196.6767.531.37
Hex1A6886511602Fc5441f
Octal321502061212605730510437
Binary11010110100010000110101000110110010111111000101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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