#181D53

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

Shades of Lucky Point #181D53

Tints of Lucky Point #181D53

Color information

#181D53 (or 0x181D53) is unknown color: approx Lucky Point. HEX triplet: 18, 1D and 53. RGB value is (24,29,83). Sum of RGB (Red+Green+Blue) = 24+29+83=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #181D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D53 is #E7E2AC. Grayscale: #212121. Windows color (decimal): -15196845 or 5446936. OLE color: 5446936.

HSL color Cylindrical-coordinate representation of color #181D53: hue angle of 234.92º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #181D53 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB242983-
CMYK0.710.6500.67
HSL234.92º55.14%20.98%-
HSV(B)234.92º71.08%32.55%-
XYZ2.381.78.39-
YUV33.66155.84121.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=17.65%
G=21.32%
B=61.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2429830.710.6500.67234.9255.1420.98
Hex181D534741043eb3715
Octal303512310710101033536725
Binary1100011101101001110001111000001010000111110101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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