#181D4D

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

Shades of Lucky Point #181D4D

Tints of Lucky Point #181D4D

Color information

#181D4D (or 0x181D4D) is unknown color: approx Lucky Point. HEX triplet: 18, 1D and 4D. RGB value is (24,29,77). Sum of RGB (Red+Green+Blue) = 24+29+77=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #181D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D4D is #E7E2B2. Grayscale: #202020. Windows color (decimal): -15196851 or 5053720. OLE color: 5053720.

HSL color Cylindrical-coordinate representation of color #181D4D: hue angle of 234.34º 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 #181D4D is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB242977-
CMYK0.690.6200.70
HSL234.34º52.48%19.8%-
HSV(B)234.34º68.83%30.2%-
XYZ2.161.617.22-
YUV32.98152.84121.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=18.46%
G=22.31%
B=59.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2429770.690.6200.70234.3452.4819.8
Hex181D4D453E046ea3414
Octal30351151057601063526424
Binary110001110110011011000101111110010001101110101011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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