#1A767E

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

Shades of Allports #1A767E

Tints of Allports #1A767E

Color information

#1A767E (or 0x1A767E) is unknown color: approx Allports. HEX triplet: 1A, 76 and 7E. RGB value is (26,118,126). Sum of RGB (Red+Green+Blue) = 26+118+126=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A767E is #E58981. Grayscale: #5B5B5B. Windows color (decimal): -15042946 or 8287770. OLE color: 8287770.

HSL color Cylindrical-coordinate representation of color #1A767E: hue angle of 184.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A767E is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB26118126-
CMYK0.790.0600.51
HSL184.8º65.79%29.8%-
HSV(B)184.8º79.37%49.41%-
XYZ10.6714.6822.01-
YUV91.4147.5281.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.63%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 126 (49.61% from 255) = 46.67%
R=9.63%
G=43.70%
B=46.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261181260.790.0600.51184.865.7929.8
Hex1A767E4F6033b9421e
Octal32166176117606327110236
Binary11010111011011111101001111110011001110111001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,118,126); }

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

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

 a { background-color: rgb(26,118,126); }

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

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

 span { border-color: rgb(26,118,126); }

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