#0A319E

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

Shades of Egyptian Blue #0A319E

Tints of Egyptian Blue #0A319E

Color information

#0A319E (or 0x0A319E) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 31 and 9E. RGB value is (10,49,158). Sum of RGB (Red+Green+Blue) = 10+49+158=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A319E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A319E is #F5CE61. Grayscale: #313131. Windows color (decimal): -16109154 or 10367242. OLE color: 10367242.

HSL color Cylindrical-coordinate representation of color #0A319E: hue angle of 224.19º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A319E is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1049158-
CMYK0.940.6900.38
HSL224.19º88.1%32.94%-
HSV(B)224.19º93.67%61.96%-
XYZ7.44.7332.87-
YUV49.76189.0899.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.61%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 158 (62.11% from 255) = 72.81%
R=4.61%
G=22.58%
B=72.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10491580.940.6900.38224.1988.132.94
HexA319E5E45026e05821
Octal126123613610504634013041
Binary101011000110011110101111010001010100110111000001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,49,158); }

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

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

 a { background-color: rgb(10,49,158); }

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

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

 span { border-color: rgb(10,49,158); }

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