#1A2759

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

Shades of Lucky Point #1A2759

Tints of Lucky Point #1A2759

Color information

#1A2759 (or 0x1A2759) is unknown color: approx Lucky Point. HEX triplet: 1A, 27 and 59. RGB value is (26,39,89). Sum of RGB (Red+Green+Blue) = 26+39+89=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A2759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2759 is #E5D8A6. Grayscale: #282828. Windows color (decimal): -15063207 or 5842714. OLE color: 5842714.

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

Color convert

RGB263989-
CMYK0.710.5600.65
HSL227.62º54.78%22.55%-
HSV(B)227.62º70.79%34.9%-
XYZ2.952.399.76-
YUV40.81155.19117.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.88%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=16.88%
G=25.32%
B=57.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2639890.710.5600.65227.6254.7822.55
Hex1A27594738041e43717
Octal32471311077001013446727
Binary1101010011110110011000111111000010000011110010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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