#1C2751

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

Shades of Lucky Point #1C2751

Tints of Lucky Point #1C2751

Color information

#1C2751 (or 0x1C2751) is unknown color: approx Lucky Point. HEX triplet: 1C, 27 and 51. RGB value is (28,39,81). Sum of RGB (Red+Green+Blue) = 28+39+81=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C2751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2751 is #E3D8AE. Grayscale: #282828. Windows color (decimal): -14932143 or 5318428. OLE color: 5318428.

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

Color convert

RGB283981-
CMYK0.650.5200.68
HSL227.55º48.62%21.37%-
HSV(B)227.55º65.43%31.76%-
XYZ2.692.298.09-
YUV40.5150.86119.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.92%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 81 (32.03% from 255) = 54.73%
R=18.92%
G=26.35%
B=54.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2839810.650.5200.68227.5548.6221.37
Hex1C27514134044e43115
Octal34471211016401043446125
Binary1110010011110100011000001110100010001001110010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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