Html Css Color HEX #1D319D Egyptian Blue

📋 copy color: '#1D319D'

red 29 ◦ green 49 ◦ blue 157

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

Shades of Egyptian Blue #1D319D

Tints of Egyptian Blue #1D319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 66.81%

R = 12.34%
G = 20.85%
B = 66.81%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D319D (or 0x1D319D) is known color: Egyptian Blue. HEX triplet: 1D, 31 and 9D. RGB value is (29,49,157). Sum of RGB (Red+Green+Blue) = 29+49+157=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D319D is #E2CE62. Grayscale: #363636. Windows color (decimal): -14863971 or 10301725. OLE color: 10301725.

HSL color Cylindrical-coordinate representation of color #1D319D: hue angle of 230.62º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D319D is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 49 157 -
CMYK 0.82 0.69 0 0.38
HSL 230.63º 0.69% 0.36% -
HSV(B) 230.63º 0.82% 0.62% -
XYZ 7.69 4.89 32.44 -
YUV 55.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 29 49 157 0.82 0.69 0 0.38 230.63 0.69 0.36
Hex 1D 31 9D 52 45 0 26 E7 45 24
Octal 35 61 235 122 105 0 46 347 105 44
Binary 11101 110001 10011101 1010010 1000101 0 100110 11100111 1000101 100100

Color Harmonies of #1D319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D319D

Black with #1D319D

Text Example


Text Example

White with #1D319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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