#1E28A0

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

Shades of Egyptian Blue #1E28A0

Tints of Egyptian Blue #1E28A0

Color information

#1E28A0 (or 0x1E28A0) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 28 and A0. RGB value is (30,40,160). Sum of RGB (Red+Green+Blue) = 30+40+160=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 160 (62.89% from 255 or 69.57% from 230); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E28A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E28A0 is #E1D75F. Grayscale: #323232. Windows color (decimal): -14800736 or 10496030. OLE color: 10496030.

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

Color convert

RGB3040160-
CMYK0.810.7500.37
HSL235.38º68.42%37.25%-
HSV(B)235.38º81.25%62.75%-
XYZ7.644.3333.69-
YUV50.69189.69113.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.04%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 160 (62.89% from 255) = 69.57%
R=13.04%
G=17.39%
B=69.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal30401600.810.7500.37235.3868.4237.25
Hex1E28A0514B025eb4425
Octal365024012111304535310445
Binary1111010100010100000101000110010110100101111010111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E28A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,40,160); }

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

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

 a { background-color: rgb(30,40,160); }

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

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

 span { border-color: rgb(30,40,160); }

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