#071078

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

Shades of Navy #071078

Tints of Navy #071078

Color information

#071078 (or 0x071078) is unknown color: approx Navy. HEX triplet: 07, 10 and 78. RGB value is (7,16,120). Sum of RGB (Red+Green+Blue) = 7+16+120=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #071078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071078 is #F8EF87. Grayscale: #181818. Windows color (decimal): -16314248 or 7868423. OLE color: 7868423.

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

Color convert

RGB716120-
CMYK0.940.8700.53
HSL235.22º88.98%24.9%-
HSV(B)235.22º94.17%47.06%-
XYZ3.661.7717.92-
YUV25.16181.52115.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 120 (47.27% from 255) = 83.92%
R=4.90%
G=11.19%
B=83.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7161200.940.8700.53235.2288.9824.9
Hex710785E57035eb5919
Octal72017013612706535313131
Binary11110000111100010111101010111011010111101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071078; }

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

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

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

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

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

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

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

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