Html Css Color HEX #1E3C9B Egyptian Blue

📋 copy color: '#1E3C9B'

red 30 ◦ green 60 ◦ blue 155

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

Shades of Egyptian Blue #1E3C9B

Tints of Egyptian Blue #1E3C9B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

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

R = 12.24%
G = 24.49%
B = 63.27%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E3C9B (or 0x1E3C9B) is known color: Egyptian Blue. HEX triplet: 1E, 3C and 9B. RGB value is (30,60,155). Sum of RGB (Red+Green+Blue) = 30+60+155=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E3C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3C9B is #E1C364. Grayscale: #3D3D3D. Windows color (decimal): -14795621 or 10173470. OLE color: 10173470.

HSL color Cylindrical-coordinate representation of color #1E3C9B: hue angle of 225.6º 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 #1E3C9B is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 60 155 -
CMYK 0.81 0.61 0 0.39
HSL 225.6º 0.68% 0.36% -
HSV(B) 225.6º 0.81% 0.61% -
XYZ 8.07 5.87 31.72 -
YUV 61.86 180.56 105.28 -
System Red Green Blue C M Y K H S L
Decimal 30 60 155 0.81 0.61 0 0.39 225.6 0.68 0.36
Hex 1E 3C 9B 51 3D 0 27 E2 44 24
Octal 36 74 233 121 75 0 47 342 104 44
Binary 11110 111100 10011011 1010001 111101 0 100111 11100010 1000100 100100

Color Harmonies of #1E3C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3C9B

Black with #1E3C9B

Text Example


Text Example

White with #1E3C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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