#1C275C

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

Shades of Lucky Point #1C275C

Tints of Lucky Point #1C275C

Color information

#1C275C (or 0x1C275C) is unknown color: approx Lucky Point. HEX triplet: 1C, 27 and 5C. RGB value is (28,39,92). Sum of RGB (Red+Green+Blue) = 28+39+92=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C275C is #E3D8A3. Grayscale: #292929. Windows color (decimal): -14932132 or 6039324. OLE color: 6039324.

HSL color Cylindrical-coordinate representation of color #1C275C: hue angle of 229.69º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C275C is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB283992-
CMYK0.700.5800.64
HSL229.69º53.33%23.53%-
HSV(B)229.69º69.57%36.08%-
XYZ3.142.4710.44-
YUV41.75156.36118.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 92 (36.33% from 255) = 57.86%
R=17.61%
G=24.53%
B=57.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2839920.700.5800.64229.6953.3323.53
Hex1C275C463A040e63518
Octal34471341067201003466530
Binary1110010011110111001000110111010010000001110011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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