#1E6778

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

Shades of Allports #1E6778

Tints of Allports #1E6778

Color information

#1E6778 (or 0x1E6778) is unknown color: approx Allports. HEX triplet: 1E, 67 and 78. RGB value is (30,103,120). Sum of RGB (Red+Green+Blue) = 30+103+120=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E6778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6778 is #E19887. Grayscale: #525252. Windows color (decimal): -14784648 or 7890718. OLE color: 7890718.

HSL color Cylindrical-coordinate representation of color #1E6778: hue angle of 191.33º 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 #1E6778 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB30103120-
CMYK0.750.1400.53
HSL191.33º60%29.41%-
HSV(B)191.33º75%47.06%-
XYZ8.7811.3319.49-
YUV83.11148.8290.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.86%
GREEN value IS 103 (40.62% from 255) = 40.71%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=11.86%
G=40.71%
B=47.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301031200.750.1400.53191.336029.41
Hex1E67784BE035bf3c1d
Octal36147170113160652777435
Binary11110110011111110001001011111001101011011111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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