Html Css Color HEX #073AB1 Egyptian Blue

📋 copy color: '#073AB1'

red 7 ◦ green 58 ◦ blue 177

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

Shades of Egyptian Blue #073AB1

Tints of Egyptian Blue #073AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 73.14%

R = 2.89%
G = 23.97%
B = 73.14%

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

#073AB1 (or 0x073AB1) is known color: Egyptian Blue. HEX triplet: 07, 3A and B1. RGB value is (7,58,177). Sum of RGB (Red+Green+Blue) = 7+58+177=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 177 (69.53% from 255 or 73.14% from 242); Max value from RGB is 177 - color contains mainly: blue. Hex color #073AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073AB1 is #F8C54E. Grayscale: #373737. Windows color (decimal): -16303439 or 11614727. OLE color: 11614727.

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

Color convert

RGB 7 58 177 -
CMYK 0.96 0.67 0 0.31
HSL 222º 0.92% 0.36% -
HSV(B) 222º 0.96% 0.69% -
XYZ 9.54 6.25 42.3 -
YUV 56.32 196.1 92.82 -
System Red Green Blue C M Y K H S L
Decimal 7 58 177 0.96 0.67 0 0.31 222 0.92 0.36
Hex 7 3A B1 60 43 0 1F DE 5C 24
Octal 7 72 261 140 103 0 37 336 134 44
Binary 111 111010 10110001 1100000 1000011 0 11111 11011110 1011100 100100

Color Harmonies of #073AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AB1

Black with #073AB1

Text Example


Text Example

White with #073AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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