Html Css Color HEX #1D3994 Egyptian Blue

📋 copy color: '#1D3994'

red 29 ◦ green 57 ◦ blue 148

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

Shades of Egyptian Blue #1D3994

Tints of Egyptian Blue #1D3994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

 BLUE value IS 148 (58.2% from 255) = 63.25%

R = 12.39%
G = 24.36%
B = 63.25%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1D3994 (or 0x1D3994) is known color: Egyptian Blue. HEX triplet: 1D, 39 and 94. RGB value is (29,57,148). Sum of RGB (Red+Green+Blue) = 29+57+148=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D3994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3994 is #E2C66B. Grayscale: #3A3A3A. Windows color (decimal): -14861932 or 9713949. OLE color: 9713949.

HSL color Cylindrical-coordinate representation of color #1D3994: hue angle of 225.88º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D3994 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 57 148 -
CMYK 0.80 0.61 0 0.42
HSL 225.88º 0.67% 0.35% -
HSV(B) 225.88º 0.8% 0.58% -
XYZ 7.32 5.33 28.66 -
YUV 59 178.22 106.6 -
System Red Green Blue C M Y K H S L
Decimal 29 57 148 0.80 0.61 0 0.42 225.88 0.67 0.35
Hex 1D 39 94 50 3D 0 2A E2 43 23
Octal 35 71 224 120 75 0 52 342 103 43
Binary 11101 111001 10010100 1010000 111101 0 101010 11100010 1000011 100011

Color Harmonies of #1D3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3994

Black with #1D3994

Text Example


Text Example

White with #1D3994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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