Html Css Color HEX #1E295A Lucky Point

📋 copy color: '#1E295A'

red 30 ◦ green 41 ◦ blue 90

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

Shades of Lucky Point #1E295A

Tints of Lucky Point #1E295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.9%

R = 18.63%
G = 25.47%
B = 55.9%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E295A (or 0x1E295A) is known color: Lucky Point. HEX triplet: 1E, 29 and 5A. RGB value is (30,41,90). Sum of RGB (Red+Green+Blue) = 30+41+90=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E295A is #E1D6A5. Grayscale: #2B2B2B. Windows color (decimal): -14800550 or 5908766. OLE color: 5908766.

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

Color convert

RGB 30 41 90 -
CMYK 0.67 0.54 0 0.65
HSL 229º 0.5% 0.24% -
HSV(B) 229º 0.67% 0.35% -
XYZ 3.17 2.6 10.01 -
YUV 43.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 30 41 90 0.67 0.54 0 0.65 229 0.5 0.24
Hex 1E 29 5A 43 36 0 41 E5 32 18
Octal 36 51 132 103 66 0 101 345 62 30
Binary 11110 101001 1011010 1000011 110110 0 1000001 11100101 110010 11000

Color Harmonies of #1E295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E295A

Black with #1E295A

Text Example


Text Example

White with #1E295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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