#071076

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

Shades of Navy #071076

Tints of Navy #071076

Color information

#071076 (or 0x071076) is unknown color: approx Navy. HEX triplet: 07, 10 and 76. RGB value is (7,16,118). Sum of RGB (Red+Green+Blue) = 7+16+118=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #071076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071076 is #F8EF89. Grayscale: #181818. Windows color (decimal): -16314250 or 7737351. OLE color: 7737351.

HSL color Cylindrical-coordinate representation of color #071076: hue angle of 235.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071076 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB716118-
CMYK0.940.8600.54
HSL235.14º88.8%24.51%-
HSV(B)235.14º94.07%46.27%-
XYZ3.541.7217.29-
YUV24.94180.52115.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 16 (6.64% from 255) = 11.35%
BLUE value IS 118 (46.48% from 255) = 83.69%
R=4.96%
G=11.35%
B=83.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7161180.940.8600.54235.1488.824.51
Hex710765E56036eb5919
Octal72016613612606635313131
Binary11110000111011010111101010110011011011101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071076; }

 p { color: rgb(7,16,118); }

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

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

 a { background-color: rgb(7,16,118); }

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

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

 span { border-color: rgb(7,16,118); }

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