Html Css Color HEX #1D3196 Egyptian Blue

📋 copy color: '#1D3196'

red 29 ◦ green 49 ◦ blue 150

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

Shades of Egyptian Blue #1D3196

Tints of Egyptian Blue #1D3196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 150 (58.98% from 255) = 65.79%

R = 12.72%
G = 21.49%
B = 65.79%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1D3196 (or 0x1D3196) is known color: Egyptian Blue. HEX triplet: 1D, 31 and 96. RGB value is (29,49,150). Sum of RGB (Red+Green+Blue) = 29+49+150=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D3196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3196 is #E2CE69. Grayscale: #363636. Windows color (decimal): -14863978 or 9842973. OLE color: 9842973.

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

Color convert

RGB 29 49 150 -
CMYK 0.81 0.67 0 0.41
HSL 230.08º 0.68% 0.35% -
HSV(B) 230.08º 0.81% 0.59% -
XYZ 7.11 4.66 29.38 -
YUV 54.53 181.87 109.79 -
System Red Green Blue C M Y K H S L
Decimal 29 49 150 0.81 0.67 0 0.41 230.08 0.68 0.35
Hex 1D 31 96 51 43 0 29 E6 44 23
Octal 35 61 226 121 103 0 51 346 104 43
Binary 11101 110001 10010110 1010001 1000011 0 101001 11100110 1000100 100011

Color Harmonies of #1D3196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3196

Black with #1D3196

Text Example


Text Example

White with #1D3196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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