#18205A

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

Shades of Lucky Point #18205A

Tints of Lucky Point #18205A

Color information

#18205A (or 0x18205A) is unknown color: approx Lucky Point. HEX triplet: 18, 20 and 5A. RGB value is (24,32,90). Sum of RGB (Red+Green+Blue) = 24+32+90=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #18205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18205A is #E7DFA5. Grayscale: #232323. Windows color (decimal): -15196070 or 5906456. OLE color: 5906456.

HSL color Cylindrical-coordinate representation of color #18205A: hue angle of 232.73º degrees, saturation: 0.58, 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 #18205A is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB243290-
CMYK0.730.6400.65
HSL232.73º57.89%22.35%-
HSV(B)232.73º73.33%35.29%-
XYZ2.741.979.91-
YUV36.22158.35119.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=16.44%
G=21.92%
B=61.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2432900.730.6400.65232.7357.8922.35
Hex18205A4940041e93a16
Octal304013211110001013517226
Binary11000100000101101010010011000000010000011110100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18205A; }

 p { color: rgb(24,32,90); }

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

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

 a { background-color: rgb(24,32,90); }

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

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

 span { border-color: rgb(24,32,90); }

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