#1D2950

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

Shades of Lucky Point #1D2950

Tints of Lucky Point #1D2950

Color information

#1D2950 (or 0x1D2950) is unknown color: approx Lucky Point. HEX triplet: 1D, 29 and 50. RGB value is (29,41,80). Sum of RGB (Red+Green+Blue) = 29+41+80=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2950 is #E2D6AF. Grayscale: #292929. Windows color (decimal): -14866096 or 5253405. OLE color: 5253405.

HSL color Cylindrical-coordinate representation of color #1D2950: hue angle of 225.88º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D2950 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB294180-
CMYK0.640.4900.69
HSL225.88º46.79%21.37%-
HSV(B)225.88º63.75%31.37%-
XYZ2.752.437.91-
YUV41.86149.52118.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.33%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=19.33%
G=27.33%
B=53.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2941800.640.4900.69225.8846.7921.37
Hex1D29504031045e22f15
Octal35511201006101053425725
Binary1110110100110100001000000110001010001011110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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