#1E2CAB

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

Shades of Egyptian Blue #1E2CAB

Tints of Egyptian Blue #1E2CAB

Color information

#1E2CAB (or 0x1E2CAB) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 2C and AB. RGB value is (30,44,171). Sum of RGB (Red+Green+Blue) = 30+44+171=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E2CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2CAB is #E1D354. Grayscale: #353535. Windows color (decimal): -14799701 or 11217950. OLE color: 11217950.

HSL color Cylindrical-coordinate representation of color #1E2CAB: hue angle of 234.04º 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 #1E2CAB is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3044171-
CMYK0.820.7400.33
HSL234.04º70.15%39.41%-
HSV(B)234.04º82.46%67.06%-
XYZ8.795.0239.03-
YUV54.29193.86110.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=12.24%
G=17.96%
B=69.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30441710.820.7400.33234.0470.1539.41
Hex1E2CAB524A021ea4627
Octal365425312211204135210647
Binary1111010110010101011101001010010100100001111010101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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