Html Css Color HEX #073AB3 Egyptian Blue

📋 copy color: '#073AB3'

red 7 ◦ green 58 ◦ blue 179

#073AB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #073AB3

Tints of Egyptian Blue #073AB3

RGB

 RED value IS 7 (3.13% from 255) = 2.87%

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 179 (70.31% from 255) = 73.36%

R = 2.87%
G = 23.77%
B = 73.36%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#073AB3 (or 0x073AB3) is known color: Egyptian Blue. HEX triplet: 07, 3A and B3. RGB value is (7,58,179). Sum of RGB (Red+Green+Blue) = 7+58+179=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 179 (70.31% from 255 or 73.36% from 244); Max value from RGB is 179 - color contains mainly: blue. Hex color #073AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073AB3 is #F8C54C. Grayscale: #383838. Windows color (decimal): -16303437 or 11745799. OLE color: 11745799.

HSL color Cylindrical-coordinate representation of color #073AB3: hue angle of 222.21º 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 #073AB3 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 58 179 -
CMYK 0.96 0.68 0 0.30
HSL 222.21º 0.92% 0.36% -
HSV(B) 222.21º 0.96% 0.7% -
XYZ 9.74 6.33 43.36 -
YUV 56.55 197.1 92.66 -
System Red Green Blue C M Y K H S L
Decimal 7 58 179 0.96 0.68 0 0.30 222.21 0.92 0.36
Hex 7 3A B3 60 44 0 1E DE 5C 24
Octal 7 72 263 140 104 0 36 336 134 44
Binary 111 111010 10110011 1100000 1000100 0 11110 11011110 1011100 100100

Color Harmonies of #073AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AB3

Black with #073AB3

Text Example


Text Example

White with #073AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #073AB3;
 }
 .AnyTagClassName
 {
   color: #073AB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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