#1D479D

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

Shades of Egyptian Blue #1D479D

Tints of Egyptian Blue #1D479D

Color information

#1D479D (or 0x1D479D) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 47 and 9D. RGB value is (29,71,157). Sum of RGB (Red+Green+Blue) = 29+71+157=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D479D is #E2B862. Grayscale: #434343. Windows color (decimal): -14858339 or 10307357. OLE color: 10307357.

HSL color Cylindrical-coordinate representation of color #1D479D: hue angle of 220.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D479D is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2971157-
CMYK0.820.5500.38
HSL220.31º68.82%36.47%-
HSV(B)220.31º81.53%61.57%-
XYZ8.857.232.82-
YUV68.25178.09100.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.28%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=11.28%
G=27.63%
B=61.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal29711570.820.5500.38220.3168.8236.47
Hex1D479D5237026dc4524
Octal351072351226704633410544
Binary1110110001111001110110100101101110100110110111001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,71,157); }

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

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

 a { background-color: rgb(29,71,157); }

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

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

 span { border-color: rgb(29,71,157); }

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