#1D294D

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

Shades of Lucky Point #1D294D

Tints of Lucky Point #1D294D

Color information

#1D294D (or 0x1D294D) is unknown color: approx Lucky Point. HEX triplet: 1D, 29 and 4D. RGB value is (29,41,77). Sum of RGB (Red+Green+Blue) = 29+41+77=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D294D is #E2D6B2. Grayscale: #292929. Windows color (decimal): -14866099 or 5056797. OLE color: 5056797.

HSL color Cylindrical-coordinate representation of color #1D294D: hue angle of 225º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D294D is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB294177-
CMYK0.620.4700.70
HSL225º45.28%20.78%-
HSV(B)225º62.34%30.2%-
XYZ2.642.387.34-
YUV41.52148.02119.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=19.73%
G=27.89%
B=52.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2941770.620.4700.7022545.2820.78
Hex1D294D3E2F046e12d15
Octal3551115765701063415525
Binary111011010011001101111110101111010001101110000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,41,77); }

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

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

 a { background-color: rgb(29,41,77); }

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

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

 span { border-color: rgb(29,41,77); }

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