#1D24A7

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

Shades of Egyptian Blue #1D24A7

Tints of Egyptian Blue #1D24A7

Color information

#1D24A7 (or 0x1D24A7) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 24 and A7. RGB value is (29,36,167). Sum of RGB (Red+Green+Blue) = 29+36+167=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 167 (65.62% from 255 or 71.98% from 232); Max value from RGB is 167 - color contains mainly: blue. Hex color #1D24A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D24A7 is #E2DB58. Grayscale: #303030. Windows color (decimal): -14867289 or 10953757. OLE color: 10953757.

HSL color Cylindrical-coordinate representation of color #1D24A7: hue angle of 236.96º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D24A7 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2936167-
CMYK0.830.7800.35
HSL236.96º70.41%38.43%-
HSV(B)236.96º82.63%65.49%-
XYZ8.114.3136.96-
YUV48.84194.68113.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.5%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 167 (65.62% from 255) = 71.98%
R=12.5%
G=15.52%
B=71.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29361670.830.7800.35236.9670.4138.43
Hex1D24A7534E023ed4626
Octal354424712311604335510646
Binary1110110010010100111101001110011100100011111011011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D24A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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