#1E244B

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

Shades of Lucky Point #1E244B

Tints of Lucky Point #1E244B

Color information

#1E244B (or 0x1E244B) is unknown color: approx Lucky Point. HEX triplet: 1E, 24 and 4B. RGB value is (30,36,75). Sum of RGB (Red+Green+Blue) = 30+36+75=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E244B is #E1DBB4. Grayscale: #262626. Windows color (decimal): -14801845 or 4924446. OLE color: 4924446.

HSL color Cylindrical-coordinate representation of color #1E244B: hue angle of 232º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E244B is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB303675-
CMYK0.600.5200.71
HSL232º42.86%20.59%-
HSV(B)232º60%29.41%-
XYZ2.442.056.92-
YUV38.65148.51121.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.28%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 75 (29.69% from 255) = 53.19%
R=21.28%
G=25.53%
B=53.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3036750.600.5200.7123242.8620.59
Hex1E244B3C34047e82b15
Octal3644113746401073505325
Binary111101001001001011111100110100010001111110100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,36,75); }

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

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

 a { background-color: rgb(30,36,75); }

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

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

 span { border-color: rgb(30,36,75); }

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