#1D3697

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

Shades of Egyptian Blue #1D3697

Tints of Egyptian Blue #1D3697

Color information

#1D3697 (or 0x1D3697) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 36 and 97. RGB value is (29,54,151). Sum of RGB (Red+Green+Blue) = 29+54+151=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D3697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3697 is #E2C968. Grayscale: #393939. Windows color (decimal): -14862697 or 9909789. OLE color: 9909789.

HSL color Cylindrical-coordinate representation of color #1D3697: hue angle of 227.7º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3697 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2954151-
CMYK0.810.6400.41
HSL227.7º67.78%35.29%-
HSV(B)227.7º80.79%59.22%-
XYZ7.415.1329.88-
YUV57.58180.72107.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 151 (59.38% from 255) = 64.53%
R=12.39%
G=23.08%
B=64.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29541510.810.6400.41227.767.7835.29
Hex1D36975140029e44423
Octal356622712110005134410443
Binary1110111011010010111101000110000000101001111001001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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