#1D368D

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

Shades of Egyptian Blue #1D368D

Tints of Egyptian Blue #1D368D

Color information

#1D368D (or 0x1D368D) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 36 and 8D. RGB value is (29,54,141). Sum of RGB (Red+Green+Blue) = 29+54+141=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D368D is #E2C972. Grayscale: #383838. Windows color (decimal): -14862707 or 9254429. OLE color: 9254429.

HSL color Cylindrical-coordinate representation of color #1D368D: hue angle of 226.61º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D368D is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2954141-
CMYK0.790.6200.45
HSL226.61º65.88%33.33%-
HSV(B)226.61º79.43%55.29%-
XYZ6.634.8225.78-
YUV56.44175.72108.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.95%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 141 (55.47% from 255) = 62.95%
R=12.95%
G=24.11%
B=62.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29541410.790.6200.45226.6165.8833.33
Hex1D368D4F3E02De34221
Octal35662151177605534310241
Binary111011101101000110110011111111100101101111000111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,54,141); }

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

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

 a { background-color: rgb(29,54,141); }

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

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

 span { border-color: rgb(29,54,141); }

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