#1E36AB

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

Shades of Egyptian Blue #1E36AB

Tints of Egyptian Blue #1E36AB

Color information

#1E36AB (or 0x1E36AB) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 36 and AB. RGB value is (30,54,171). Sum of RGB (Red+Green+Blue) = 30+54+171=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E36AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E36AB is #E1C954. Grayscale: #3B3B3B. Windows color (decimal): -14797141 or 11220510. OLE color: 11220510.

HSL color Cylindrical-coordinate representation of color #1E36AB: hue angle of 229.79º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E36AB is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3054171-
CMYK0.820.6800.33
HSL229.79º70.15%39.41%-
HSV(B)229.79º82.46%67.06%-
XYZ9.215.8539.17-
YUV60.16190.55106.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 171 (67.19% from 255) = 67.06%
R=11.76%
G=21.18%
B=67.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30541710.820.6800.33229.7970.1539.41
Hex1E36AB5244021e64627
Octal366625312210404134610647
Binary1111011011010101011101001010001000100001111001101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,171); }

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

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

 a { background-color: rgb(30,54,171); }

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

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

 span { border-color: rgb(30,54,171); }

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