#1E7074

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

Shades of Allports #1E7074

Tints of Allports #1E7074

Color information

#1E7074 (or 0x1E7074) is unknown color: approx Allports. HEX triplet: 1E, 70 and 74. RGB value is (30,112,116). Sum of RGB (Red+Green+Blue) = 30+112+116=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E7074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7074 is #E18F8B. Grayscale: #575757. Windows color (decimal): -14782348 or 7630878. OLE color: 7630878.

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

Color convert

RGB30112116-
CMYK0.740.0300.55
HSL182.79º58.9%28.63%-
HSV(B)182.79º74.14%45.49%-
XYZ9.4813.1318.56-
YUV87.94143.8386.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.63%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=11.63%
G=43.41%
B=44.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal301121160.740.0300.55182.7958.928.63
Hex1E70744A3037b73b1d
Octal3616016411230672677335
Binary111101110000111010010010101101101111011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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