#1D2159

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

Shades of Lucky Point #1D2159

Tints of Lucky Point #1D2159

Color information

#1D2159 (or 0x1D2159) is unknown color: approx Lucky Point. HEX triplet: 1D, 21 and 59. RGB value is (29,33,89). Sum of RGB (Red+Green+Blue) = 29+33+89=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D2159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2159 is #E2DEA6. Grayscale: #252525. Windows color (decimal): -14868135 or 5841181. OLE color: 5841181.

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

Color convert

RGB293389-
CMYK0.670.6300.65
HSL236º50.85%23.14%-
HSV(B)236º67.42%34.9%-
XYZ2.852.079.7-
YUV38.19156.67121.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.21%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=19.21%
G=21.85%
B=58.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2933890.670.6300.6523650.8523.14
Hex1D2159433F041ec3317
Octal35411311037701013546327
Binary1110110000110110011000011111111010000011110110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,89); }

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

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

 a { background-color: rgb(29,33,89); }

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

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

 span { border-color: rgb(29,33,89); }

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