Html Css Color HEX #1D328A Egyptian Blue

📋 copy color: '#1D328A'

red 29 ◦ green 50 ◦ blue 138

#1D328A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #1D328A

Tints of Egyptian Blue #1D328A

RGB

 RED value IS 29 (11.72% from 255) = 13.36%

 GREEN value IS 50 (19.92% from 255) = 23.04%

 BLUE value IS 138 (54.3% from 255) = 63.59%

R = 13.36%
G = 23.04%
B = 63.59%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D328A (or 0x1D328A) is known color: Egyptian Blue. HEX triplet: 1D, 32 and 8A. RGB value is (29,50,138). Sum of RGB (Red+Green+Blue) = 29+50+138=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D328A is #E2CD75. Grayscale: #353535. Windows color (decimal): -14863734 or 9056797. OLE color: 9056797.

HSL color Cylindrical-coordinate representation of color #1D328A: hue angle of 228.44º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D328A is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 50 138 -
CMYK 0.79 0.64 0 0.46
HSL 228.44º 0.65% 0.33% -
HSV(B) 228.44º 0.79% 0.54% -
XYZ 6.23 4.38 24.56 -
YUV 53.75 175.54 110.34 -
System Red Green Blue C M Y K H S L
Decimal 29 50 138 0.79 0.64 0 0.46 228.44 0.65 0.33
Hex 1D 32 8A 4F 40 0 2E E4 41 21
Octal 35 62 212 117 100 0 56 344 101 41
Binary 11101 110010 10001010 1001111 1000000 0 101110 11100100 1000001 100001

Color Harmonies of #1D328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D328A

Black with #1D328A

Text Example


Text Example

White with #1D328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,50,138); }

 H1.HeaderClassName
 {
   color: #1D328A;
 }
 .AnyTagClassName
 {
   color: #1D328A;
 }
</style>

background-color css

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

 a { background-color: rgb(29,50,138); }

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

border-color css

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

 span { border-color: rgb(29,50,138); }

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