#1D398D

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

Shades of Egyptian Blue #1D398D

Tints of Egyptian Blue #1D398D

Color information

#1D398D (or 0x1D398D) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 39 and 8D. RGB value is (29,57,141). Sum of RGB (Red+Green+Blue) = 29+57+141=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D398D is #E2C672. Grayscale: #393939. Windows color (decimal): -14861939 or 9255197. OLE color: 9255197.

HSL color Cylindrical-coordinate representation of color #1D398D: hue angle of 225º 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 #1D398D is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2957141-
CMYK0.790.6000.45
HSL225º65.88%33.33%-
HSV(B)225º79.43%55.29%-
XYZ6.785.1125.83-
YUV58.2174.72107.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.78%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 141 (55.47% from 255) = 62.11%
R=12.78%
G=25.11%
B=62.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29571410.790.6000.4522565.8833.33
Hex1D398D4F3C02De14221
Octal35712151177405534110241
Binary111011110011000110110011111111000101101111000011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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