Html Css Color HEX #1E2359 Lucky Point

📋 copy color: '#1E2359'

red 30 ◦ green 35 ◦ blue 89

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

Shades of Lucky Point #1E2359

Tints of Lucky Point #1E2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 19.48%
G = 22.73%
B = 57.79%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E2359 (or 0x1E2359) is known color: Lucky Point. HEX triplet: 1E, 23 and 59. RGB value is (30,35,89). Sum of RGB (Red+Green+Blue) = 30+35+89=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E2359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2359 is #E1DCA6. Grayscale: #272727. Windows color (decimal): -14802087 or 5841694. OLE color: 5841694.

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

Color convert

RGB 30 35 89 -
CMYK 0.66 0.61 0 0.65
HSL 234.92º 0.5% 0.23% -
HSV(B) 234.92º 0.66% 0.35% -
XYZ 2.94 2.2 9.72 -
YUV 39.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 30 35 89 0.66 0.61 0 0.65 234.92 0.5 0.23
Hex 1E 23 59 42 3D 0 41 EB 32 17
Octal 36 43 131 102 75 0 101 353 62 27
Binary 11110 100011 1011001 1000010 111101 0 1000001 11101011 110010 10111

Color Harmonies of #1E2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2359

Black with #1E2359

Text Example


Text Example

White with #1E2359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,35,89); }

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

background-color css

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

 a { background-color: rgb(30,35,89); }

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

border-color css

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

 span { border-color: rgb(30,35,89); }

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