#070279

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

Shades of Navy #070279

Tints of Navy #070279

Color information

#070279 (or 0x070279) is unknown color: approx Navy. HEX triplet: 07, 02 and 79. RGB value is (7,2,121). Sum of RGB (Red+Green+Blue) = 7+2+121=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 121 (47.66% from 255 or 93.08% from 130); Max value from RGB is 121 - color contains mainly: blue. Hex color #070279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070279 is #F8FD86. Grayscale: #101010. Windows color (decimal): -16317831 or 7930375. OLE color: 7930375.

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

Color convert

RGB72121-
CMYK0.940.9800.53
HSL242.52º96.75%24.12%-
HSV(B)242.52º98.35%47.45%-
XYZ3.561.4718.19-
YUV17.06186.66120.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 121 (47.66% from 255) = 93.08%
R=5.38%
G=1.54%
B=93.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721210.940.9800.53242.5296.7524.12
Hex72795E62035f36118
Octal7217113614206536314130
Binary11110111100110111101100010011010111110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070279; }

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

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

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

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

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

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

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

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