#1D2857

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

Shades of Lucky Point #1D2857

Tints of Lucky Point #1D2857

Color information

#1D2857 (or 0x1D2857) is unknown color: approx Lucky Point. HEX triplet: 1D, 28 and 57. RGB value is (29,40,87). Sum of RGB (Red+Green+Blue) = 29+40+87=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D2857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2857 is #E2D7A8. Grayscale: #292929. Windows color (decimal): -14866345 or 5711901. OLE color: 5711901.

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

Color convert

RGB294087-
CMYK0.670.5400.66
HSL228.62º50%22.75%-
HSV(B)228.62º66.67%34.12%-
XYZ2.992.479.34-
YUV42.07153.36118.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=18.59%
G=25.64%
B=55.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2940870.670.5400.66228.625022.75
Hex1D28574336042e53217
Octal35501271036601023456227
Binary1110110100010101111000011110110010000101110010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,40,87); }

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

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

 a { background-color: rgb(29,40,87); }

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

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

 span { border-color: rgb(29,40,87); }

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