Html Css Color HEX #1E368B Egyptian Blue

📋 copy color: '#1E368B'

red 30 ◦ green 54 ◦ blue 139

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

Shades of Egyptian Blue #1E368B

Tints of Egyptian Blue #1E368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

 BLUE value IS 139 (54.69% from 255) = 62.33%

R = 13.45%
G = 24.22%
B = 62.33%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E368B (or 0x1E368B) is known color: Egyptian Blue. HEX triplet: 1E, 36 and 8B. RGB value is (30,54,139). Sum of RGB (Red+Green+Blue) = 30+54+139=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E368B is #E1C974. Grayscale: #383838. Windows color (decimal): -14797173 or 9123358. OLE color: 9123358.

HSL color Cylindrical-coordinate representation of color #1E368B: hue angle of 226.79º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E368B is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 54 139 -
CMYK 0.78 0.61 0 0.45
HSL 226.79º 0.64% 0.33% -
HSV(B) 226.79º 0.78% 0.55% -
XYZ 6.51 4.78 25.01 -
YUV 56.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 30 54 139 0.78 0.61 0 0.45 226.79 0.64 0.33
Hex 1E 36 8B 4E 3D 0 2D E3 40 21
Octal 36 66 213 116 75 0 55 343 100 41
Binary 11110 110110 10001011 1001110 111101 0 101101 11100011 1000000 100001

Color Harmonies of #1E368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E368B

Black with #1E368B

Text Example


Text Example

White with #1E368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,54,139); }

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

background-color css

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

 a { background-color: rgb(30,54,139); }

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

border-color css

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

 span { border-color: rgb(30,54,139); }

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