Html Css Color HEX #1D24A4 Egyptian Blue

📋 copy color: '#1D24A4'

red 29 ◦ green 36 ◦ blue 164

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

Shades of Egyptian Blue #1D24A4

Tints of Egyptian Blue #1D24A4

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 value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1D24A4 (or 0x1D24A4) is known color: 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

RGB 29 36 164 -
CMYK 0.82 0.78 0 0.36
HSL 236.89º 0.7% 0.38% -
HSV(B) 236.89º 0.82% 0.64% -
XYZ 7.84 4.2 35.52 -
YUV 48.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 29 36 164 0.82 0.78 0 0.36 236.89 0.7 0.38
Hex 1D 24 A4 52 4E 0 24 ED 46 26
Octal 35 44 244 122 116 0 44 355 106 46
Binary 11101 100100 10100100 1010010 1001110 0 100100 11101101 1000110 100110

Color Harmonies of #1D24A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D24A4

Black with #1D24A4

Text Example


Text Example

White with #1D24A4

Text Example


Text Example

HTML Codes & Css Web 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>