#1C2553

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

Shades of Lucky Point #1C2553

Tints of Lucky Point #1C2553

Color information

#1C2553 (or 0x1C2553) is unknown color: approx Lucky Point. HEX triplet: 1C, 25 and 53. RGB value is (28,37,83). Sum of RGB (Red+Green+Blue) = 28+37+83=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C2553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2553 is #E3DAAC. Grayscale: #272727. Windows color (decimal): -14932653 or 5448988. OLE color: 5448988.

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

Color convert

RGB283783-
CMYK0.660.5500.67
HSL230.18º49.55%21.76%-
HSV(B)230.18º66.27%32.55%-
XYZ2.72.198.46-
YUV39.55152.52119.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.92%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 83 (32.81% from 255) = 56.08%
R=18.92%
G=25%
B=56.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2837830.660.5500.67230.1849.5521.76
Hex1C25534237043e63216
Octal34451231026701033466226
Binary1110010010110100111000010110111010000111110011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,37,83); }

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

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

 a { background-color: rgb(28,37,83); }

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

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

 span { border-color: rgb(28,37,83); }

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