#1D3591

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

Shades of Egyptian Blue #1D3591

Tints of Egyptian Blue #1D3591

Color information

#1D3591 (or 0x1D3591) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 35 and 91. RGB value is (29,53,145). Sum of RGB (Red+Green+Blue) = 29+53+145=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D3591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3591 is #E2CA6E. Grayscale: #373737. Windows color (decimal): -14862959 or 9516317. OLE color: 9516317.

HSL color Cylindrical-coordinate representation of color #1D3591: hue angle of 227.59º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D3591 is Cyan = 0.8, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2953145-
CMYK0.80.6300.43
HSL227.59º66.67%34.12%-
HSV(B)227.59º80%56.86%-
XYZ6.894.8527.36-
YUV56.31178.05108.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.78%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 145 (57.03% from 255) = 63.88%
R=12.78%
G=23.35%
B=63.88%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal29531450.80.6300.43227.5966.6734.12
Hex1D3591503F02Be44322
Octal35652211207705334410342
Binary111011101011001000110100001111110101011111001001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,145); }

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

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

 a { background-color: rgb(29,53,145); }

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

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

 span { border-color: rgb(29,53,145); }

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