#070179

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

Shades of Navy #070179

Tints of Navy #070179

Color information

#070179 (or 0x070179) is unknown color: approx Navy. HEX triplet: 07, 01 and 79. RGB value is (7,1,121). Sum of RGB (Red+Green+Blue) = 7+1+121=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 121 (47.66% from 255 or 93.80% from 129); Max value from RGB is 121 - color contains mainly: blue. Hex color #070179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070179 is #F8FE86. Grayscale: #101010. Windows color (decimal): -16318087 or 7930119. OLE color: 7930119.

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

Color convert

RGB71121-
CMYK0.940.9900.53
HSL243º98.36%23.92%-
HSV(B)243º99.17%47.45%-
XYZ3.551.4518.18-
YUV16.47186.99121.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 121 (47.66% from 255) = 93.80%
R=5.43%
G=0.78%
B=93.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711210.940.9900.5324398.3623.92
Hex71795E63035f36218
Octal7117113614306536314230
Binary1111111100110111101100011011010111110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070179; }

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

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

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

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

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

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

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

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