#077AC5

Color #077AC5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #077AC5

Tints of Navy Blue #077AC5

Color information

#077AC5 (or 0x077AC5) is unknown color: approx Navy Blue. HEX triplet: 07, 7A and C5. RGB value is (7,122,197). Sum of RGB (Red+Green+Blue) = 7+122+197=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 197 (77.34% from 255 or 60.43% from 326); Max value from RGB is 197 - color contains mainly: blue. Hex color #077AC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077AC5 is #F8853A. Grayscale: #5F5F5F. Windows color (decimal): -16287035 or 12941831. OLE color: 12941831.

HSL color Cylindrical-coordinate representation of color #077AC5: hue angle of 203.68º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077AC5 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7122197-
CMYK0.960.3800.23
HSL203.68º93.14%40%-
HSV(B)203.68º96.45%77.25%-
XYZ17.131855.39-
YUV96.16184.964.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.15%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 197 (77.34% from 255) = 60.43%
R=2.15%
G=37.42%
B=60.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71221970.960.3800.23203.6893.1440
Hex77AC56026017cc5d28
Octal71723051404602731413550
Binary1111111010110001011100000100110010111110011001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077AC5; }

 p { color: rgb(7,122,197); }

 H1.HeaderClassName
 {
   color: #077AC5;
 }
 .AnyTagClassName
 {
   color: #077AC5;
 }
</style>
background-color css

<style>
 a { background-color: #077AC5; }

 a { background-color: rgb(7,122,197); }

 div.DivClassName
 {
   background-color: #077AC5;
 }
 .BgClassName
 {
   background-color: #077AC5;
 }
</style>
border-color css

<style>
 span { border-color: #077AC5; }

 span { border-color: rgb(7,122,197); }

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