#1E275B

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

Shades of Lucky Point #1E275B

Tints of Lucky Point #1E275B

Color information

#1E275B (or 0x1E275B) is unknown color: approx Lucky Point. HEX triplet: 1E, 27 and 5B. RGB value is (30,39,91). Sum of RGB (Red+Green+Blue) = 30+39+91=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E275B is #E1D8A4. Grayscale: #2A2A2A. Windows color (decimal): -14801061 or 5973790. OLE color: 5973790.

HSL color Cylindrical-coordinate representation of color #1E275B: hue angle of 231.15º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E275B is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB303991-
CMYK0.670.5700.64
HSL231.15º50.41%23.73%-
HSV(B)231.15º67.03%35.69%-
XYZ3.152.4810.21-
YUV42.24155.52119.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=18.75%
G=24.38%
B=56.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3039910.670.5700.64231.1550.4123.73
Hex1E275B4339040e73218
Octal36471331037101003476230
Binary1111010011110110111000011111001010000001110011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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