#181D55

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

Shades of Lucky Point #181D55

Tints of Lucky Point #181D55

Color information

#181D55 (or 0x181D55) is unknown color: approx Lucky Point. HEX triplet: 18, 1D and 55. RGB value is (24,29,85). Sum of RGB (Red+Green+Blue) = 24+29+85=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #181D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D55 is #E7E2AA. Grayscale: #212121. Windows color (decimal): -15196843 or 5578008. OLE color: 5578008.

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

Color convert

RGB242985-
CMYK0.720.6600.67
HSL235.08º55.96%21.37%-
HSV(B)235.08º71.76%33.33%-
XYZ2.461.738.8-
YUV33.89156.84120.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 85 (33.59% from 255) = 61.59%
R=17.39%
G=21.01%
B=61.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2429850.720.6600.67235.0855.9621.37
Hex181D554842043eb3815
Octal303512511010201033537025
Binary1100011101101010110010001000010010000111110101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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