#1D409C

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

Shades of Egyptian Blue #1D409C

Tints of Egyptian Blue #1D409C

Color information

#1D409C (or 0x1D409C) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 40 and 9C. RGB value is (29,64,156). Sum of RGB (Red+Green+Blue) = 29+64+156=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D409C is #E2BF63. Grayscale: #3F3F3F. Windows color (decimal): -14860132 or 10240029. OLE color: 10240029.

HSL color Cylindrical-coordinate representation of color #1D409C: hue angle of 223.46º 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 #1D409C is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2964156-
CMYK0.810.5900.39
HSL223.46º68.65%36.27%-
HSV(B)223.46º81.41%61.18%-
XYZ8.346.3332.23-
YUV64.02179.9103.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.65%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=11.65%
G=25.70%
B=62.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal29641560.810.5900.39223.4668.6536.27
Hex1D409C513B027df4524
Octal351002341217304733710544
Binary1110110000001001110010100011110110100111110111111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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