#070071

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

Shades of Navy #070071

Tints of Navy #070071

Color information

#070071 (or 0x070071) is unknown color: approx Navy. HEX triplet: 07, 00 and 71. RGB value is (7,0,113). Sum of RGB (Red+Green+Blue) = 7+0+113=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 113 (44.53% from 255 or 94.17% from 120); Max value from RGB is 113 - color contains mainly: blue. Hex color #070071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070071 is #F8FF8E. Grayscale: #0E0E0E. Windows color (decimal): -16318351 or 7405575. OLE color: 7405575.

HSL color Cylindrical-coordinate representation of color #070071: hue angle of 243.72º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070071 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70113-
CMYK0.94100.56
HSL243.72º100%22.16%-
HSV(B)243.72º100%44.31%-
XYZ3.071.2415.7-
YUV14.98183.32122.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 94.17%
R=5.83%
G=0%
B=94.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701130.94100.56243.7210022.16
Hex70715E64038f46416
Octal7016113614407036414426
Binary1110111000110111101100100011100011110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070071; }

 p { color: rgb(7,0,113); }

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

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

 a { background-color: rgb(7,0,113); }

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

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

 span { border-color: rgb(7,0,113); }

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