#1E6A80

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

Shades of Allports #1E6A80

Tints of Allports #1E6A80

Color information

#1E6A80 (or 0x1E6A80) is unknown color: approx Allports. HEX triplet: 1E, 6A and 80. RGB value is (30,106,128). Sum of RGB (Red+Green+Blue) = 30+106+128=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E6A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6A80 is #E1957F. Grayscale: #555555. Windows color (decimal): -14783872 or 8415774. OLE color: 8415774.

HSL color Cylindrical-coordinate representation of color #1E6A80: hue angle of 193.47º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E6A80 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB30106128-
CMYK0.770.1700.50
HSL193.47º62.03%30.98%-
HSV(B)193.47º76.56%50.2%-
XYZ9.5912.1422.26-
YUV85.78151.8288.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.36%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=11.36%
G=40.15%
B=48.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal301061280.770.1700.50193.4762.0330.98
Hex1E6A804D11032c13e1f
Octal36152200115210623017637
Binary1111011010101000000010011011000101100101100000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,106,128); }

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

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

 a { background-color: rgb(30,106,128); }

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

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

 span { border-color: rgb(30,106,128); }

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