#077FC6

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

Shades of Navy Blue #077FC6

Tints of Navy Blue #077FC6

Color information

#077FC6 (or 0x077FC6) is unknown color: approx Navy Blue. HEX triplet: 07, 7F and C6. RGB value is (7,127,198). Sum of RGB (Red+Green+Blue) = 7+127+198=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 198 (77.73% from 255 or 59.64% from 332); Max value from RGB is 198 - color contains mainly: blue. Hex color #077FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FC6 is #F88039. Grayscale: #626262. Windows color (decimal): -16285754 or 13008647. OLE color: 13008647.

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

Color convert

RGB7127198-
CMYK0.960.3600.22
HSL202.3º93.17%40.2%-
HSV(B)202.3º96.46%77.65%-
XYZ17.8719.356.21-
YUV99.21183.7462.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.11%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 198 (77.73% from 255) = 59.64%
R=2.11%
G=38.25%
B=59.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71271980.960.3600.22202.393.1740.2
Hex77FC66024016ca5d28
Octal71773061404402631213550
Binary1111111111110001101100000100100010110110010101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,127,198); }

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

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

 a { background-color: rgb(7,127,198); }

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

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

 span { border-color: rgb(7,127,198); }

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