Html Css Color HEX #1E3DA7 Egyptian Blue

📋 copy color: '#1E3DA7'

red 30 ◦ green 61 ◦ blue 167

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

Shades of Egyptian Blue #1E3DA7

Tints of Egyptian Blue #1E3DA7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

 BLUE value IS 167 (65.63% from 255) = 64.73%

R = 11.63%
G = 23.64%
B = 64.73%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1E3DA7 (or 0x1E3DA7) is known color: Egyptian Blue. HEX triplet: 1E, 3D and A7. RGB value is (30,61,167). Sum of RGB (Red+Green+Blue) = 30+61+167=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #1E3DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3DA7 is #E1C258. Grayscale: #3F3F3F. Windows color (decimal): -14795353 or 10960158. OLE color: 10960158.

HSL color Cylindrical-coordinate representation of color #1E3DA7: hue angle of 226.42º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E3DA7 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 30 61 167 -
CMYK 0.82 0.63 0 0.35
HSL 226.42º 0.7% 0.39% -
HSV(B) 226.42º 0.82% 0.65% -
XYZ 9.18 6.4 37.31 -
YUV 63.82 186.23 103.88 -
System Red Green Blue C M Y K H S L
Decimal 30 61 167 0.82 0.63 0 0.35 226.42 0.7 0.39
Hex 1E 3D A7 52 3F 0 23 E2 46 27
Octal 36 75 247 122 77 0 43 342 106 47
Binary 11110 111101 10100111 1010010 111111 0 100011 11100010 1000110 100111

Color Harmonies of #1E3DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3DA7

Black with #1E3DA7

Text Example


Text Example

White with #1E3DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,61,167); }

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

background-color css

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

 a { background-color: rgb(30,61,167); }

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

border-color css

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

 span { border-color: rgb(30,61,167); }

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