#1A23A2

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

Shades of Egyptian Blue #1A23A2

Tints of Egyptian Blue #1A23A2

Color information

#1A23A2 (or 0x1A23A2) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 23 and A2. RGB value is (26,35,162). Sum of RGB (Red+Green+Blue) = 26+35+162=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 162 (63.67% from 255 or 72.65% from 223); Max value from RGB is 162 - color contains mainly: blue. Hex color #1A23A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A23A2 is #E5DC5D. Grayscale: #2E2E2E. Windows color (decimal): -15064158 or 10625818. OLE color: 10625818.

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

Color convert

RGB2635162-
CMYK0.840.7800.36
HSL236.03º72.34%36.86%-
HSV(B)236.03º83.95%63.53%-
XYZ7.554.0334.56-
YUV46.79193.02113.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.66%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 162 (63.67% from 255) = 72.65%
R=11.66%
G=15.70%
B=72.65%

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
Decimal26351620.840.7800.36236.0372.3436.86
Hex1A23A2544E024ec4825
Octal324324212411604435411045
Binary1101010001110100010101010010011100100100111011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A23A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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