#1A1E59

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

Shades of Lucky Point #1A1E59

Tints of Lucky Point #1A1E59

Color information

#1A1E59 (or 0x1A1E59) is unknown color: approx Lucky Point. HEX triplet: 1A, 1E and 59. RGB value is (26,30,89). Sum of RGB (Red+Green+Blue) = 26+30+89=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A1E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1E59 is #E5E1A6. Grayscale: #232323. Windows color (decimal): -15065511 or 5840410. OLE color: 5840410.

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

Color convert

RGB263089-
CMYK0.710.6600.65
HSL236.19º54.78%22.55%-
HSV(B)236.19º70.79%34.9%-
XYZ2.691.879.67-
YUV35.53158.17121.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=17.93%
G=20.69%
B=61.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2630890.710.6600.65236.1954.7822.55
Hex1A1E594742041ec3717
Octal323613110710201013546727
Binary1101011110101100110001111000010010000011110110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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