#0738A3

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

Shades of Egyptian Blue #0738A3

Tints of Egyptian Blue #0738A3

Color information

#0738A3 (or 0x0738A3) is unknown color: approx Egyptian Blue. HEX triplet: 07, 38 and A3. RGB value is (7,56,163). Sum of RGB (Red+Green+Blue) = 7+56+163=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #0738A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0738A3 is #F8C75C. Grayscale: #353535. Windows color (decimal): -16303965 or 10696711. OLE color: 10696711.

HSL color Cylindrical-coordinate representation of color #0738A3: hue angle of 221.15º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0738A3 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB756163-
CMYK0.960.6600.36
HSL221.15º91.76%33.33%-
HSV(B)221.15º95.71%63.92%-
XYZ8.115.5235.29-
YUV53.55189.7794.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.10%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 163 (64.06% from 255) = 72.12%
R=3.10%
G=24.78%
B=72.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7561630.960.6600.36221.1591.7633.33
Hex738A36042024dd5c21
Octal77024314010204433513441
Binary11111100010100011110000010000100100100110111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0738A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0738A3; }

 p { color: rgb(7,56,163); }

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

<style>
 a { background-color: #0738A3; }

 a { background-color: rgb(7,56,163); }

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

<style>
 span { border-color: #0738A3; }

 span { border-color: rgb(7,56,163); }

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