#1D24A4

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

Shades of Egyptian Blue #1D24A4

Tints of Egyptian Blue #1D24A4

Color information

#1D24A4 (or 0x1D24A4) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 24 and A4. RGB value is (29,36,164). Sum of RGB (Red+Green+Blue) = 29+36+164=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #1D24A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D24A4 is #E2DB5B. Grayscale: #2F2F2F. Windows color (decimal): -14867292 or 10757149. OLE color: 10757149.

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

Color convert

RGB2936164-
CMYK0.820.7800.36
HSL236.89º69.95%37.84%-
HSV(B)236.89º82.32%64.31%-
XYZ7.844.235.52-
YUV48.5193.18114.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.66%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 164 (64.45% from 255) = 71.62%
R=12.66%
G=15.72%
B=71.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29361640.820.7800.36236.8969.9537.84
Hex1D24A4524E024ed4626
Octal354424412211604435510646
Binary1110110010010100100101001010011100100100111011011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D24A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,164); }

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

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

 a { background-color: rgb(29,36,164); }

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

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

 span { border-color: rgb(29,36,164); }

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