#1C2A5D

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

Shades of Lucky Point #1C2A5D

Tints of Lucky Point #1C2A5D

Color information

#1C2A5D (or 0x1C2A5D) is unknown color: approx Lucky Point. HEX triplet: 1C, 2A and 5D. RGB value is (28,42,93). Sum of RGB (Red+Green+Blue) = 28+42+93=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C2A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2A5D is #E3D5A2. Grayscale: #2B2B2B. Windows color (decimal): -14931363 or 6105628. OLE color: 6105628.

HSL color Cylindrical-coordinate representation of color #1C2A5D: hue angle of 227.08º degrees, saturation: 0.54, 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 #1C2A5D is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB284293-
CMYK0.700.5500.64
HSL227.08º53.72%23.73%-
HSV(B)227.08º69.89%36.47%-
XYZ3.282.6910.7-
YUV43.63155.86116.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.18%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=17.18%
G=25.77%
B=57.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2842930.700.5500.64227.0853.7223.73
Hex1C2A5D4637040e33618
Octal34521351066701003436630
Binary1110010101010111011000110110111010000001110001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,42,93); }

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

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

 a { background-color: rgb(28,42,93); }

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

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

 span { border-color: rgb(28,42,93); }

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