Html Css Color HEX #1E3A8E Egyptian Blue

📋 copy color: '#1E3A8E'

red 30 ◦ green 58 ◦ blue 142

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

Shades of Egyptian Blue #1E3A8E

Tints of Egyptian Blue #1E3A8E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

 BLUE value IS 142 (55.86% from 255) = 61.74%

R = 13.04%
G = 25.22%
B = 61.74%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E3A8E (or 0x1E3A8E) is known color: Egyptian Blue. HEX triplet: 1E, 3A and 8E. RGB value is (30,58,142). Sum of RGB (Red+Green+Blue) = 30+58+142=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E3A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3A8E is #E1C571. Grayscale: #3A3A3A. Windows color (decimal): -14796146 or 9320990. OLE color: 9320990.

HSL color Cylindrical-coordinate representation of color #1E3A8E: hue angle of 225º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E3A8E is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 58 142 -
CMYK 0.79 0.59 0 0.44
HSL 225º 0.65% 0.34% -
HSV(B) 225º 0.79% 0.56% -
XYZ 6.93 5.26 26.24 -
YUV 59.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 30 58 142 0.79 0.59 0 0.44 225 0.65 0.34
Hex 1E 3A 8E 4F 3B 0 2C E1 41 22
Octal 36 72 216 117 73 0 54 341 101 42
Binary 11110 111010 10001110 1001111 111011 0 101100 11100001 1000001 100010

Color Harmonies of #1E3A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3A8E

Black with #1E3A8E

Text Example


Text Example

White with #1E3A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,58,142); }

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

background-color css

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

 a { background-color: rgb(30,58,142); }

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

border-color css

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

 span { border-color: rgb(30,58,142); }

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