#1E2555

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

Shades of Lucky Point #1E2555

Tints of Lucky Point #1E2555

Color information

#1E2555 (or 0x1E2555) is unknown color: approx Lucky Point. HEX triplet: 1E, 25 and 55. RGB value is (30,37,85). Sum of RGB (Red+Green+Blue) = 30+37+85=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E2555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2555 is #E1DAAA. Grayscale: #282828. Windows color (decimal): -14801579 or 5580062. OLE color: 5580062.

HSL color Cylindrical-coordinate representation of color #1E2555: hue angle of 232.36º 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 #1E2555 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB303785-
CMYK0.650.5600.67
HSL232.36º47.83%22.55%-
HSV(B)232.36º64.71%33.33%-
XYZ2.842.268.88-
YUV40.38153.18120.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.74%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=19.74%
G=24.34%
B=55.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3037850.650.5600.67232.3647.8322.55
Hex1E25554138043e83017
Octal36451251017001033506027
Binary1111010010110101011000001111000010000111110100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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