#18244F

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

Shades of Lucky Point #18244F

Tints of Lucky Point #18244F

Color information

#18244F (or 0x18244F) is unknown color: approx Lucky Point. HEX triplet: 18, 24 and 4F. RGB value is (24,36,79). Sum of RGB (Red+Green+Blue) = 24+36+79=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #18244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18244F is #E7DBB0. Grayscale: #252525. Windows color (decimal): -15195057 or 5186584. OLE color: 5186584.

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

Color convert

RGB243679-
CMYK0.700.5400.69
HSL226.91º53.4%20.2%-
HSV(B)226.91º69.62%30.98%-
XYZ2.422.027.66-
YUV37.31151.52118.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 79 (31.25% from 255) = 56.83%
R=17.27%
G=25.90%
B=56.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2436790.700.5400.69226.9153.420.2
Hex18244F4636045e33514
Octal30441171066601053436524
Binary1100010010010011111000110110110010001011110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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