#1E4098

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

Shades of Egyptian Blue #1E4098

Tints of Egyptian Blue #1E4098

Color information

#1E4098 (or 0x1E4098) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 40 and 98. RGB value is (30,64,152). Sum of RGB (Red+Green+Blue) = 30+64+152=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E4098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4098 is #E1BF67. Grayscale: #3F3F3F. Windows color (decimal): -14794600 or 9977886. OLE color: 9977886.

HSL color Cylindrical-coordinate representation of color #1E4098: hue angle of 223.28º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E4098 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3064152-
CMYK0.800.5800.40
HSL223.28º67.03%35.69%-
HSV(B)223.28º80.26%59.61%-
XYZ8.046.2130.48-
YUV63.87177.74103.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 152 (59.77% from 255) = 61.79%
R=12.20%
G=26.02%
B=61.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal30641520.800.5800.40223.2867.0335.69
Hex1E4098503A028df4324
Octal361002301207205033710344
Binary1111010000001001100010100001110100101000110111111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,64,152); }

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

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

 a { background-color: rgb(30,64,152); }

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

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

 span { border-color: rgb(30,64,152); }

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