#1E2755

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

Shades of Lucky Point #1E2755

Tints of Lucky Point #1E2755

Color information

#1E2755 (or 0x1E2755) is unknown color: approx Lucky Point. HEX triplet: 1E, 27 and 55. RGB value is (30,39,85). Sum of RGB (Red+Green+Blue) = 30+39+85=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E2755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2755 is #E1D8AA. Grayscale: #292929. Windows color (decimal): -14801067 or 5580574. OLE color: 5580574.

HSL color Cylindrical-coordinate representation of color #1E2755: hue angle of 230.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E2755 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB303985-
CMYK0.650.5400.67
HSL230.18º47.83%22.55%-
HSV(B)230.18º64.71%33.33%-
XYZ2.92.388.9-
YUV41.55152.52119.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.48%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=19.48%
G=25.32%
B=55.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3039850.650.5400.67230.1847.8322.55
Hex1E27554136043e63017
Octal36471251016601033466027
Binary1111010011110101011000001110110010000111110011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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