#18254E

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

Shades of Lucky Point #18254E

Tints of Lucky Point #18254E

Color information

#18254E (or 0x18254E) is unknown color: approx Lucky Point. HEX triplet: 18, 25 and 4E. RGB value is (24,37,78). Sum of RGB (Red+Green+Blue) = 24+37+78=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #18254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18254E is #E7DAB1. Grayscale: #252525. Windows color (decimal): -15194802 or 5121304. OLE color: 5121304.

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

Color convert

RGB243778-
CMYK0.690.5300.69
HSL225.56º52.94%20%-
HSV(B)225.56º69.23%30.59%-
XYZ2.412.077.48-
YUV37.79150.69118.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 78 (30.86% from 255) = 56.12%
R=17.27%
G=26.62%
B=56.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2437780.690.5300.69225.5652.9420
Hex18254E4535045e23514
Octal30451161056501053426524
Binary1100010010110011101000101110101010001011110001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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