#1E2760

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

Shades of Lucky Point #1E2760

Tints of Lucky Point #1E2760

Color information

#1E2760 (or 0x1E2760) is unknown color: approx Lucky Point. HEX triplet: 1E, 27 and 60. RGB value is (30,39,96). Sum of RGB (Red+Green+Blue) = 30+39+96=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E2760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2760 is #E1D89F. Grayscale: #2A2A2A. Windows color (decimal): -14801056 or 6301470. OLE color: 6301470.

HSL color Cylindrical-coordinate representation of color #1E2760: hue angle of 231.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E2760 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB303996-
CMYK0.690.5900.62
HSL231.82º52.38%24.71%-
HSV(B)231.82º68.75%37.65%-
XYZ3.372.5711.38-
YUV42.81158.02118.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.18%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 96 (37.89% from 255) = 58.18%
R=18.18%
G=23.64%
B=58.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3039960.690.5900.62231.8252.3824.71
Hex1E2760453B03Ee83419
Octal3647140105730763506431
Binary111101001111100000100010111101101111101110100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,39,96); }

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

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

 a { background-color: rgb(30,39,96); }

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

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

 span { border-color: rgb(30,39,96); }

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