#070566

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

Shades of Navy #070566

Tints of Navy #070566

Color information

#070566 (or 0x070566) is unknown color: approx Navy. HEX triplet: 07, 05 and 66. RGB value is (7,5,102). Sum of RGB (Red+Green+Blue) = 7+5+102=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 102 (40.23% from 255 or 89.47% from 114); Max value from RGB is 102 - color contains mainly: blue. Hex color #070566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070566 is #F8FA99. Grayscale: #101010. Windows color (decimal): -16317082 or 6685959. OLE color: 6685959.

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

Color convert

RGB75102-
CMYK0.930.9500.6
HSL241.24º90.65%20.98%-
HSV(B)241.24º95.1%40%-
XYZ2.541.1112.65-
YUV16.66176.16121.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 102 (40.23% from 255) = 89.47%
R=6.14%
G=4.39%
B=89.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal751020.930.9500.6241.2490.6520.98
Hex75665D5F03Cf15b15
Octal7514613513707436113325
Binary111101110011010111011011111011110011110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070566; }

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

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

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

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

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

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

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

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