#1C2759

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

Shades of Lucky Point #1C2759

Tints of Lucky Point #1C2759

Color information

#1C2759 (or 0x1C2759) is unknown color: approx Lucky Point. HEX triplet: 1C, 27 and 59. RGB value is (28,39,89). Sum of RGB (Red+Green+Blue) = 28+39+89=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C2759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2759 is #E3D8A6. Grayscale: #292929. Windows color (decimal): -14932135 or 5842716. OLE color: 5842716.

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

Color convert

RGB283989-
CMYK0.690.5600.65
HSL229.18º52.14%22.94%-
HSV(B)229.18º68.54%34.9%-
XYZ3.012.429.76-
YUV41.41154.86118.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 57.05%
R=17.95%
G=25%
B=57.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2839890.690.5600.65229.1852.1422.94
Hex1C27594538041e53417
Octal34471311057001013456427
Binary1110010011110110011000101111000010000011110010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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