#1A24A2

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

Shades of Egyptian Blue #1A24A2

Tints of Egyptian Blue #1A24A2

Color information

#1A24A2 (or 0x1A24A2) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 24 and A2. RGB value is (26,36,162). Sum of RGB (Red+Green+Blue) = 26+36+162=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 162 (63.67% from 255 or 72.32% from 224); Max value from RGB is 162 - color contains mainly: blue. Hex color #1A24A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A24A2 is #E5DB5D. Grayscale: #2E2E2E. Windows color (decimal): -15063902 or 10626074. OLE color: 10626074.

HSL color Cylindrical-coordinate representation of color #1A24A2: hue angle of 235.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A24A2 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2636162-
CMYK0.840.7800.36
HSL235.59º72.34%36.86%-
HSV(B)235.59º83.95%63.53%-
XYZ7.584.0934.57-
YUV47.37192.69112.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 162 (63.67% from 255) = 72.32%
R=11.61%
G=16.07%
B=72.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26361620.840.7800.36235.5972.3436.86
Hex1A24A2544E024ec4825
Octal324424212411604435411045
Binary1101010010010100010101010010011100100100111011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A24A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,36,162); }

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

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

 a { background-color: rgb(26,36,162); }

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

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

 span { border-color: rgb(26,36,162); }

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