#1C2651

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

Shades of Lucky Point #1C2651

Tints of Lucky Point #1C2651

Color information

#1C2651 (or 0x1C2651) is unknown color: approx Lucky Point. HEX triplet: 1C, 26 and 51. RGB value is (28,38,81). Sum of RGB (Red+Green+Blue) = 28+38+81=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C2651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2651 is #E3D9AE. Grayscale: #272727. Windows color (decimal): -14932399 or 5318172. OLE color: 5318172.

HSL color Cylindrical-coordinate representation of color #1C2651: hue angle of 228.68º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2651 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB283881-
CMYK0.650.5300.68
HSL228.68º48.62%21.37%-
HSV(B)228.68º65.43%31.76%-
XYZ2.662.238.07-
YUV39.91151.19119.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=19.05%
G=25.85%
B=55.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2838810.650.5300.68228.6848.6221.37
Hex1C26514135044e53115
Octal34461211016501043456125
Binary1110010011010100011000001110101010001001110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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