#1A6988

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

Shades of Allports #1A6988

Tints of Allports #1A6988

Color information

#1A6988 (or 0x1A6988) is unknown color: approx Allports. HEX triplet: 1A, 69 and 88. RGB value is (26,105,136). Sum of RGB (Red+Green+Blue) = 26+105+136=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A6988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6988 is #E59677. Grayscale: #545454. Windows color (decimal): -15046264 or 8939802. OLE color: 8939802.

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

Color convert

RGB26105136-
CMYK0.810.2300.47
HSL196.91º67.9%31.76%-
HSV(B)196.91º80.88%53.33%-
XYZ9.9212.125.11-
YUV84.91156.8385.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=9.74%
G=39.33%
B=50.94%

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
Decimal261051360.810.2300.47196.9167.931.76
Hex1A6988511702Fc54420
Octal321512101212705730510440
Binary110101101001100010001010001101110101111110001011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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