#1C275A

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

Shades of Lucky Point #1C275A

Tints of Lucky Point #1C275A

Color information

#1C275A (or 0x1C275A) is unknown color: approx Lucky Point. HEX triplet: 1C, 27 and 5A. RGB value is (28,39,90). Sum of RGB (Red+Green+Blue) = 28+39+90=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C275A is #E3D8A5. Grayscale: #292929. Windows color (decimal): -14932134 or 5908252. OLE color: 5908252.

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

Color convert

RGB283990-
CMYK0.690.5700.65
HSL229.35º52.54%23.14%-
HSV(B)229.35º68.89%35.29%-
XYZ3.052.449.98-
YUV41.52155.36118.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.83%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=17.83%
G=24.84%
B=57.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2839900.690.5700.65229.3552.5423.14
Hex1C275A4539041e53517
Octal34471321057101013456527
Binary1110010011110110101000101111001010000011110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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