#1e2759

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

Shades of Lucky Point #1E2759

Tints of Lucky Point #1E2759

Color information

#1E2759 (or 0x1E2759) is unknown color: approx Lucky Point. HEX triplet: 1E, 27 and 59. RGB value is (30,39,89). Sum of RGB (Red+Green+Blue) = 30+39+89=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E2759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2759 is #E1D8A6. Grayscale: #292929. Windows color (decimal): -14801063 or 5842718. OLE color: 5842718.

HSL color Cylindrical-coordinate representation of color #1E2759: hue angle of 230.85º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E2759 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB303989-
CMYK0.660.5600.65
HSL230.85º49.58%23.33%-
HSV(B)230.85º66.29%34.9%-
XYZ3.062.459.76-
YUV42.01154.52119.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=18.99%
G=24.68%
B=56.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3039890.660.5600.65230.8549.5823.33
Hex1E27594238041e73217
Octal36471311027001013476227
Binary1111010011110110011000010111000010000011110011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e2759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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