#070173

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

Shades of Navy #070173

Tints of Navy #070173

Color information

#070173 (or 0x070173) is unknown color: approx Navy. HEX triplet: 07, 01 and 73. RGB value is (7,1,115). Sum of RGB (Red+Green+Blue) = 7+1+115=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #070173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070173 is #F8FE8C. Grayscale: #0F0F0F. Windows color (decimal): -16318093 or 7536903. OLE color: 7536903.

HSL color Cylindrical-coordinate representation of color #070173: hue angle of 243.16º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070173 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB71115-
CMYK0.940.9900.55
HSL243.16º98.28%22.75%-
HSV(B)243.16º99.13%45.1%-
XYZ3.191.316.3-
YUV15.79183.99121.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 115 (45.31% from 255) = 93.50%
R=5.69%
G=0.81%
B=93.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711150.940.9900.55243.1698.2822.75
Hex71735E63037f36217
Octal7116313614306736314227
Binary1111111001110111101100011011011111110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070173; }

 p { color: rgb(7,1,115); }

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

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

 a { background-color: rgb(7,1,115); }

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

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

 span { border-color: rgb(7,1,115); }

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