#1E2F9E

Color #1E2F9E Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1E2F9E

Tints of Egyptian Blue #1E2F9E

Color information

#1E2F9E (or 0x1E2F9E) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 2F and 9E. RGB value is (30,47,158). Sum of RGB (Red+Green+Blue) = 30+47+158=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E2F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2F9E is #E1D061. Grayscale: #363636. Windows color (decimal): -14798946 or 10366750. OLE color: 10366750.

HSL color Cylindrical-coordinate representation of color #1E2F9E: hue angle of 232.03º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E2F9E is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3047158-
CMYK0.810.7000.38
HSL232.03º68.09%36.86%-
HSV(B)232.03º81.01%61.96%-
XYZ7.724.7832.86-
YUV54.57186.37110.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 47 (18.75% from 255) = 20%
BLUE value IS 158 (62.11% from 255) = 67.23%
R=12.77%
G=20%
B=67.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30471580.810.7000.38232.0368.0936.86
Hex1E2F9E5146026e84425
Octal365723612110604635010445
Binary1111010111110011110101000110001100100110111010001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,47,158); }

 H1.HeaderClassName
 {
   color: #1E2F9E;
 }
 .AnyTagClassName
 {
   color: #1E2F9E;
 }
</style>
background-color css

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

 a { background-color: rgb(30,47,158); }

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

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

 span { border-color: rgb(30,47,158); }

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