Html Css Color HEX #073AAF Egyptian Blue

📋 copy color: '#073AAF'

red 7 ◦ green 58 ◦ blue 175

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

Shades of Egyptian Blue #073AAF

Tints of Egyptian Blue #073AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.92%

R = 2.92%
G = 24.17%
B = 72.92%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#073AAF (or 0x073AAF) is known color: Egyptian Blue. HEX triplet: 07, 3A and AF. RGB value is (7,58,175). Sum of RGB (Red+Green+Blue) = 7+58+175=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #073AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073AAF is #F8C550. Grayscale: #373737. Windows color (decimal): -16303441 or 11483655. OLE color: 11483655.

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

Color convert

RGB 7 58 175 -
CMYK 0.96 0.67 0 0.31
HSL 221.79º 0.92% 0.36% -
HSV(B) 221.79º 0.96% 0.69% -
XYZ 9.34 6.17 41.26 -
YUV 56.09 195.1 92.99 -
System Red Green Blue C M Y K H S L
Decimal 7 58 175 0.96 0.67 0 0.31 221.79 0.92 0.36
Hex 7 3A AF 60 43 0 1F DE 5C 24
Octal 7 72 257 140 103 0 37 336 134 44
Binary 111 111010 10101111 1100000 1000011 0 11111 11011110 1011100 100100

Color Harmonies of #073AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AAF

Black with #073AAF

Text Example


Text Example

White with #073AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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