#1D2499

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

Shades of Egyptian Blue #1D2499

Tints of Egyptian Blue #1D2499

Color information

#1D2499 (or 0x1D2499) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 24 and 99. RGB value is (29,36,153). Sum of RGB (Red+Green+Blue) = 29+36+153=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D2499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2499 is #E2DB66. Grayscale: #2E2E2E. Windows color (decimal): -14867303 or 10036253. OLE color: 10036253.

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

Color convert

RGB2936153-
CMYK0.810.7600.4
HSL236.61º68.13%35.69%-
HSV(B)236.61º81.05%60%-
XYZ6.893.8230.51-
YUV47.24187.68114.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 153 (60.16% from 255) = 70.18%
R=13.30%
G=16.51%
B=70.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29361530.810.7600.4236.6168.1335.69
Hex1D2499514C028ed4424
Octal354423112111405035510444
Binary1110110010010011001101000110011000101000111011011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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