#1D2A57

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

Shades of Lucky Point #1D2A57

Tints of Lucky Point #1D2A57

Color information

#1D2A57 (or 0x1D2A57) is unknown color: approx Lucky Point. HEX triplet: 1D, 2A and 57. RGB value is (29,42,87). Sum of RGB (Red+Green+Blue) = 29+42+87=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D2A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2A57 is #E2D5A8. Grayscale: #2B2B2B. Windows color (decimal): -14865833 or 5712413. OLE color: 5712413.

HSL color Cylindrical-coordinate representation of color #1D2A57: hue angle of 226.55º 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 #1D2A57 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB294287-
CMYK0.670.5200.66
HSL226.55º50%22.75%-
HSV(B)226.55º66.67%34.12%-
XYZ3.052.619.36-
YUV43.24152.69117.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 42 (16.80% from 255) = 26.58%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=18.35%
G=26.58%
B=55.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2942870.670.5200.66226.555022.75
Hex1D2A574334042e33217
Octal35521271036401023436227
Binary1110110101010101111000011110100010000101110001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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