#1C2159

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

Shades of Lucky Point #1C2159

Tints of Lucky Point #1C2159

Color information

#1C2159 (or 0x1C2159) is unknown color: approx Lucky Point. HEX triplet: 1C, 21 and 59. RGB value is (28,33,89). Sum of RGB (Red+Green+Blue) = 28+33+89=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C2159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2159 is #E3DEA6. Grayscale: #252525. Windows color (decimal): -14933671 or 5841180. OLE color: 5841180.

HSL color Cylindrical-coordinate representation of color #1C2159: hue angle of 235.08º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C2159 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB283389-
CMYK0.690.6300.65
HSL235.08º52.14%22.94%-
HSV(B)235.08º68.54%34.9%-
XYZ2.832.069.7-
YUV37.89156.84120.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.67%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 89 (35.16% from 255) = 59.33%
R=18.67%
G=22%
B=59.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2833890.690.6300.65235.0852.1422.94
Hex1C2159453F041eb3417
Octal34411311057701013536427
Binary1110010000110110011000101111111010000011110101111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,33,89); }

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

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

 a { background-color: rgb(28,33,89); }

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

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

 span { border-color: rgb(28,33,89); }

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