Html Css Color HEX #073AB6 Egyptian Blue

📋 copy color: '#073AB6'

red 7 ◦ green 58 ◦ blue 182

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

Shades of Egyptian Blue #073AB6

Tints of Egyptian Blue #073AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 73.68%

R = 2.83%
G = 23.48%
B = 73.68%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#073AB6 (or 0x073AB6) is known color: Egyptian Blue. HEX triplet: 07, 3A and B6. RGB value is (7,58,182). Sum of RGB (Red+Green+Blue) = 7+58+182=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 182 (71.48% from 255 or 73.68% from 247); Max value from RGB is 182 - color contains mainly: blue. Hex color #073AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073AB6 is #F8C549. Grayscale: #383838. Windows color (decimal): -16303434 or 11942407. OLE color: 11942407.

HSL color Cylindrical-coordinate representation of color #073AB6: hue angle of 222.51º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073AB6 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 58 182 -
CMYK 0.96 0.68 0 0.29
HSL 222.51º 0.93% 0.37% -
HSV(B) 222.51º 0.96% 0.71% -
XYZ 10.04 6.45 44.97 -
YUV 56.89 198.6 92.42 -
System Red Green Blue C M Y K H S L
Decimal 7 58 182 0.96 0.68 0 0.29 222.51 0.93 0.37
Hex 7 3A B6 60 44 0 1D DF 5D 25
Octal 7 72 266 140 104 0 35 337 135 45
Binary 111 111010 10110110 1100000 1000100 0 11101 11011111 1011101 100101

Color Harmonies of #073AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AB6

Black with #073AB6

Text Example


Text Example

White with #073AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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