#073AB2

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

Shades of Egyptian Blue #073AB2

Tints of Egyptian Blue #073AB2

Color information

#073AB2 (or 0x073AB2) is unknown color: approx Egyptian Blue. HEX triplet: 07, 3A and B2. RGB value is (7,58,178). Sum of RGB (Red+Green+Blue) = 7+58+178=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 178 (69.92% from 255 or 73.25% from 243); Max value from RGB is 178 - color contains mainly: blue. Hex color #073AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073AB2 is #F8C54D. Grayscale: #373737. Windows color (decimal): -16303438 or 11680263. OLE color: 11680263.

HSL color Cylindrical-coordinate representation of color #073AB2: hue angle of 222.11º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073AB2 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB758178-
CMYK0.960.6700.30
HSL222.11º92.43%36.27%-
HSV(B)222.11º96.07%69.8%-
XYZ9.646.2942.82-
YUV56.43196.692.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 178 (69.92% from 255) = 73.25%
R=2.88%
G=23.87%
B=73.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7581780.960.6700.30222.1192.4336.27
Hex73AB2604301Ede5c24
Octal77226214010303633613444
Binary1111110101011001011000001000011011110110111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073AB2; }

 p { color: rgb(7,58,178); }

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

<style>
 a { background-color: #073AB2; }

 a { background-color: rgb(7,58,178); }

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

<style>
 span { border-color: #073AB2; }

 span { border-color: rgb(7,58,178); }

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