#1A7780

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

Shades of Allports #1A7780

Tints of Allports #1A7780

Color information

#1A7780 (or 0x1A7780) is unknown color: approx Allports. HEX triplet: 1A, 77 and 80. RGB value is (26,119,128). Sum of RGB (Red+Green+Blue) = 26+119+128=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A7780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7780 is #E5887F. Grayscale: #5C5C5C. Windows color (decimal): -15042688 or 8419098. OLE color: 8419098.

HSL color Cylindrical-coordinate representation of color #1A7780: hue angle of 185.29º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7780 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB26119128-
CMYK0.800.0700.50
HSL185.29º66.23%30.2%-
HSV(B)185.29º79.69%50.2%-
XYZ10.9214.9722.74-
YUV92.22148.1980.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.52%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 128 (50.39% from 255) = 46.89%
R=9.52%
G=43.59%
B=46.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal261191280.800.0700.50185.2966.2330.2
Hex1A7780507032b9421e
Octal32167200120706227110236
Binary110101110111100000001010000111011001010111001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,119,128); }

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

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

 a { background-color: rgb(26,119,128); }

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

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

 span { border-color: rgb(26,119,128); }

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