#1D4299

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

Shades of Egyptian Blue #1D4299

Tints of Egyptian Blue #1D4299

Color information

#1D4299 (or 0x1D4299) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 42 and 99. RGB value is (29,66,153). Sum of RGB (Red+Green+Blue) = 29+66+153=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D4299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4299 is #E2BD66. Grayscale: #404040. Windows color (decimal): -14859623 or 10043933. OLE color: 10043933.

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

Color convert

RGB2966153-
CMYK0.810.5700.4
HSL222.1º68.13%35.69%-
HSV(B)222.1º81.05%60%-
XYZ8.26.4630.95-
YUV64.85177.74102.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.69%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 153 (60.16% from 255) = 61.69%
R=11.69%
G=26.61%
B=61.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29661530.810.5700.4222.168.1335.69
Hex1D42995139028de4424
Octal351022311217105033610444
Binary1110110000101001100110100011110010101000110111101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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