Html Css Color HEX #0739AA Egyptian Blue

📋 copy color: '#0739AA'

red 7 ◦ green 57 ◦ blue 170

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

Shades of Egyptian Blue #0739AA

Tints of Egyptian Blue #0739AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 2.99%
G = 24.36%
B = 72.65%

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

#0739AA (or 0x0739AA) is known color: Egyptian Blue. HEX triplet: 07, 39 and AA. RGB value is (7,57,170). Sum of RGB (Red+Green+Blue) = 7+57+170=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #0739AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0739AA is #F8C655. Grayscale: #363636. Windows color (decimal): -16303702 or 11155719. OLE color: 11155719.

HSL color Cylindrical-coordinate representation of color #0739AA: hue angle of 221.6º 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 #0739AA is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 57 170 -
CMYK 0.96 0.66 0 0.33
HSL 221.6º 0.92% 0.35% -
HSV(B) 221.6º 0.96% 0.67% -
XYZ 8.81 5.87 38.7 -
YUV 54.93 192.94 93.81 -
System Red Green Blue C M Y K H S L
Decimal 7 57 170 0.96 0.66 0 0.33 221.6 0.92 0.35
Hex 7 39 AA 60 42 0 21 DE 5C 23
Octal 7 71 252 140 102 0 41 336 134 43
Binary 111 111001 10101010 1100000 1000010 0 100001 11011110 1011100 100011

Color Harmonies of #0739AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0739AA

Black with #0739AA

Text Example


Text Example

White with #0739AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0739AA; }

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

 H1.HeaderClassName
 {
   color: #0739AA;
 }
 .AnyTagClassName
 {
   color: #0739AA;
 }
</style>

background-color css

<style>
 a { background-color: #0739AA; }

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

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

border-color css

<style>
 span { border-color: #0739AA; }

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

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