#18244E

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

Shades of Lucky Point #18244E

Tints of Lucky Point #18244E

Color information

#18244E (or 0x18244E) is unknown color: approx Lucky Point. HEX triplet: 18, 24 and 4E. RGB value is (24,36,78). Sum of RGB (Red+Green+Blue) = 24+36+78=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #18244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18244E is #E7DBB1. Grayscale: #252525. Windows color (decimal): -15195058 or 5121048. OLE color: 5121048.

HSL color Cylindrical-coordinate representation of color #18244E: hue angle of 226.67º 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 #18244E is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB243678-
CMYK0.690.5400.69
HSL226.67º52.94%20%-
HSV(B)226.67º69.23%30.59%-
XYZ2.382.017.47-
YUV37.2151.02118.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=17.39%
G=26.09%
B=56.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2436780.690.5400.69226.6752.9420
Hex18244E4536045e33514
Octal30441161056601053436524
Binary1100010010010011101000101110110010001011110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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