#1E757D

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

Shades of Allports #1E757D

Tints of Allports #1E757D

Color information

#1E757D (or 0x1E757D) is unknown color: approx Allports. HEX triplet: 1E, 75 and 7D. RGB value is (30,117,125). Sum of RGB (Red+Green+Blue) = 30+117+125=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E757D is #E18A82. Grayscale: #5B5B5B. Windows color (decimal): -14781059 or 8221982. OLE color: 8221982.

HSL color Cylindrical-coordinate representation of color #1E757D: hue angle of 185.05º 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 #1E757D is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB30117125-
CMYK0.760.0600.51
HSL185.05º61.29%30.39%-
HSV(B)185.05º76%49.02%-
XYZ10.614.4821.64-
YUV91.9146.6883.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.03%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 125 (49.22% from 255) = 45.96%
R=11.03%
G=43.01%
B=45.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal301171250.760.0600.51185.0561.2930.39
Hex1E757D4C6033b93d1e
Octal3616517511460632717536
Binary1111011101011111101100110011001100111011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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