#1D2155

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

Shades of Lucky Point #1D2155

Tints of Lucky Point #1D2155

Color information

#1D2155 (or 0x1D2155) is unknown color: approx Lucky Point. HEX triplet: 1D, 21 and 55. RGB value is (29,33,85). Sum of RGB (Red+Green+Blue) = 29+33+85=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D2155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2155 is #E2DEAA. Grayscale: #252525. Windows color (decimal): -14868139 or 5579037. OLE color: 5579037.

HSL color Cylindrical-coordinate representation of color #1D2155: hue angle of 235.71º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D2155 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB293385-
CMYK0.660.6100.67
HSL235.71º49.12%22.35%-
HSV(B)235.71º65.88%33.33%-
XYZ2.6928.84-
YUV37.73154.67121.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=19.73%
G=22.45%
B=57.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2933850.660.6100.67235.7149.1222.35
Hex1D2155423D043ec3116
Octal35411251027501033546126
Binary1110110000110101011000010111101010000111110110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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