#1e7a90

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

Shades of Allports #1E7A90

Tints of Allports #1E7A90

Color information

#1E7A90 (or 0x1E7A90) is unknown color: approx Allports. HEX triplet: 1E, 7A and 90. RGB value is (30,122,144). Sum of RGB (Red+Green+Blue) = 30+122+144=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E7A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7A90 is #E1856F. Grayscale: #606060. Windows color (decimal): -14779760 or 9468446. OLE color: 9468446.

HSL color Cylindrical-coordinate representation of color #1E7A90: hue angle of 191.58º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E7A90 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB30122144-
CMYK0.790.1500.44
HSL191.58º65.52%34.12%-
HSV(B)191.58º79.17%56.47%-
XYZ12.5316.2128.85-
YUV97154.5280.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=10.14%
G=41.22%
B=48.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal301221440.790.1500.44191.5865.5234.12
Hex1E7A904FF02Cc04222
Octal361722201171705430010242
Binary11110111101010010000100111111110101100110000001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e7a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,122,144); }

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

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

 a { background-color: rgb(30,122,144); }

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

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

 span { border-color: rgb(30,122,144); }

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