Html Css Color HEX #1E3A98 Egyptian Blue

📋 copy color: '#1E3A98'

red 30 ◦ green 58 ◦ blue 152

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

Shades of Egyptian Blue #1E3A98

Tints of Egyptian Blue #1E3A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.33%

R = 12.5%
G = 24.17%
B = 63.33%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1E3A98 (or 0x1E3A98) is known color: Egyptian Blue. HEX triplet: 1E, 3A and 98. RGB value is (30,58,152). Sum of RGB (Red+Green+Blue) = 30+58+152=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E3A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3A98 is #E1C567. Grayscale: #3B3B3B. Windows color (decimal): -14796136 or 9976350. OLE color: 9976350.

HSL color Cylindrical-coordinate representation of color #1E3A98: hue angle of 226.23º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E3A98 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 58 152 -
CMYK 0.80 0.62 0 0.40
HSL 226.23º 0.67% 0.36% -
HSV(B) 226.23º 0.8% 0.6% -
XYZ 7.72 5.57 30.37 -
YUV 60.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 30 58 152 0.80 0.62 0 0.40 226.23 0.67 0.36
Hex 1E 3A 98 50 3E 0 28 E2 43 24
Octal 36 72 230 120 76 0 50 342 103 44
Binary 11110 111010 10011000 1010000 111110 0 101000 11100010 1000011 100100

Color Harmonies of #1E3A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3A98

Black with #1E3A98

Text Example


Text Example

White with #1E3A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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