#1C215A

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

Shades of Lucky Point #1C215A

Tints of Lucky Point #1C215A

Color information

#1C215A (or 0x1C215A) is unknown color: approx Lucky Point. HEX triplet: 1C, 21 and 5A. RGB value is (28,33,90). Sum of RGB (Red+Green+Blue) = 28+33+90=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C215A is #E3DEA5. Grayscale: #252525. Windows color (decimal): -14933670 or 5906716. OLE color: 5906716.

HSL color Cylindrical-coordinate representation of color #1C215A: hue angle of 235.16º degrees, saturation: 0.53, 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 #1C215A is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB283390-
CMYK0.690.6300.65
HSL235.16º52.54%23.14%-
HSV(B)235.16º68.89%35.29%-
XYZ2.872.079.92-
YUV38157.34120.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.54%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=18.54%
G=21.85%
B=59.60%

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
Decimal2833900.690.6300.65235.1652.5423.14
Hex1C215A453F041eb3517
Octal34411321057701013536527
Binary1110010000110110101000101111111010000011110101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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