#1C2861

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

Shades of Lucky Point #1C2861

Tints of Lucky Point #1C2861

Color information

#1C2861 (or 0x1C2861) is unknown color: approx Lucky Point. HEX triplet: 1C, 28 and 61. RGB value is (28,40,97). Sum of RGB (Red+Green+Blue) = 28+40+97=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C2861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2861 is #E3D79E. Grayscale: #2A2A2A. Windows color (decimal): -14931871 or 6367260. OLE color: 6367260.

HSL color Cylindrical-coordinate representation of color #1C2861: hue angle of 229.57º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C2861 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB284097-
CMYK0.710.5900.62
HSL229.57º55.2%24.51%-
HSV(B)229.57º71.13%38.04%-
XYZ3.42.6311.64-
YUV42.91158.52117.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.97%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=16.97%
G=24.24%
B=58.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2840970.710.5900.62229.5755.224.51
Hex1C2861473B03Ee63719
Octal3450141107730763466731
Binary111001010001100001100011111101101111101110011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,40,97); }

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

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

 a { background-color: rgb(28,40,97); }

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

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

 span { border-color: rgb(28,40,97); }

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