#1D408F

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

Shades of Egyptian Blue #1D408F

Tints of Egyptian Blue #1D408F

Color information

#1D408F (or 0x1D408F) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 40 and 8F. RGB value is (29,64,143). Sum of RGB (Red+Green+Blue) = 29+64+143=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #1D408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D408F is #E2BF70. Grayscale: #3E3E3E. Windows color (decimal): -14860145 or 9388061. OLE color: 9388061.

HSL color Cylindrical-coordinate representation of color #1D408F: hue angle of 221.58º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D408F is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2964143-
CMYK0.800.5500.44
HSL221.58º66.28%33.73%-
HSV(B)221.58º79.72%56.08%-
XYZ7.35.9126.74-
YUV62.54173.4104.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.29%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 143 (56.25% from 255) = 60.59%
R=12.29%
G=27.12%
B=60.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29641430.800.5500.44221.5866.2833.73
Hex1D408F503702Cde4222
Octal351002171206705433610242
Binary1110110000001000111110100001101110101100110111101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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