#1D2AA3

Color #1D2AA3 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1D2AA3

Tints of Egyptian Blue #1D2AA3

Color information

#1D2AA3 (or 0x1D2AA3) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 2A and A3. RGB value is (29,42,163). Sum of RGB (Red+Green+Blue) = 29+42+163=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 163 (64.06% from 255 or 69.66% from 234); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D2AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2AA3 is #E2D55C. Grayscale: #333333. Windows color (decimal): -14865757 or 10693149. OLE color: 10693149.

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

Color convert

RGB2942163-
CMYK0.820.7400.36
HSL234.18º69.79%37.65%-
HSV(B)234.18º82.21%63.92%-
XYZ7.954.5635.11-
YUV51.91190.69111.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 163 (64.06% from 255) = 69.66%
R=12.39%
G=17.95%
B=69.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29421630.820.7400.36234.1869.7937.65
Hex1D2AA3524A024ea4626
Octal355224312211204435210646
Binary1110110101010100011101001010010100100100111010101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,42,163); }

 H1.HeaderClassName
 {
   color: #1D2AA3;
 }
 .AnyTagClassName
 {
   color: #1D2AA3;
 }
</style>
background-color css

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

 a { background-color: rgb(29,42,163); }

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

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

 span { border-color: rgb(29,42,163); }

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