#1D2656

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

Shades of Lucky Point #1D2656

Tints of Lucky Point #1D2656

Color information

#1D2656 (or 0x1D2656) is unknown color: approx Lucky Point. HEX triplet: 1D, 26 and 56. RGB value is (29,38,86). Sum of RGB (Red+Green+Blue) = 29+38+86=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D2656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2656 is #E2D9A9. Grayscale: #282828. Windows color (decimal): -14866858 or 5645853. OLE color: 5645853.

HSL color Cylindrical-coordinate representation of color #1D2656: hue angle of 230.53º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D2656 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB293886-
CMYK0.660.5600.66
HSL230.53º49.57%22.55%-
HSV(B)230.53º66.28%33.73%-
XYZ2.882.329.1-
YUV40.78153.52119.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=18.95%
G=24.84%
B=56.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2938860.660.5600.66230.5349.5722.55
Hex1D26564238042e73217
Octal35461261027001023476227
Binary1110110011010101101000010111000010000101110011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,38,86); }

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

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

 a { background-color: rgb(29,38,86); }

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

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

 span { border-color: rgb(29,38,86); }

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