#070666

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

Shades of Navy #070666

Tints of Navy #070666

Color information

#070666 (or 0x070666) is unknown color: approx Navy. HEX triplet: 07, 06 and 66. RGB value is (7,6,102). Sum of RGB (Red+Green+Blue) = 7+6+102=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 102 (40.23% from 255 or 88.70% from 115); Max value from RGB is 102 - color contains mainly: blue. Hex color #070666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070666 is #F8F999. Grayscale: #101010. Windows color (decimal): -16316826 or 6686215. OLE color: 6686215.

HSL color Cylindrical-coordinate representation of color #070666: hue angle of 240.62º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070666 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB76102-
CMYK0.930.9400.6
HSL240.62º88.89%21.18%-
HSV(B)240.62º94.12%40%-
XYZ2.551.1312.65-
YUV17.24175.83120.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 102 (40.23% from 255) = 88.70%
R=6.09%
G=5.22%
B=88.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal761020.930.9400.6240.6288.8921.18
Hex76665D5E03Cf15915
Octal7614613513607436113125
Binary111110110011010111011011110011110011110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070666; }

 p { color: rgb(7,6,102); }

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

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

 a { background-color: rgb(7,6,102); }

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

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

 span { border-color: rgb(7,6,102); }

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