#1A215C

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

Shades of Lucky Point #1A215C

Tints of Lucky Point #1A215C

Color information

#1A215C (or 0x1A215C) is unknown color: approx Lucky Point. HEX triplet: 1A, 21 and 5C. RGB value is (26,33,92). Sum of RGB (Red+Green+Blue) = 26+33+92=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A215C is #E5DEA3. Grayscale: #252525. Windows color (decimal): -15064740 or 6037786. OLE color: 6037786.

HSL color Cylindrical-coordinate representation of color #1A215C: hue angle of 233.64º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A215C is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB263392-
CMYK0.720.6400.64
HSL233.64º55.93%23.14%-
HSV(B)233.64º71.74%36.08%-
XYZ2.92.0810.37-
YUV37.63158.68119.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=17.22%
G=21.85%
B=60.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2633920.720.6400.64233.6455.9323.14
Hex1A215C4840040ea3817
Octal324113411010001003527027
Binary11010100001101110010010001000000010000001110101011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A215C; }

 p { color: rgb(26,33,92); }

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

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

 a { background-color: rgb(26,33,92); }

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

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

 span { border-color: rgb(26,33,92); }

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