#070174

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

Shades of Navy #070174

Tints of Navy #070174

Color information

#070174 (or 0x070174) is unknown color: approx Navy. HEX triplet: 07, 01 and 74. RGB value is (7,1,116). Sum of RGB (Red+Green+Blue) = 7+1+116=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 116 (45.70% from 255 or 93.55% from 124); Max value from RGB is 116 - color contains mainly: blue. Hex color #070174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070174 is #F8FE8B. Grayscale: #0F0F0F. Windows color (decimal): -16318092 or 7602439. OLE color: 7602439.

HSL color Cylindrical-coordinate representation of color #070174: hue angle of 243.13º 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 #070174 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB71116-
CMYK0.940.9900.55
HSL243.13º98.29%22.94%-
HSV(B)243.13º99.14%45.49%-
XYZ3.251.3316.61-
YUV15.9184.49121.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 116 (45.70% from 255) = 93.55%
R=5.65%
G=0.81%
B=93.55%

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
Decimal711160.940.9900.55243.1398.2922.94
Hex71745E63037f36217
Octal7116413614306736314227
Binary1111111010010111101100011011011111110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070174; }

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

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

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

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

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

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

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

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