#1A767F

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

Shades of Allports #1A767F

Tints of Allports #1A767F

Color information

#1A767F (or 0x1A767F) is unknown color: approx Allports. HEX triplet: 1A, 76 and 7F. RGB value is (26,118,127). Sum of RGB (Red+Green+Blue) = 26+118+127=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A767F is #E58980. Grayscale: #5B5B5B. Windows color (decimal): -15042945 or 8353306. OLE color: 8353306.

HSL color Cylindrical-coordinate representation of color #1A767F: hue angle of 185.35º 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 #1A767F is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB26118127-
CMYK0.800.0700.50
HSL185.35º66.01%30%-
HSV(B)185.35º79.53%49.8%-
XYZ10.7414.7122.35-
YUV91.52148.0281.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.59%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 127 (50% from 255) = 46.86%
R=9.59%
G=43.54%
B=46.86%

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
Decimal261181270.800.0700.50185.3566.0130
Hex1A767F507032b9421e
Octal32166177120706227110236
Binary11010111011011111111010000111011001010111001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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