Html Css Color HEX #073AAA Egyptian Blue

📋 copy color: '#073AAA'

red 7 ◦ green 58 ◦ blue 170

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

Shades of Egyptian Blue #073AAA

Tints of Egyptian Blue #073AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 2.98%
G = 24.68%
B = 72.34%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#073AAA (or 0x073AAA) is known color: Egyptian Blue. HEX triplet: 07, 3A and AA. RGB value is (7,58,170). Sum of RGB (Red+Green+Blue) = 7+58+170=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #073AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073AAA is #F8C555. Grayscale: #373737. Windows color (decimal): -16303446 or 11155975. OLE color: 11155975.

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

Color convert

RGB 7 58 170 -
CMYK 0.96 0.66 0 0.33
HSL 221.23º 0.92% 0.35% -
HSV(B) 221.23º 0.96% 0.67% -
XYZ 8.86 5.97 38.72 -
YUV 55.52 192.6 93.39 -
System Red Green Blue C M Y K H S L
Decimal 7 58 170 0.96 0.66 0 0.33 221.23 0.92 0.35
Hex 7 3A AA 60 42 0 21 DD 5C 23
Octal 7 72 252 140 102 0 41 335 134 43
Binary 111 111010 10101010 1100000 1000010 0 100001 11011101 1011100 100011

Color Harmonies of #073AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AAA

Black with #073AAA

Text Example


Text Example

White with #073AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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