#1D3599

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

Shades of Egyptian Blue #1D3599

Tints of Egyptian Blue #1D3599

Color information

#1D3599 (or 0x1D3599) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 35 and 99. RGB value is (29,53,153). Sum of RGB (Red+Green+Blue) = 29+53+153=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D3599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3599 is #E2CA66. Grayscale: #383838. Windows color (decimal): -14862951 or 10040605. OLE color: 10040605.

HSL color Cylindrical-coordinate representation of color #1D3599: hue angle of 228.39º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3599 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2953153-
CMYK0.810.6500.4
HSL228.39º68.13%35.69%-
HSV(B)228.39º81.05%60%-
XYZ7.535.1130.73-
YUV57.22182.05107.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=12.34%
G=22.55%
B=65.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29531530.810.6500.4228.3968.1335.69
Hex1D35995141028e44424
Octal356523112110105034410444
Binary1110111010110011001101000110000010101000111001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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