#1E6A87

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

Shades of Allports #1E6A87

Tints of Allports #1E6A87

Color information

#1E6A87 (or 0x1E6A87) is unknown color: approx Allports. HEX triplet: 1E, 6A and 87. RGB value is (30,106,135). Sum of RGB (Red+Green+Blue) = 30+106+135=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E6A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6A87 is #E19578. Grayscale: #565656. Windows color (decimal): -14783865 or 8874526. OLE color: 8874526.

HSL color Cylindrical-coordinate representation of color #1E6A87: hue angle of 196.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E6A87 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB30106135-
CMYK0.780.2100.47
HSL196.57º63.64%32.35%-
HSV(B)196.57º77.78%52.94%-
XYZ10.0612.3324.77-
YUV86.58155.3287.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.07%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 135 (53.12% from 255) = 49.82%
R=11.07%
G=39.11%
B=49.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301061350.780.2100.47196.5763.6432.35
Hex1E6A874E1502Fc54020
Octal361522071162505730510040
Binary111101101010100001111001110101010101111110001011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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