Html Css Color HEX #1E308A Egyptian Blue

📋 copy color: '#1E308A'

red 30 ◦ green 48 ◦ blue 138

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

Shades of Egyptian Blue #1E308A

Tints of Egyptian Blue #1E308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 138 (54.3% from 255) = 63.89%

R = 13.89%
G = 22.22%
B = 63.89%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E308A (or 0x1E308A) is known color: Egyptian Blue. HEX triplet: 1E, 30 and 8A. RGB value is (30,48,138). Sum of RGB (Red+Green+Blue) = 30+48+138=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E308A is #E1CF75. Grayscale: #343434. Windows color (decimal): -14798710 or 9056286. OLE color: 9056286.

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

Color convert

RGB 30 48 138 -
CMYK 0.78 0.65 0 0.46
HSL 230º 0.64% 0.33% -
HSV(B) 230º 0.78% 0.54% -
XYZ 6.18 4.22 24.53 -
YUV 52.88 176.04 111.68 -
System Red Green Blue C M Y K H S L
Decimal 30 48 138 0.78 0.65 0 0.46 230 0.64 0.33
Hex 1E 30 8A 4E 41 0 2E E6 40 21
Octal 36 60 212 116 101 0 56 346 100 41
Binary 11110 110000 10001010 1001110 1000001 0 101110 11100110 1000000 100001

Color Harmonies of #1E308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E308A

Black with #1E308A

Text Example


Text Example

White with #1E308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,48,138); }

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

background-color css

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

 a { background-color: rgb(30,48,138); }

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

border-color css

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

 span { border-color: rgb(30,48,138); }

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