#1C295A

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

Shades of Lucky Point #1C295A

Tints of Lucky Point #1C295A

Color information

#1C295A (or 0x1C295A) is unknown color: approx Lucky Point. HEX triplet: 1C, 29 and 5A. RGB value is (28,41,90). Sum of RGB (Red+Green+Blue) = 28+41+90=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C295A is #E3D6A5. Grayscale: #2A2A2A. Windows color (decimal): -14931622 or 5908764. OLE color: 5908764.

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

Color convert

RGB284190-
CMYK0.690.5400.65
HSL227.42º52.54%23.14%-
HSV(B)227.42º68.89%35.29%-
XYZ3.122.5710-
YUV42.7154.69117.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=17.61%
G=25.79%
B=56.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2841900.690.5400.65227.4252.5423.14
Hex1C295A4536041e33517
Octal34511321056601013436527
Binary1110010100110110101000101110110010000011110001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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