#1A2259

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

Shades of Lucky Point #1A2259

Tints of Lucky Point #1A2259

Color information

#1A2259 (or 0x1A2259) is unknown color: approx Lucky Point. HEX triplet: 1A, 22 and 59. RGB value is (26,34,89). Sum of RGB (Red+Green+Blue) = 26+34+89=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A2259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2259 is #E5DDA6. Grayscale: #252525. Windows color (decimal): -15064487 or 5841434. OLE color: 5841434.

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

Color convert

RGB263489-
CMYK0.710.6200.65
HSL232.38º54.78%22.55%-
HSV(B)232.38º70.79%34.9%-
XYZ2.82.089.71-
YUV37.88156.85119.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.45%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 89 (35.16% from 255) = 59.73%
R=17.45%
G=22.82%
B=59.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2634890.710.6200.65232.3854.7822.55
Hex1A2259473E041e83717
Octal32421311077601013506727
Binary1101010001010110011000111111110010000011110100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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