Html Css Color HEX #1E215B Lucky Point

📋 copy color: '#1E215B'

red 30 ◦ green 33 ◦ blue 91

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

Shades of Lucky Point #1E215B

Tints of Lucky Point #1E215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 19.48%
G = 21.43%
B = 59.09%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E215B (or 0x1E215B) is known color: Lucky Point. HEX triplet: 1E, 21 and 5B. RGB value is (30,33,91). Sum of RGB (Red+Green+Blue) = 30+33+91=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E215B is #E1DEA4. Grayscale: #262626. Windows color (decimal): -14802597 or 5972254. OLE color: 5972254.

HSL color Cylindrical-coordinate representation of color #1E215B: hue angle of 237.05º 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 #1E215B is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 33 91 -
CMYK 0.67 0.64 0 0.64
HSL 237.05º 0.5% 0.24% -
HSV(B) 237.05º 0.67% 0.36% -
XYZ 2.97 2.12 10.15 -
YUV 38.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 30 33 91 0.67 0.64 0 0.64 237.05 0.5 0.24
Hex 1E 21 5B 43 40 0 40 ED 32 18
Octal 36 41 133 103 100 0 100 355 62 30
Binary 11110 100001 1011011 1000011 1000000 0 1000000 11101101 110010 11000

Color Harmonies of #1E215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E215B

Black with #1E215B

Text Example


Text Example

White with #1E215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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