#1E727A

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

Shades of Allports #1E727A

Tints of Allports #1E727A

Color information

#1E727A (or 0x1E727A) is unknown color: approx Allports. HEX triplet: 1E, 72 and 7A. RGB value is (30,114,122). Sum of RGB (Red+Green+Blue) = 30+114+122=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E727A is #E18D85. Grayscale: #595959. Windows color (decimal): -14781830 or 8024606. OLE color: 8024606.

HSL color Cylindrical-coordinate representation of color #1E727A: hue angle of 185.22º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E727A is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB30114122-
CMYK0.750.0700.52
HSL185.22º60.53%29.8%-
HSV(B)185.22º75.41%47.84%-
XYZ10.0713.7220.53-
YUV89.8146.1785.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.28%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=11.28%
G=42.86%
B=45.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal301141220.750.0700.52185.2260.5329.8
Hex1E727A4B7034b93d1e
Octal3616217211370642717536
Binary1111011100101111010100101111101101001011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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