#18204E

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

Shades of Lucky Point #18204E

Tints of Lucky Point #18204E

Color information

#18204E (or 0x18204E) is unknown color: approx Lucky Point. HEX triplet: 18, 20 and 4E. RGB value is (24,32,78). Sum of RGB (Red+Green+Blue) = 24+32+78=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #18204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18204E is #E7DFB1. Grayscale: #222222. Windows color (decimal): -15196082 or 5120024. OLE color: 5120024.

HSL color Cylindrical-coordinate representation of color #18204E: hue angle of 231.11º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18204E is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB243278-
CMYK0.690.5900.69
HSL231.11º52.94%20%-
HSV(B)231.11º69.23%30.59%-
XYZ2.271.787.43-
YUV34.85152.35120.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=17.91%
G=23.88%
B=58.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2432780.690.5900.69231.1152.9420
Hex18204E453B045e73514
Octal30401161057301053476524
Binary1100010000010011101000101111011010001011110011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18204E; }

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

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

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

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

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

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

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

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