#181B4D

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

Shades of Lucky Point #181B4D

Tints of Lucky Point #181B4D

Color information

#181B4D (or 0x181B4D) is unknown color: approx Lucky Point. HEX triplet: 18, 1B and 4D. RGB value is (24,27,77). Sum of RGB (Red+Green+Blue) = 24+27+77=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #181B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181B4D is #E7E4B2. Grayscale: #1F1F1F. Windows color (decimal): -15197363 or 5053208. OLE color: 5053208.

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

Color convert

RGB242777-
CMYK0.690.6500.70
HSL236.6º52.48%19.8%-
HSV(B)236.6º68.83%30.2%-
XYZ2.111.517.2-
YUV31.8153.51122.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=18.75%
G=21.09%
B=60.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2427770.690.6500.70236.652.4819.8
Hex181B4D4541046ed3414
Octal303311510510101063556424
Binary1100011011100110110001011000001010001101110110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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