#1E6878

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

Shades of Allports #1E6878

Tints of Allports #1E6878

Color information

#1E6878 (or 0x1E6878) is unknown color: approx Allports. HEX triplet: 1E, 68 and 78. RGB value is (30,104,120). Sum of RGB (Red+Green+Blue) = 30+104+120=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E6878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6878 is #E19787. Grayscale: #535353. Windows color (decimal): -14784392 or 7890974. OLE color: 7890974.

HSL color Cylindrical-coordinate representation of color #1E6878: hue angle of 190.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E6878 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB30104120-
CMYK0.750.1300.53
HSL190.67º60%29.41%-
HSV(B)190.67º75%47.06%-
XYZ8.8811.5319.53-
YUV83.7148.4889.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=11.81%
G=40.94%
B=47.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301041200.750.1300.53190.676029.41
Hex1E68784BD035bf3c1d
Octal36150170113150652777435
Binary11110110100011110001001011110101101011011111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,104,120); }

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

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

 a { background-color: rgb(30,104,120); }

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

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

 span { border-color: rgb(30,104,120); }

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