#18224F

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

Shades of Lucky Point #18224F

Tints of Lucky Point #18224F

Color information

#18224F (or 0x18224F) is unknown color: approx Lucky Point. HEX triplet: 18, 22 and 4F. RGB value is (24,34,79). Sum of RGB (Red+Green+Blue) = 24+34+79=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #18224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18224F is #E7DDB0. Grayscale: #232323. Windows color (decimal): -15195569 or 5186072. OLE color: 5186072.

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

Color convert

RGB243479-
CMYK0.700.5700.69
HSL229.09º53.4%20.2%-
HSV(B)229.09º69.62%30.98%-
XYZ2.361.97.64-
YUV36.14152.19119.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=17.52%
G=24.82%
B=57.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2434790.700.5700.69229.0953.420.2
Hex18224F4639045e53514
Octal30421171067101053456524
Binary1100010001010011111000110111001010001011110010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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