#0739A5

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

Shades of Egyptian Blue #0739A5

Tints of Egyptian Blue #0739A5

Color information

#0739A5 (or 0x0739A5) is unknown color: approx Egyptian Blue. HEX triplet: 07, 39 and A5. RGB value is (7,57,165). Sum of RGB (Red+Green+Blue) = 7+57+165=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #0739A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0739A5 is #F8C65A. Grayscale: #353535. Windows color (decimal): -16303707 or 10828039. OLE color: 10828039.

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

Color convert

RGB757165-
CMYK0.960.6500.35
HSL221.01º91.86%33.73%-
HSV(B)221.01º95.76%64.71%-
XYZ8.345.6936.26-
YUV54.36190.4494.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.06%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 165 (64.84% from 255) = 72.05%
R=3.06%
G=24.89%
B=72.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7571650.960.6500.35221.0191.8633.73
Hex739A56041023dd5c22
Octal77124514010104333513442
Binary11111100110100101110000010000010100011110111011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0739A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0739A5; }

 p { color: rgb(7,57,165); }

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

<style>
 a { background-color: #0739A5; }

 a { background-color: rgb(7,57,165); }

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

<style>
 span { border-color: #0739A5; }

 span { border-color: rgb(7,57,165); }

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