#1e275e

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

Shades of Lucky Point #1E275E

Tints of Lucky Point #1E275E

Color information

#1E275E (or 0x1E275E) is unknown color: approx Lucky Point. HEX triplet: 1E, 27 and 5E. RGB value is (30,39,94). Sum of RGB (Red+Green+Blue) = 30+39+94=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E275E is #E1D8A1. Grayscale: #2A2A2A. Windows color (decimal): -14801058 or 6170398. OLE color: 6170398.

HSL color Cylindrical-coordinate representation of color #1E275E: hue angle of 231.56º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E275E is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB303994-
CMYK0.680.5900.63
HSL231.56º51.61%24.31%-
HSV(B)231.56º68.09%36.86%-
XYZ3.282.5410.91-
YUV42.58157.02119.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=18.40%
G=23.93%
B=57.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3039940.680.5900.63231.5651.6124.31
Hex1E275E443B03Fe83418
Octal3647136104730773506430
Binary111101001111011110100010011101101111111110100011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e275e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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