#1E6470

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

Shades of Allports #1E6470

Tints of Allports #1E6470

Color information

#1E6470 (or 0x1E6470) is unknown color: approx Allports. HEX triplet: 1E, 64 and 70. RGB value is (30,100,112). Sum of RGB (Red+Green+Blue) = 30+100+112=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E6470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6470 is #E19B8F. Grayscale: #505050. Windows color (decimal): -14785424 or 7365662. OLE color: 7365662.

HSL color Cylindrical-coordinate representation of color #1E6470: hue angle of 188.78º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6470 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB30100112-
CMYK0.730.1100.56
HSL188.78º57.75%27.84%-
HSV(B)188.78º73.21%43.92%-
XYZ8.0210.5616.95-
YUV80.44145.8192.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.40%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=12.40%
G=41.32%
B=46.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal301001120.730.1100.56188.7857.7527.84
Hex1E647049B038bd3a1c
Octal36144160111130702757234
Binary11110110010011100001001001101101110001011110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,100,112); }

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

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

 a { background-color: rgb(30,100,112); }

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

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

 span { border-color: rgb(30,100,112); }

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