#181C4D

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

Shades of Lucky Point #181C4D

Tints of Lucky Point #181C4D

Color information

#181C4D (or 0x181C4D) is unknown color: approx Lucky Point. HEX triplet: 18, 1C and 4D. RGB value is (24,28,77). Sum of RGB (Red+Green+Blue) = 24+28+77=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #181C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C4D is #E7E3B2. Grayscale: #202020. Windows color (decimal): -15197107 or 5053464. OLE color: 5053464.

HSL color Cylindrical-coordinate representation of color #181C4D: hue angle of 235.47º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #181C4D is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB242877-
CMYK0.690.6400.70
HSL235.47º52.48%19.8%-
HSV(B)235.47º68.83%30.2%-
XYZ2.131.567.21-
YUV32.39153.17122.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=18.60%
G=21.71%
B=59.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2428770.690.6400.70235.4752.4819.8
Hex181C4D4540046eb3414
Octal303411510510001063536424
Binary1100011100100110110001011000000010001101110101111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,28,77); }

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

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

 a { background-color: rgb(24,28,77); }

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

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

 span { border-color: rgb(24,28,77); }

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