#1E747D

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

Shades of Allports #1E747D

Tints of Allports #1E747D

Color information

#1E747D (or 0x1E747D) is unknown color: approx Allports. HEX triplet: 1E, 74 and 7D. RGB value is (30,116,125). Sum of RGB (Red+Green+Blue) = 30+116+125=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E747D is #E18B82. Grayscale: #5B5B5B. Windows color (decimal): -14781315 or 8221726. OLE color: 8221726.

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

Color convert

RGB30116125-
CMYK0.760.0700.51
HSL185.68º61.29%30.39%-
HSV(B)185.68º76%49.02%-
XYZ10.4814.2521.6-
YUV91.31147.0184.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.07%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=11.07%
G=42.80%
B=46.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal301161250.760.0700.51185.6861.2930.39
Hex1E747D4C7033ba3d1e
Octal3616417511470632727536
Binary1111011101001111101100110011101100111011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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