Html Css Color HEX #073AB8 Egyptian Blue

📋 copy color: '#073AB8'

red 7 ◦ green 58 ◦ blue 184

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

Shades of Egyptian Blue #073AB8

Tints of Egyptian Blue #073AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 73.9%

R = 2.81%
G = 23.29%
B = 73.9%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#073AB8 (or 0x073AB8) is known color: Egyptian Blue. HEX triplet: 07, 3A and B8. RGB value is (7,58,184). Sum of RGB (Red+Green+Blue) = 7+58+184=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 184 (72.27% from 255 or 73.90% from 249); Max value from RGB is 184 - color contains mainly: blue. Hex color #073AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073AB8 is #F8C547. Grayscale: #383838. Windows color (decimal): -16303432 or 12073479. OLE color: 12073479.

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

Color convert

RGB 7 58 184 -
CMYK 0.96 0.68 0 0.28
HSL 222.71º 0.93% 0.37% -
HSV(B) 222.71º 0.96% 0.72% -
XYZ 10.25 6.53 46.07 -
YUV 57.12 199.6 92.25 -
System Red Green Blue C M Y K H S L
Decimal 7 58 184 0.96 0.68 0 0.28 222.71 0.93 0.37
Hex 7 3A B8 60 44 0 1C DF 5D 25
Octal 7 72 270 140 104 0 34 337 135 45
Binary 111 111010 10111000 1100000 1000100 0 11100 11011111 1011101 100101

Color Harmonies of #073AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073AB8

Black with #073AB8

Text Example


Text Example

White with #073AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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