#070072

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

Shades of Navy #070072

Tints of Navy #070072

Color information

#070072 (or 0x070072) is unknown color: approx Navy. HEX triplet: 07, 00 and 72. RGB value is (7,0,114). Sum of RGB (Red+Green+Blue) = 7+0+114=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 114 (44.92% from 255 or 94.21% from 121); Max value from RGB is 114 - color contains mainly: blue. Hex color #070072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070072 is #F8FF8D. Grayscale: #0E0E0E. Windows color (decimal): -16318350 or 7471111. OLE color: 7471111.

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

Color convert

RGB70114-
CMYK0.94100.55
HSL243.68º100%22.35%-
HSV(B)243.68º100%44.71%-
XYZ3.121.2616-
YUV15.09183.82122.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 94.21%
R=5.79%
G=0%
B=94.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701140.94100.55243.6810022.35
Hex70725E64037f46416
Octal7016213614406736414426
Binary1110111001010111101100100011011111110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070072; }

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

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

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

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

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

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

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

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