#1A717E

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

Shades of Allports #1A717E

Tints of Allports #1A717E

Color information

#1A717E (or 0x1A717E) is unknown color: approx Allports. HEX triplet: 1A, 71 and 7E. RGB value is (26,113,126). Sum of RGB (Red+Green+Blue) = 26+113+126=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A717E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A717E is #E58E81. Grayscale: #585858. Windows color (decimal): -15044226 or 8286490. OLE color: 8286490.

HSL color Cylindrical-coordinate representation of color #1A717E: hue angle of 187.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 #1A717E is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB26113126-
CMYK0.790.1000.51
HSL187.8º65.79%29.8%-
HSV(B)187.8º79.37%49.41%-
XYZ10.113.5421.82-
YUV88.47149.1883.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=9.81%
G=42.64%
B=47.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261131260.790.1000.51187.865.7929.8
Hex1A717E4FA033bc421e
Octal321611761171206327410236
Binary110101110001111111010011111010011001110111100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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