#1E6480

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

Shades of Allports #1E6480

Tints of Allports #1E6480

Color information

#1E6480 (or 0x1E6480) is unknown color: approx Allports. HEX triplet: 1E, 64 and 80. RGB value is (30,100,128). Sum of RGB (Red+Green+Blue) = 30+100+128=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E6480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6480 is #E19B7F. Grayscale: #525252. Windows color (decimal): -14785408 or 8414238. OLE color: 8414238.

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

Color convert

RGB30100128-
CMYK0.770.2200.50
HSL197.14º62.03%30.98%-
HSV(B)197.14º76.56%50.2%-
XYZ8.9910.9522.06-
YUV82.26153.8190.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.63%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 128 (50.39% from 255) = 49.61%
R=11.63%
G=38.76%
B=49.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal301001280.770.2200.50197.1462.0330.98
Hex1E64804D16032c53e1f
Octal36144200115260623057637
Binary1111011001001000000010011011011001100101100010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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