Html Css Color HEX #1E295B Lucky Point

📋 copy color: '#1E295B'

red 30 ◦ green 41 ◦ blue 91

#1E295B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #1E295B

Tints of Lucky Point #1E295B

RGB

 RED value IS 30 (12.11% from 255) = 18.52%

 GREEN value IS 41 (16.41% from 255) = 25.31%

 BLUE value IS 91 (35.94% from 255) = 56.17%

R = 18.52%
G = 25.31%
B = 56.17%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E295B (or 0x1E295B) is known color: Lucky Point. HEX triplet: 1E, 29 and 5B. RGB value is (30,41,91). Sum of RGB (Red+Green+Blue) = 30+41+91=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E295B is #E1D6A4. Grayscale: #2B2B2B. Windows color (decimal): -14800549 or 5974302. OLE color: 5974302.

HSL color Cylindrical-coordinate representation of color #1E295B: hue angle of 229.18º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E295B is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 41 91 -
CMYK 0.67 0.55 0 0.64
HSL 229.18º 0.5% 0.24% -
HSV(B) 229.18º 0.67% 0.36% -
XYZ 3.22 2.62 10.23 -
YUV 43.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 30 41 91 0.67 0.55 0 0.64 229.18 0.5 0.24
Hex 1E 29 5B 43 37 0 40 E5 32 18
Octal 36 51 133 103 67 0 100 345 62 30
Binary 11110 101001 1011011 1000011 110111 0 1000000 11100101 110010 11000

Color Harmonies of #1E295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E295B

Black with #1E295B

Text Example


Text Example

White with #1E295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,41,91); }

 H1.HeaderClassName
 {
   color: #1E295B;
 }
 .AnyTagClassName
 {
   color: #1E295B;
 }
</style>

background-color css

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

 a { background-color: rgb(30,41,91); }

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

border-color css

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

 span { border-color: rgb(30,41,91); }

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