#070677

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

Shades of Navy #070677

Tints of Navy #070677

Color information

#070677 (or 0x070677) is unknown color: approx Navy. HEX triplet: 07, 06 and 77. RGB value is (7,6,119). Sum of RGB (Red+Green+Blue) = 7+6+119=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #070677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070677 is #F8F988. Grayscale: #121212. Windows color (decimal): -16316809 or 7800327. OLE color: 7800327.

HSL color Cylindrical-coordinate representation of color #070677: hue angle of 240.53º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070677 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB76119-
CMYK0.940.9500.53
HSL240.53º90.4%24.51%-
HSV(B)240.53º94.96%46.67%-
XYZ3.481.5117.56-
YUV19.18184.33119.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 119 (46.88% from 255) = 90.15%
R=5.30%
G=4.55%
B=90.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761190.940.9500.53240.5390.424.51
Hex76775E5F035f15a19
Octal7616713613706536113231
Binary111110111011110111101011111011010111110001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070677; }

 p { color: rgb(7,6,119); }

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

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

 a { background-color: rgb(7,6,119); }

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

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

 span { border-color: rgb(7,6,119); }

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