#1C265A

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

Shades of Lucky Point #1C265A

Tints of Lucky Point #1C265A

Color information

#1C265A (or 0x1C265A) is unknown color: approx Lucky Point. HEX triplet: 1C, 26 and 5A. RGB value is (28,38,90). Sum of RGB (Red+Green+Blue) = 28+38+90=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C265A is #E3D9A5. Grayscale: #282828. Windows color (decimal): -14932390 or 5907996. OLE color: 5907996.

HSL color Cylindrical-coordinate representation of color #1C265A: hue angle of 230.32º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C265A is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB283890-
CMYK0.690.5800.65
HSL230.32º52.54%23.14%-
HSV(B)230.32º68.89%35.29%-
XYZ3.022.379.97-
YUV40.94155.69118.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=17.95%
G=24.36%
B=57.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2838900.690.5800.65230.3252.5423.14
Hex1C265A453A041e63517
Octal34461321057201013466527
Binary1110010011010110101000101111010010000011110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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