Html Css Color HEX #1E2B58 Lucky Point

📋 copy color: '#1E2B58'

red 30 ◦ green 43 ◦ blue 88

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

Shades of Lucky Point #1E2B58

Tints of Lucky Point #1E2B58

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.71%

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 18.63%
G = 26.71%
B = 54.66%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E2B58 (or 0x1E2B58) is known color: Lucky Point. HEX triplet: 1E, 2B and 58. RGB value is (30,43,88). Sum of RGB (Red+Green+Blue) = 30+43+88=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E2B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B58 is #E1D4A7. Grayscale: #2C2C2C. Windows color (decimal): -14800040 or 5778206. OLE color: 5778206.

HSL color Cylindrical-coordinate representation of color #1E2B58: hue angle of 226.55º degrees, saturation: 0.49, 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 #1E2B58 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 43 88 -
CMYK 0.66 0.51 0 0.65
HSL 226.55º 0.49% 0.23% -
HSV(B) 226.55º 0.66% 0.35% -
XYZ 3.16 2.71 9.59 -
YUV 44.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 30 43 88 0.66 0.51 0 0.65 226.55 0.49 0.23
Hex 1E 2B 58 42 33 0 41 E3 31 17
Octal 36 53 130 102 63 0 101 343 61 27
Binary 11110 101011 1011000 1000010 110011 0 1000001 11100011 110001 10111

Color Harmonies of #1E2B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2B58

Black with #1E2B58

Text Example


Text Example

White with #1E2B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,43,88); }

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

background-color css

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

 a { background-color: rgb(30,43,88); }

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

border-color css

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

 span { border-color: rgb(30,43,88); }

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