#071279

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

Shades of Navy #071279

Tints of Navy #071279

Color information

#071279 (or 0x071279) is unknown color: approx Navy. HEX triplet: 07, 12 and 79. RGB value is (7,18,121). Sum of RGB (Red+Green+Blue) = 7+18+121=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 121 (47.66% from 255 or 82.88% from 146); Max value from RGB is 121 - color contains mainly: blue. Hex color #071279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071279 is #F8ED86. Grayscale: #1A1A1A. Windows color (decimal): -16313735 or 7934471. OLE color: 7934471.

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

Color convert

RGB718121-
CMYK0.940.8500.53
HSL234.21º89.06%25.1%-
HSV(B)234.21º94.21%47.45%-
XYZ3.761.8618.25-
YUV26.45181.36114.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 121 (47.66% from 255) = 82.88%
R=4.79%
G=12.33%
B=82.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7181210.940.8500.53234.2189.0625.1
Hex712795E55035ea5919
Octal72217113612506535213131
Binary11110010111100110111101010101011010111101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071279; }

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

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

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

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

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

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

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

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