#1A6888

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

Shades of Allports #1A6888

Tints of Allports #1A6888

Color information

#1A6888 (or 0x1A6888) is unknown color: approx Allports. HEX triplet: 1A, 68 and 88. RGB value is (26,104,136). Sum of RGB (Red+Green+Blue) = 26+104+136=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A6888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6888 is #E59777. Grayscale: #545454. Windows color (decimal): -15046520 or 8939546. OLE color: 8939546.

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

Color convert

RGB26104136-
CMYK0.810.2400.47
HSL197.45º67.9%31.76%-
HSV(B)197.45º80.88%53.33%-
XYZ9.8211.925.07-
YUV84.33157.1686.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.77%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=9.77%
G=39.10%
B=51.13%

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
Decimal261041360.810.2400.47197.4567.931.76
Hex1A6888511802Fc54420
Octal321502101213005730510440
Binary110101101000100010001010001110000101111110001011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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