#1E7075

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

Shades of Allports #1E7075

Tints of Allports #1E7075

Color information

#1E7075 (or 0x1E7075) is unknown color: approx Allports. HEX triplet: 1E, 70 and 75. RGB value is (30,112,117). Sum of RGB (Red+Green+Blue) = 30+112+117=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E7075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7075 is #E18F8A. Grayscale: #575757. Windows color (decimal): -14782347 or 7696414. OLE color: 7696414.

HSL color Cylindrical-coordinate representation of color #1E7075: hue angle of 183.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7075 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB30112117-
CMYK0.740.0400.54
HSL183.45º59.18%28.82%-
HSV(B)183.45º74.36%45.88%-
XYZ9.5413.1518.86-
YUV88.05144.3386.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.58%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=11.58%
G=43.24%
B=45.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal301121170.740.0400.54183.4559.1828.82
Hex1E70754A4036b73b1d
Octal3616016511240662677335
Binary1111011100001110101100101010001101101011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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