#182258

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

Shades of Lucky Point #182258

Tints of Lucky Point #182258

Color information

#182258 (or 0x182258) is unknown color: approx Lucky Point. HEX triplet: 18, 22 and 58. RGB value is (24,34,88). Sum of RGB (Red+Green+Blue) = 24+34+88=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #182258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182258 is #E7DDA7. Grayscale: #242424. Windows color (decimal): -15195560 or 5775896. OLE color: 5775896.

HSL color Cylindrical-coordinate representation of color #182258: hue angle of 230.62º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #182258 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB243488-
CMYK0.730.6100.65
HSL230.62º57.14%21.96%-
HSV(B)230.62º72.73%34.51%-
XYZ2.712.049.48-
YUV37.17156.69118.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 88 (34.77% from 255) = 60.27%
R=16.44%
G=23.29%
B=60.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2434880.730.6100.65230.6257.1421.96
Hex182258493D041e73916
Octal30421301117501013477126
Binary1100010001010110001001001111101010000011110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182258; }

 p { color: rgb(24,34,88); }

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

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

 a { background-color: rgb(24,34,88); }

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

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

 span { border-color: rgb(24,34,88); }

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