#070B79

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

Shades of Navy #070B79

Tints of Navy #070B79

Color information

#070B79 (or 0x070B79) is unknown color: approx Navy. HEX triplet: 07, 0B and 79. RGB value is (7,11,121). Sum of RGB (Red+Green+Blue) = 7+11+121=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 121 (47.66% from 255 or 87.05% from 139); Max value from RGB is 121 - color contains mainly: blue. Hex color #070B79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B79 is #F8F486. Grayscale: #151515. Windows color (decimal): -16315527 or 7932679. OLE color: 7932679.

HSL color Cylindrical-coordinate representation of color #070B79: hue angle of 237.89º 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 #070B79 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB711121-
CMYK0.940.9100.53
HSL237.89º89.06%25.1%-
HSV(B)237.89º94.21%47.45%-
XYZ3.661.6618.22-
YUV22.34183.67117.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 11 (4.69% from 255) = 7.91%
BLUE value IS 121 (47.66% from 255) = 87.05%
R=5.04%
G=7.91%
B=87.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7111210.940.9100.53237.8989.0625.1
Hex7B795E5B035ee5919
Octal71317113613306535613131
Binary1111011111100110111101011011011010111101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070B79; }

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

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

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

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

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

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

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

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