#1D3197

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

Shades of Egyptian Blue #1D3197

Tints of Egyptian Blue #1D3197

Color information

#1D3197 (or 0x1D3197) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 31 and 97. RGB value is (29,49,151). Sum of RGB (Red+Green+Blue) = 29+49+151=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D3197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3197 is #E2CE68. Grayscale: #363636. Windows color (decimal): -14863977 or 9908509. OLE color: 9908509.

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

Color convert

RGB2949151-
CMYK0.810.6800.41
HSL230.16º67.78%35.29%-
HSV(B)230.16º80.79%59.22%-
XYZ7.194.6929.8-
YUV54.65182.37109.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.66%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 151 (59.38% from 255) = 65.94%
R=12.66%
G=21.40%
B=65.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29491510.810.6800.41230.1667.7835.29
Hex1D31975144029e64423
Octal356122712110405134610443
Binary1110111000110010111101000110001000101001111001101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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