Html Css Color HEX #1E2B9B Egyptian Blue

📋 copy color: '#1E2B9B'

red 30 ◦ green 43 ◦ blue 155

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

Shades of Egyptian Blue #1E2B9B

Tints of Egyptian Blue #1E2B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.98%

R = 13.16%
G = 18.86%
B = 67.98%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E2B9B (or 0x1E2B9B) is known color: Egyptian Blue. HEX triplet: 1E, 2B and 9B. RGB value is (30,43,155). Sum of RGB (Red+Green+Blue) = 30+43+155=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E2B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2B9B is #E1D464. Grayscale: #333333. Windows color (decimal): -14799973 or 10169118. OLE color: 10169118.

HSL color Cylindrical-coordinate representation of color #1E2B9B: hue angle of 233.76º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E2B9B is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 43 155 -
CMYK 0.81 0.72 0 0.39
HSL 233.76º 0.68% 0.36% -
HSV(B) 233.76º 0.81% 0.61% -
XYZ 7.32 4.37 31.47 -
YUV 51.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 30 43 155 0.81 0.72 0 0.39 233.76 0.68 0.36
Hex 1E 2B 9B 51 48 0 27 EA 44 24
Octal 36 53 233 121 110 0 47 352 104 44
Binary 11110 101011 10011011 1010001 1001000 0 100111 11101010 1000100 100100

Color Harmonies of #1E2B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2B9B

Black with #1E2B9B

Text Example


Text Example

White with #1E2B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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