#071681

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

Shades of Navy #071681

Tints of Navy #071681

Color information

#071681 (or 0x071681) is unknown color: approx Navy. HEX triplet: 07, 16 and 81. RGB value is (7,22,129). Sum of RGB (Red+Green+Blue) = 7+22+129=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 129 (50.78% from 255 or 81.65% from 158); Max value from RGB is 129 - color contains mainly: blue. Hex color #071681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071681 is #F8E97E. Grayscale: #1D1D1D. Windows color (decimal): -16312703 or 8459783. OLE color: 8459783.

HSL color Cylindrical-coordinate representation of color #071681: hue angle of 232.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071681 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB722129-
CMYK0.950.8300.49
HSL232.62º89.71%26.67%-
HSV(B)232.62º94.57%50.59%-
XYZ4.342.220.97-
YUV29.71184.03111.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 129 (50.78% from 255) = 81.65%
R=4.43%
G=13.92%
B=81.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7221290.950.8300.49232.6289.7126.67
Hex716815F53031e95a1b
Octal72620113712306135113233
Binary111101101000000110111111010011011000111101001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071681; }

 p { color: rgb(7,22,129); }

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

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

 a { background-color: rgb(7,22,129); }

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

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

 span { border-color: rgb(7,22,129); }

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