#1A6588

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

Shades of Allports #1A6588

Tints of Allports #1A6588

Color information

#1A6588 (or 0x1A6588) is unknown color: approx Allports. HEX triplet: 1A, 65 and 88. RGB value is (26,101,136). Sum of RGB (Red+Green+Blue) = 26+101+136=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A6588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6588 is #E59A77. Grayscale: #525252. Windows color (decimal): -15047288 or 8938778. OLE color: 8938778.

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

Color convert

RGB26101136-
CMYK0.810.2600.47
HSL199.09º67.9%31.76%-
HSV(B)199.09º80.88%53.33%-
XYZ9.5211.324.97-
YUV82.56158.1587.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=9.89%
G=38.40%
B=51.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261011360.810.2600.47199.0967.931.76
Hex1A6588511A02Fc74420
Octal321452101213205730710440
Binary110101100101100010001010001110100101111110001111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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