#1E2B60

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

Shades of Lucky Point #1E2B60

Tints of Lucky Point #1E2B60

Color information

#1E2B60 (or 0x1E2B60) is unknown color: approx Lucky Point. HEX triplet: 1E, 2B and 60. RGB value is (30,43,96). Sum of RGB (Red+Green+Blue) = 30+43+96=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E2B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B60 is #E1D49F. Grayscale: #2C2C2C. Windows color (decimal): -14800032 or 6302494. OLE color: 6302494.

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

Color convert

RGB304396-
CMYK0.690.5500.62
HSL228.18º52.38%24.71%-
HSV(B)228.18º68.75%37.65%-
XYZ3.512.8511.43-
YUV45.16156.69117.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.75%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 96 (37.89% from 255) = 56.80%
R=17.75%
G=25.44%
B=56.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3043960.690.5500.62228.1852.3824.71
Hex1E2B60453703Ee43419
Octal3653140105670763446431
Binary111101010111100000100010111011101111101110010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,43,96); }

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

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

 a { background-color: rgb(30,43,96); }

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

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

 span { border-color: rgb(30,43,96); }

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