#1d439b

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

Shades of Egyptian Blue #1D439B

Tints of Egyptian Blue #1D439B

Color information

#1D439B (or 0x1D439B) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 43 and 9B. RGB value is (29,67,155). Sum of RGB (Red+Green+Blue) = 29+67+155=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D439B is #E2BC64. Grayscale: #414141. Windows color (decimal): -14859365 or 10175261. OLE color: 10175261.

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

Color convert

RGB2967155-
CMYK0.810.5700.39
HSL221.9º68.48%36.08%-
HSV(B)221.9º81.29%60.78%-
XYZ8.436.6431.85-
YUV65.67178.41101.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.55%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 155 (60.94% from 255) = 61.75%
R=11.55%
G=26.69%
B=61.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal29671550.810.5700.39221.968.4836.08
Hex1D439B5139027de4424
Octal351032331217104733610444
Binary1110110000111001101110100011110010100111110111101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d439b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,155); }

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

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

 a { background-color: rgb(29,67,155); }

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

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

 span { border-color: rgb(29,67,155); }

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