Html Css Color HEX #1D358A Egyptian Blue

📋 copy color: '#1D358A'

red 29 ◦ green 53 ◦ blue 138

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

Shades of Egyptian Blue #1D358A

Tints of Egyptian Blue #1D358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

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

R = 13.18%
G = 24.09%
B = 62.73%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D358A (or 0x1D358A) is known color: Egyptian Blue. HEX triplet: 1D, 35 and 8A. RGB value is (29,53,138). Sum of RGB (Red+Green+Blue) = 29+53+138=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D358A is #E2CA75. Grayscale: #373737. Windows color (decimal): -14862966 or 9057565. OLE color: 9057565.

HSL color Cylindrical-coordinate representation of color #1D358A: hue angle of 226.79º 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 #1D358A is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 53 138 -
CMYK 0.79 0.62 0 0.46
HSL 226.79º 0.65% 0.33% -
HSV(B) 226.79º 0.79% 0.54% -
XYZ 6.37 4.64 24.61 -
YUV 55.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 29 53 138 0.79 0.62 0 0.46 226.79 0.65 0.33
Hex 1D 35 8A 4F 3E 0 2E E3 41 21
Octal 35 65 212 117 76 0 56 343 101 41
Binary 11101 110101 10001010 1001111 111110 0 101110 11100011 1000001 100001

Color Harmonies of #1D358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D358A

Black with #1D358A

Text Example


Text Example

White with #1D358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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