#1D3A9C

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

Shades of Egyptian Blue #1D3A9C

Tints of Egyptian Blue #1D3A9C

Color information

#1D3A9C (or 0x1D3A9C) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 3A and 9C. RGB value is (29,58,156). Sum of RGB (Red+Green+Blue) = 29+58+156=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D3A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3A9C is #E2C563. Grayscale: #3C3C3C. Windows color (decimal): -14861668 or 10238493. OLE color: 10238493.

HSL color Cylindrical-coordinate representation of color #1D3A9C: hue angle of 226.3º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3A9C is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2958156-
CMYK0.810.6300.39
HSL226.3º68.65%36.27%-
HSV(B)226.3º81.41%61.18%-
XYZ8.025.6932.13-
YUV60.5181.89105.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.93%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 156 (61.33% from 255) = 64.20%
R=11.93%
G=23.87%
B=64.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal29581560.810.6300.39226.368.6536.27
Hex1D3A9C513F027e24524
Octal35722341217704734210544
Binary111011110101001110010100011111110100111111000101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,58,156); }

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

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

 a { background-color: rgb(29,58,156); }

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

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

 span { border-color: rgb(29,58,156); }

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