#1C2650

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

Shades of Lucky Point #1C2650

Tints of Lucky Point #1C2650

Color information

#1C2650 (or 0x1C2650) is unknown color: approx Lucky Point. HEX triplet: 1C, 26 and 50. RGB value is (28,38,80). Sum of RGB (Red+Green+Blue) = 28+38+80=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C2650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2650 is #E3D9AF. Grayscale: #272727. Windows color (decimal): -14932400 or 5252636. OLE color: 5252636.

HSL color Cylindrical-coordinate representation of color #1C2650: hue angle of 228.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2650 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB283880-
CMYK0.650.5200.69
HSL228.46º48.15%21.18%-
HSV(B)228.46º65%31.37%-
XYZ2.622.217.88-
YUV39.8150.69119.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.18%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=19.18%
G=26.03%
B=54.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2838800.650.5200.69228.4648.1521.18
Hex1C26504134045e43015
Octal34461201016401053446025
Binary1110010011010100001000001110100010001011110010011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,38,80); }

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

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

 a { background-color: rgb(28,38,80); }

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

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

 span { border-color: rgb(28,38,80); }

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