#181F4D

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

Shades of Lucky Point #181F4D

Tints of Lucky Point #181F4D

Color information

#181F4D (or 0x181F4D) is unknown color: approx Lucky Point. HEX triplet: 18, 1F and 4D. RGB value is (24,31,77). Sum of RGB (Red+Green+Blue) = 24+31+77=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #181F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F4D is #E7E0B2. Grayscale: #212121. Windows color (decimal): -15196339 or 5054232. OLE color: 5054232.

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

Color convert

RGB243177-
CMYK0.690.6000.70
HSL232.08º52.48%19.8%-
HSV(B)232.08º68.83%30.2%-
XYZ2.211.717.23-
YUV34.15152.18120.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=18.18%
G=23.48%
B=58.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2431770.690.6000.70232.0852.4819.8
Hex181F4D453C046e83414
Octal30371151057401063506424
Binary110001111110011011000101111100010001101110100011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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