#0A32A5

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

Shades of Egyptian Blue #0A32A5

Tints of Egyptian Blue #0A32A5

Color information

#0A32A5 (or 0x0A32A5) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 32 and A5. RGB value is (10,50,165). Sum of RGB (Red+Green+Blue) = 10+50+165=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 165 (64.84% from 255 or 73.33% from 225); Max value from RGB is 165 - color contains mainly: blue. Hex color #0A32A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A32A5 is #F5CD5A. Grayscale: #323232. Windows color (decimal): -16108891 or 10826250. OLE color: 10826250.

HSL color Cylindrical-coordinate representation of color #0A32A5: hue angle of 224.52º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A32A5 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1050165-
CMYK0.940.7000.35
HSL224.52º88.57%34.31%-
HSV(B)224.52º93.94%64.71%-
XYZ8.065.0636.15-
YUV51.15192.2598.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 165 (64.84% from 255) = 73.33%
R=4.44%
G=22.22%
B=73.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10501650.940.7000.35224.5288.5734.31
HexA32A55E46023e15922
Octal126224513610604334113142
Binary101011001010100101101111010001100100011111000011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A32A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A32A5; }

 p { color: rgb(10,50,165); }

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

<style>
 a { background-color: #0A32A5; }

 a { background-color: rgb(10,50,165); }

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

<style>
 span { border-color: #0A32A5; }

 span { border-color: rgb(10,50,165); }

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