#181D57

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

Shades of Lucky Point #181D57

Tints of Lucky Point #181D57

Color information

#181D57 (or 0x181D57) is unknown color: approx Lucky Point. HEX triplet: 18, 1D and 57. RGB value is (24,29,87). Sum of RGB (Red+Green+Blue) = 24+29+87=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #181D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D57 is #E7E2A8. Grayscale: #212121. Windows color (decimal): -15196841 or 5709080. OLE color: 5709080.

HSL color Cylindrical-coordinate representation of color #181D57: hue angle of 235.24º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181D57 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB242987-
CMYK0.720.6700.66
HSL235.24º56.76%21.76%-
HSV(B)235.24º72.41%34.12%-
XYZ2.541.769.22-
YUV34.12157.84120.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=17.14%
G=20.71%
B=62.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2429870.720.6700.66235.2456.7621.76
Hex181D574843042eb3916
Octal303512711010301023537126
Binary1100011101101011110010001000011010000101110101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181D57; }

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

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

<style>
 a { background-color: #181D57; }

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

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

<style>
 span { border-color: #181D57; }

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

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