#1D2399

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

Shades of Egyptian Blue #1D2399

Tints of Egyptian Blue #1D2399

Color information

#1D2399 (or 0x1D2399) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 23 and 99. RGB value is (29,35,153). Sum of RGB (Red+Green+Blue) = 29+35+153=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D2399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2399 is #E2DC66. Grayscale: #2E2E2E. Windows color (decimal): -14867559 or 10035997. OLE color: 10035997.

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

Color convert

RGB2935153-
CMYK0.810.7700.4
HSL237.1º68.13%35.69%-
HSV(B)237.1º81.05%60%-
XYZ6.863.7630.5-
YUV46.66188.01115.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=13.36%
G=16.13%
B=70.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29351530.810.7700.4237.168.1335.69
Hex1D2399514D028ed4424
Octal354323112111505035510444
Binary1110110001110011001101000110011010101000111011011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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