#1C2756

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

Shades of Lucky Point #1C2756

Tints of Lucky Point #1C2756

Color information

#1C2756 (or 0x1C2756) is unknown color: approx Lucky Point. HEX triplet: 1C, 27 and 56. RGB value is (28,39,86). Sum of RGB (Red+Green+Blue) = 28+39+86=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C2756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2756 is #E3D8A9. Grayscale: #282828. Windows color (decimal): -14932138 or 5646108. OLE color: 5646108.

HSL color Cylindrical-coordinate representation of color #1C2756: hue angle of 228.62º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C2756 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB283986-
CMYK0.670.5500.66
HSL228.62º50.88%22.35%-
HSV(B)228.62º67.44%33.73%-
XYZ2.882.379.11-
YUV41.07153.36118.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.30%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=18.30%
G=25.49%
B=56.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2839860.670.5500.66228.6250.8822.35
Hex1C27564337042e53316
Octal34471261036701023456326
Binary1110010011110101101000011110111010000101110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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