#18225B

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

Shades of Lucky Point #18225B

Tints of Lucky Point #18225B

Color information

#18225B (or 0x18225B) is unknown color: approx Lucky Point. HEX triplet: 18, 22 and 5B. RGB value is (24,34,91). Sum of RGB (Red+Green+Blue) = 24+34+91=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #18225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18225B is #E7DDA4. Grayscale: #252525. Windows color (decimal): -15195557 or 5972504. OLE color: 5972504.

HSL color Cylindrical-coordinate representation of color #18225B: hue angle of 231.04º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18225B is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB243491-
CMYK0.740.6300.64
HSL231.04º58.26%22.55%-
HSV(B)231.04º73.63%35.69%-
XYZ2.842.0910.15-
YUV37.51158.19118.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 91 (35.94% from 255) = 61.07%
R=16.11%
G=22.82%
B=61.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2434910.740.6300.64231.0458.2622.55
Hex18225B4A3F040e73a17
Octal30421331127701003477227
Binary1100010001010110111001010111111010000001110011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18225B; }

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

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

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

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

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

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

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

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