Html Css Color HEX #1D47AA Egyptian Blue

📋 copy color: '#1D47AA'

red 29 ◦ green 71 ◦ blue 170

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

Shades of Egyptian Blue #1D47AA

Tints of Egyptian Blue #1D47AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 10.74%
G = 26.3%
B = 62.96%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D47AA (or 0x1D47AA) is known color: Egyptian Blue. HEX triplet: 1D, 47 and AA. RGB value is (29,71,170). Sum of RGB (Red+Green+Blue) = 29+71+170=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D47AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D47AA is #E2B855. Grayscale: #454545. Windows color (decimal): -14858326 or 11159325. OLE color: 11159325.

HSL color Cylindrical-coordinate representation of color #1D47AA: hue angle of 222.13º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D47AA is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 71 170 -
CMYK 0.83 0.58 0 0.33
HSL 222.13º 0.71% 0.39% -
HSV(B) 222.13º 0.83% 0.67% -
XYZ 10.02 7.67 38.98 -
YUV 69.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 29 71 170 0.83 0.58 0 0.33 222.13 0.71 0.39
Hex 1D 47 AA 53 3A 0 21 DE 47 27
Octal 35 107 252 123 72 0 41 336 107 47
Binary 11101 1000111 10101010 1010011 111010 0 100001 11011110 1000111 100111

Color Harmonies of #1D47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D47AA

Black with #1D47AA

Text Example


Text Example

White with #1D47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,71,170); }

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

background-color css

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

 a { background-color: rgb(29,71,170); }

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

border-color css

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

 span { border-color: rgb(29,71,170); }

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