#182050

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

Shades of Lucky Point #182050

Tints of Lucky Point #182050

Color information

#182050 (or 0x182050) is unknown color: approx Lucky Point. HEX triplet: 18, 20 and 50. RGB value is (24,32,80). Sum of RGB (Red+Green+Blue) = 24+32+80=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #182050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182050 is #E7DFAF. Grayscale: #222222. Windows color (decimal): -15196080 or 5251096. OLE color: 5251096.

HSL color Cylindrical-coordinate representation of color #182050: hue angle of 231.43º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #182050 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB243280-
CMYK0.700.6000.69
HSL231.43º53.85%20.39%-
HSV(B)231.43º70%31.37%-
XYZ2.341.817.81-
YUV35.08153.35120.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=17.65%
G=23.53%
B=58.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2432800.700.6000.69231.4353.8520.39
Hex182050463C045e73614
Octal30401201067401053476624
Binary1100010000010100001000110111100010001011110011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182050; }

 p { color: rgb(24,32,80); }

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

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

 a { background-color: rgb(24,32,80); }

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

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

 span { border-color: rgb(24,32,80); }

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