#070479

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

Shades of Navy #070479

Tints of Navy #070479

Color information

#070479 (or 0x070479) is unknown color: approx Navy. HEX triplet: 07, 04 and 79. RGB value is (7,4,121). Sum of RGB (Red+Green+Blue) = 7+4+121=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 121 (47.66% from 255 or 91.67% from 132); Max value from RGB is 121 - color contains mainly: blue. Hex color #070479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070479 is #F8FB86. Grayscale: #111111. Windows color (decimal): -16317319 or 7930887. OLE color: 7930887.

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

Color convert

RGB74121-
CMYK0.940.9700.53
HSL241.54º93.6%24.51%-
HSV(B)241.54º96.69%47.45%-
XYZ3.581.5118.19-
YUV18.24185.99119.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 121 (47.66% from 255) = 91.67%
R=5.30%
G=3.03%
B=91.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741210.940.9700.53241.5493.624.51
Hex74795E61035f25e19
Octal7417113614106536213631
Binary111100111100110111101100001011010111110010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070479; }

 p { color: rgb(7,4,121); }

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

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

 a { background-color: rgb(7,4,121); }

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

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

 span { border-color: rgb(7,4,121); }

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