Html Css Color HEX #1E459C Egyptian Blue

📋 copy color: '#1E459C'

red 30 ◦ green 69 ◦ blue 156

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

Shades of Egyptian Blue #1E459C

Tints of Egyptian Blue #1E459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

 BLUE value IS 156 (61.33% from 255) = 61.18%

R = 11.76%
G = 27.06%
B = 61.18%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E459C (or 0x1E459C) is known color: Egyptian Blue. HEX triplet: 1E, 45 and 9C. RGB value is (30,69,156). Sum of RGB (Red+Green+Blue) = 30+69+156=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E459C is #E1BA63. Grayscale: #424242. Windows color (decimal): -14793316 or 10241310. OLE color: 10241310.

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

Color convert

RGB 30 69 156 -
CMYK 0.81 0.56 0 0.39
HSL 221.43º 0.68% 0.36% -
HSV(B) 221.43º 0.81% 0.61% -
XYZ 8.66 6.93 32.33 -
YUV 67.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 30 69 156 0.81 0.56 0 0.39 221.43 0.68 0.36
Hex 1E 45 9C 51 38 0 27 DD 44 24
Octal 36 105 234 121 70 0 47 335 104 44
Binary 11110 1000101 10011100 1010001 111000 0 100111 11011101 1000100 100100

Color Harmonies of #1E459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E459C

Black with #1E459C

Text Example


Text Example

White with #1E459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,69,156); }

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

background-color css

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

 a { background-color: rgb(30,69,156); }

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

border-color css

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

 span { border-color: rgb(30,69,156); }

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