#1D389C

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

Shades of Egyptian Blue #1D389C

Tints of Egyptian Blue #1D389C

Color information

#1D389C (or 0x1D389C) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 38 and 9C. RGB value is (29,56,156). Sum of RGB (Red+Green+Blue) = 29+56+156=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D389C is #E2C763. Grayscale: #3A3A3A. Windows color (decimal): -14862180 or 10237981. OLE color: 10237981.

HSL color Cylindrical-coordinate representation of color #1D389C: hue angle of 227.24º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D389C is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2956156-
CMYK0.810.6400.39
HSL227.24º68.65%36.27%-
HSV(B)227.24º81.41%61.18%-
XYZ7.925.4932.09-
YUV59.33182.55106.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.03%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 156 (61.33% from 255) = 64.73%
R=12.03%
G=23.24%
B=64.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal29561560.810.6400.39227.2468.6536.27
Hex1D389C5140027e34524
Octal357023412110004734310544
Binary1110111100010011100101000110000000100111111000111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,156); }

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

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

 a { background-color: rgb(29,56,156); }

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

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

 span { border-color: rgb(29,56,156); }

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