#1A6889

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

Shades of Allports #1A6889

Tints of Allports #1A6889

Color information

#1A6889 (or 0x1A6889) is unknown color: approx Allports. HEX triplet: 1A, 68 and 89. RGB value is (26,104,137). Sum of RGB (Red+Green+Blue) = 26+104+137=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A6889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6889 is #E59776. Grayscale: #545454. Windows color (decimal): -15046519 or 9005082. OLE color: 9005082.

HSL color Cylindrical-coordinate representation of color #1A6889: hue angle of 197.84º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A6889 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB26104137-
CMYK0.810.2400.46
HSL197.84º68.1%31.96%-
HSV(B)197.84º81.02%53.73%-
XYZ9.8911.9325.45-
YUV84.44157.6686.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=9.74%
G=38.95%
B=51.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal261041370.810.2400.46197.8468.131.96
Hex1A6889511802Ec64420
Octal321502111213005630610440
Binary110101101000100010011010001110000101110110001101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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