#1E677F

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

Shades of Allports #1E677F

Tints of Allports #1E677F

Color information

#1E677F (or 0x1E677F) is unknown color: approx Allports. HEX triplet: 1E, 67 and 7F. RGB value is (30,103,127). Sum of RGB (Red+Green+Blue) = 30+103+127=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E677F is #E19880. Grayscale: #535353. Windows color (decimal): -14784641 or 8349470. OLE color: 8349470.

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

Color convert

RGB30103127-
CMYK0.760.1900.50
HSL194.85º61.78%30.78%-
HSV(B)194.85º76.38%49.8%-
XYZ9.2211.5121.81-
YUV83.91152.3289.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.54%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 127 (50% from 255) = 48.85%
R=11.54%
G=39.62%
B=48.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal301031270.760.1900.50194.8561.7830.78
Hex1E677F4C13032c33e1f
Octal36147177114230623037637
Binary111101100111111111110011001001101100101100001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,103,127); }

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

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

 a { background-color: rgb(30,103,127); }

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

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

 span { border-color: rgb(30,103,127); }

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