#1D3A99

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

Shades of Egyptian Blue #1D3A99

Tints of Egyptian Blue #1D3A99

Color information

#1D3A99 (or 0x1D3A99) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 3A and 99. RGB value is (29,58,153). Sum of RGB (Red+Green+Blue) = 29+58+153=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D3A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3A99 is #E2C566. Grayscale: #3B3B3B. Windows color (decimal): -14861671 or 10041885. OLE color: 10041885.

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

Color convert

RGB2958153-
CMYK0.810.6200.4
HSL225.97º68.13%35.69%-
HSV(B)225.97º81.05%60%-
XYZ7.775.5930.81-
YUV60.16180.39105.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.08%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=12.08%
G=24.17%
B=63.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29581530.810.6200.4225.9768.1335.69
Hex1D3A99513E028e24424
Octal35722311217605034210444
Binary111011110101001100110100011111100101000111000101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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