#070172

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

Shades of Navy #070172

Tints of Navy #070172

Color information

#070172 (or 0x070172) is unknown color: approx Navy. HEX triplet: 07, 01 and 72. RGB value is (7,1,114). Sum of RGB (Red+Green+Blue) = 7+1+114=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 114 (44.92% from 255 or 93.44% from 122); Max value from RGB is 114 - color contains mainly: blue. Hex color #070172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070172 is #F8FE8D. Grayscale: #0F0F0F. Windows color (decimal): -16318094 or 7471367. OLE color: 7471367.

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

Color convert

RGB71114-
CMYK0.940.9900.55
HSL243.19º98.26%22.55%-
HSV(B)243.19º99.12%44.71%-
XYZ3.141.2816-
YUV15.68183.49121.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 114 (44.92% from 255) = 93.44%
R=5.74%
G=0.82%
B=93.44%

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
Decimal711140.940.9900.55243.1998.2622.55
Hex71725E63037f36217
Octal7116213614306736314227
Binary1111111001010111101100011011011111110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070172; }

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

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

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

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

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

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

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

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