Html Css Color HEX #1D439D Egyptian Blue

📋 copy color: '#1D439D'

red 29 ◦ green 67 ◦ blue 157

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

Shades of Egyptian Blue #1D439D

Tints of Egyptian Blue #1D439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 11.46%
G = 26.48%
B = 62.06%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D439D (or 0x1D439D) is known color: Egyptian Blue. HEX triplet: 1D, 43 and 9D. RGB value is (29,67,157). Sum of RGB (Red+Green+Blue) = 29+67+157=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D439D is #E2BC62. Grayscale: #414141. Windows color (decimal): -14859363 or 10306333. OLE color: 10306333.

HSL color Cylindrical-coordinate representation of color #1D439D: hue angle of 222.19º 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 #1D439D is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 67 157 -
CMYK 0.82 0.57 0 0.38
HSL 222.19º 0.69% 0.36% -
HSV(B) 222.19º 0.82% 0.62% -
XYZ 8.6 6.71 32.74 -
YUV 65.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 29 67 157 0.82 0.57 0 0.38 222.19 0.69 0.36
Hex 1D 43 9D 52 39 0 26 DE 45 24
Octal 35 103 235 122 71 0 46 336 105 44
Binary 11101 1000011 10011101 1010010 111001 0 100110 11011110 1000101 100100

Color Harmonies of #1D439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D439D

Black with #1D439D

Text Example


Text Example

White with #1D439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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