#1E717D

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

Shades of Allports #1E717D

Tints of Allports #1E717D

Color information

#1E717D (or 0x1E717D) is unknown color: approx Allports. HEX triplet: 1E, 71 and 7D. RGB value is (30,113,125). Sum of RGB (Red+Green+Blue) = 30+113+125=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E717D is #E18E82. Grayscale: #595959. Windows color (decimal): -14782083 or 8220958. OLE color: 8220958.

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

Color convert

RGB30113125-
CMYK0.760.1000.51
HSL187.58º61.29%30.39%-
HSV(B)187.58º76%49.02%-
XYZ10.1413.5721.49-
YUV89.5514885.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.19%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 125 (49.22% from 255) = 46.64%
R=11.19%
G=42.16%
B=46.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal301131250.760.1000.51187.5861.2930.39
Hex1E717D4CA033bc3d1e
Octal36161175114120632747536
Binary11110111000111111011001100101001100111011110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,113,125); }

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

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

 a { background-color: rgb(30,113,125); }

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

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

 span { border-color: rgb(30,113,125); }

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